ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/eRosita/physics/include/G4RDShellVacancy.hh>
Public Member Functions | |
G4RDShellVacancy () | |
~G4RDShellVacancy () | |
std::vector< G4int > | GenerateNumberOfIonisations (const G4MaterialCutsCouple *couple, G4double incidentEnergy, G4double eLoss) const |
void | AddXsiTable (G4RDVEMDataSet *set) |
Private Member Functions | |
G4double | AverageNOfIonisations (const G4MaterialCutsCouple *couple, G4int index, G4double energy, G4double eLoss) const |
Private Attributes | |
std::vector< G4RDVEMDataSet * > | xsis |
Definition at line 53 of file G4RDShellVacancy.hh.
View newest version in sPHENIX GitHub at line 53 of file G4RDShellVacancy.hh
G4RDShellVacancy::G4RDShellVacancy | ( | ) |
Definition at line 43 of file G4RDShellVacancy.cc.
View newest version in sPHENIX GitHub at line 43 of file G4RDShellVacancy.cc
G4RDShellVacancy::~G4RDShellVacancy | ( | ) |
Definition at line 47 of file G4RDShellVacancy.cc.
View newest version in sPHENIX GitHub at line 47 of file G4RDShellVacancy.cc
void G4RDShellVacancy::AddXsiTable | ( | G4RDVEMDataSet * | set | ) |
Definition at line 58 of file G4RDShellVacancy.cc.
View newest version in sPHENIX GitHub at line 58 of file G4RDShellVacancy.cc
References xsis.
Referenced by G4LowEnergyIonisation::BuildLossTable().
|
private |
Definition at line 93 of file G4RDShellVacancy.cc.
View newest version in sPHENIX GitHub at line 93 of file G4RDShellVacancy.cc
References G4RDVEMDataSet::FindValue(), G4MaterialCutsCouple::GetIndex(), and xsis.
Referenced by GenerateNumberOfIonisations().
std::vector< G4int > G4RDShellVacancy::GenerateNumberOfIonisations | ( | const G4MaterialCutsCouple * | couple, |
G4double | incidentEnergy, | ||
G4double | eLoss | ||
) | const |
Definition at line 64 of file G4RDShellVacancy.cc.
View newest version in sPHENIX GitHub at line 64 of file G4RDShellVacancy.cc
References AverageNOfIonisations(), G4Poisson(), G4MaterialCutsCouple::GetMaterial(), G4Material::GetNumberOfElements(), and material().
Referenced by G4LowEnergyIonisation::DeexciteAtom().
|
private |
Definition at line 74 of file G4RDShellVacancy.hh.
View newest version in sPHENIX GitHub at line 74 of file G4RDShellVacancy.hh
Referenced by AddXsiTable(), AverageNOfIonisations(), and ~G4RDShellVacancy().