Geant4
10.02.p02
|
#include <G4ShellVacancy.hh>
Public Member Functions | |
G4ShellVacancy () | |
~G4ShellVacancy () | |
std::vector< G4int > | GenerateNumberOfIonisations (const G4MaterialCutsCouple *couple, G4double incidentEnergy, G4double eLoss) const |
void | AddXsiTable (G4VEMDataSet *p) |
Private Member Functions | |
G4double | AverageNOfIonisations (const G4MaterialCutsCouple *couple, G4int index, G4double energy, G4double eLoss) const |
Private Attributes | |
std::vector< G4VEMDataSet * > | xsis |
Definition at line 56 of file G4ShellVacancy.hh.
G4ShellVacancy::G4ShellVacancy | ( | ) |
Definition at line 45 of file G4ShellVacancy.cc.
G4ShellVacancy::~G4ShellVacancy | ( | ) |
Definition at line 49 of file G4ShellVacancy.cc.
References xsis.
void G4ShellVacancy::AddXsiTable | ( | G4VEMDataSet * | p | ) |
Definition at line 59 of file G4ShellVacancy.cc.
References xsis.
|
private |
Definition at line 93 of file G4ShellVacancy.cc.
References G4VEMDataSet::FindValue(), G4MaterialCutsCouple::GetIndex(), and xsis.
Referenced by GenerateNumberOfIonisations().
std::vector< G4int > G4ShellVacancy::GenerateNumberOfIonisations | ( | const G4MaterialCutsCouple * | couple, |
G4double | incidentEnergy, | ||
G4double | eLoss | ||
) | const |
Definition at line 64 of file G4ShellVacancy.cc.
References AverageNOfIonisations(), G4Poisson(), G4MaterialCutsCouple::GetMaterial(), and G4Material::GetNumberOfElements().
|
private |
Definition at line 77 of file G4ShellVacancy.hh.
Referenced by AddXsiTable(), AverageNOfIonisations(), and ~G4ShellVacancy().