Geant4
10.02.p02
|
#include <G4ESTARStopping.hh>
Public Member Functions | |
G4ESTARStopping (const G4String &datatype="") | |
~G4ESTARStopping () | |
G4int | GetIndex (const G4Material *) |
G4double | GetElectronicDEDX (G4int idx, G4double energy) |
G4double | GetElectronicDEDX (const G4Material *, G4double energy) |
Private Member Functions | |
void | Initialise () |
void | AddData (const G4double *e, const G4double *s, G4int idx) |
G4ESTARStopping & | operator= (const G4ESTARStopping &right) |
G4ESTARStopping (const G4ESTARStopping &) | |
Private Attributes | |
char * | dirPath |
G4int | type |
G4int | matIndex |
const G4Material * | currentMaterial |
G4double | emin |
std::vector< G4String > | name |
std::vector < G4LPhysicsFreeVector * > | sdata |
Definition at line 62 of file G4ESTARStopping.hh.
G4ESTARStopping::G4ESTARStopping | ( | const G4String & | datatype = "" | ) |
Definition at line 55 of file G4ESTARStopping.cc.
References currentMaterial, Initialise(), matIndex, name, sdata, and type.
G4ESTARStopping::~G4ESTARStopping | ( | ) |
Definition at line 72 of file G4ESTARStopping.cc.
References sdata.
|
private |
Definition at line 961 of file G4ESTARStopping.cc.
References dirPath, fac, FatalException, G4Exception(), GeV, MeV, n, name, sdata, and type.
Referenced by Initialise().
Definition at line 96 of file G4ESTARStopping.cc.
References emin, G4cout, G4endl, and sdata.
Referenced by GetElectronicDEDX().
|
inline |
Definition at line 96 of file G4ESTARStopping.hh.
References GetElectronicDEDX(), and GetIndex().
G4int G4ESTARStopping::GetIndex | ( | const G4Material * | mat | ) |
Definition at line 79 of file G4ESTARStopping.cc.
References currentMaterial, G4Material::GetName(), matIndex, and name.
Referenced by GetElectronicDEDX().
|
private |
Definition at line 109 of file G4ESTARStopping.cc.
References AddData(), dirPath, e1, e2, e3, e4, emin, FatalException, G4Exception(), MeV, and name.
Referenced by G4ESTARStopping().
|
private |
|
private |
Definition at line 90 of file G4ESTARStopping.hh.
Referenced by G4ESTARStopping(), and GetIndex().
|
private |
Definition at line 86 of file G4ESTARStopping.hh.
Referenced by AddData(), and Initialise().
|
private |
Definition at line 91 of file G4ESTARStopping.hh.
Referenced by GetElectronicDEDX(), and Initialise().
|
private |
Definition at line 89 of file G4ESTARStopping.hh.
Referenced by G4ESTARStopping(), and GetIndex().
|
private |
Definition at line 92 of file G4ESTARStopping.hh.
Referenced by AddData(), G4ESTARStopping(), GetIndex(), and Initialise().
|
private |
Definition at line 93 of file G4ESTARStopping.hh.
Referenced by AddData(), G4ESTARStopping(), GetElectronicDEDX(), and ~G4ESTARStopping().
|
private |
Definition at line 88 of file G4ESTARStopping.hh.
Referenced by AddData(), and G4ESTARStopping().