|
Geant4
10.04.p03
|
Public Member Functions | |
| G4eIonisationParameters (G4int minZ=1, G4int maxZ=99) | |
| ~G4eIonisationParameters () | |
| G4double | Parameter (G4int Z, G4int shellIndex, G4int parameterIndex, G4double e) const |
| G4double | Excitation (G4int Z, G4double e) const |
| void | PrintData () const |
Private Member Functions | |
| G4eIonisationParameters (const G4eIonisationParameters &) | |
| G4eIonisationParameters & | operator= (const G4eIonisationParameters &right) |
| void | LoadData () |
Private Attributes | |
| G4int | zMin |
| G4int | zMax |
| G4DataVector | activeZ |
| std::map< G4int, G4VEMDataSet *, std::less< G4int > > | param |
| std::map< G4int, G4VEMDataSet *, std::less< G4int > > | excit |
| size_t | length |
| G4eIonisationParameters | ( | G4int | minZ = 1, |
| G4int | maxZ = 99 |
||
| ) |
|
private |
Referenced by G4eIonisationSpectrum::Excitation().
| void PrintData | ( | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |