Geant4
10.00.p02
|
#include <G4PSTARStopping.hh>
Public Member Functions | |
G4PSTARStopping () | |
~G4PSTARStopping () | |
G4int | GetIndex (const G4Material *) |
G4double | GetElectronicDEDX (G4int idx, G4double energy) |
G4double | GetElectronicDEDX (const G4Material *, G4double energy) |
Private Member Functions | |
void | Initialise () |
void | AddData (G4double *e, G4double *s, G4int idx) |
G4PSTARStopping & | operator= (const G4PSTARStopping &right) |
G4PSTARStopping (const G4PSTARStopping &) | |
Private Attributes | |
G4int | matIndex |
const G4Material * | currentMaterial |
G4double | emin |
std::vector< G4String > | name |
std::vector < G4LPhysicsFreeVector * > | sdata |
Definition at line 62 of file G4PSTARStopping.hh.
G4PSTARStopping::G4PSTARStopping | ( | ) |
Definition at line 56 of file G4PSTARStopping.cc.
References currentMaterial, Initialise(), matIndex, name, and sdata.
G4PSTARStopping::~G4PSTARStopping | ( | ) |
Definition at line 69 of file G4PSTARStopping.cc.
|
private |
Definition at line 487 of file G4PSTARStopping.cc.
References cm2, fac, g, MeV, and sdata.
Referenced by Initialise().
Definition at line 92 of file G4PSTARStopping.cc.
References emin, G4cout, G4endl, and sdata.
Referenced by G4BraggModel::DEDX(), and GetElectronicDEDX().
|
inline |
Definition at line 93 of file G4PSTARStopping.hh.
References GetElectronicDEDX(), and GetIndex().
G4int G4PSTARStopping::GetIndex | ( | const G4Material * | mat | ) |
Definition at line 76 of file G4PSTARStopping.cc.
References currentMaterial, G4Material::GetName(), matIndex, and name.
Referenced by G4BraggModel::DEDX(), and GetElectronicDEDX().
|
private |
|
private |
|
private |
Definition at line 87 of file G4PSTARStopping.hh.
Referenced by G4PSTARStopping(), and GetIndex().
|
private |
Definition at line 88 of file G4PSTARStopping.hh.
Referenced by GetElectronicDEDX(), and Initialise().
|
private |
Definition at line 86 of file G4PSTARStopping.hh.
Referenced by G4PSTARStopping(), and GetIndex().
|
private |
Definition at line 89 of file G4PSTARStopping.hh.
Referenced by G4PSTARStopping(), GetIndex(), and Initialise().
|
private |
Definition at line 90 of file G4PSTARStopping.hh.
Referenced by AddData(), G4PSTARStopping(), and GetElectronicDEDX().