Geant4
10.03.p01
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
G4ESTARStopping.hh
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
//
26
// $Id: G4ESTARStopping.hh 66241 2012-12-13 18:34:42Z gunter $
27
28
#ifndef G4ESTARStopping_h
29
#define G4ESTARStopping_h 1
30
31
//---------------------------------------------------------------------------
32
//
33
// ClassName: G4ESTARStopping
34
//
35
// Description: Data on stopping power
36
//
37
// Author: Anton Ivantchenko 18.04.2006
38
//
39
// Organisation: QinetiQ Ltd, UK
40
// Customer: ESA/ESTEC, NOORDWIJK
41
// Contract: CSMAN-5288
42
//
43
// Modifications:
44
//
45
//----------------------------------------------------------------------------
46
//
47
// Class Description:
48
//
49
// Data on Stopping Powers from the NIST Data Base
50
// http://physics.nist.gov/PhysRefData/STAR/Text/ESTAR.html
51
//
52
53
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
54
55
56
#include "
globals.hh
"
57
#include "
G4LPhysicsFreeVector.hh
"
58
#include <vector>
59
60
class
G4Material
;
61
62
class
G4ESTARStopping
63
{
64
public
:
65
66
explicit
G4ESTARStopping
(
const
G4String
& datatype =
""
);
67
68
~G4ESTARStopping
();
69
70
G4int
GetIndex
(
const
G4Material
*);
71
72
G4double
GetElectronicDEDX
(
G4int
idx,
G4double
energy
);
73
74
inline
G4double
GetElectronicDEDX
(
const
G4Material
*,
G4double
energy);
75
76
private
:
77
78
void
Initialise();
79
80
void
AddData(
const
G4double
* e,
const
G4double
*
s
,
G4int
idx);
81
82
// hide assignment operator
83
G4ESTARStopping
& operator=(
const
G4ESTARStopping
&right) =
delete
;
84
G4ESTARStopping
(
const
G4ESTARStopping
&) =
delete
;
85
86
char
* dirPath;
87
88
G4int
type;
89
G4int
matIndex;
90
const
G4Material
* currentMaterial;
91
G4double
emin;
92
std::vector<G4String>
name
;
93
std::vector<G4LPhysicsFreeVector*> sdata;
94
};
95
96
inline
G4double
G4ESTARStopping::GetElectronicDEDX
(
const
G4Material
* mat,
97
G4double
energy
)
98
{
99
return
GetElectronicDEDX
(
GetIndex
(mat), energy);
100
}
101
102
#endif
name
const XML_Char * name
Definition:
expat.h:151
G4ESTARStopping::~G4ESTARStopping
~G4ESTARStopping()
Definition:
G4ESTARStopping.cc:70
G4LPhysicsFreeVector.hh
G4Material
Definition:
G4Material.hh:120
G4int
int G4int
Definition:
G4Types.hh:78
G4ESTARStopping::GetIndex
G4int GetIndex(const G4Material *)
Definition:
G4ESTARStopping.cc:77
s
const XML_Char * s
Definition:
expat.h:262
G4ESTARStopping
Definition:
G4ESTARStopping.hh:62
G4ESTARStopping::G4ESTARStopping
G4ESTARStopping(const G4String &datatype="")
Definition:
G4ESTARStopping.cc:53
globals.hh
G4INCL::KinematicsUtils::energy
G4double energy(const ThreeVector &p, const G4double m)
Definition:
G4INCLKinematicsUtils.cc:157
G4ESTARStopping::GetElectronicDEDX
G4double GetElectronicDEDX(G4int idx, G4double energy)
Definition:
G4ESTARStopping.cc:94
G4double
double G4double
Definition:
G4Types.hh:76
G4String
Definition:
G4String.hh:60
geant4.10.03.p01
source
processes
electromagnetic
standard
include
G4ESTARStopping.hh
Generated on Thu Mar 16 2017 22:38:03 for Geant4 by
1.8.5