Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4AugerData.hh>
Public Member Functions | |
G4AugerData () | |
~G4AugerData () | |
size_t | NumberOfVacancies (G4int Z) const |
G4int | VacancyId (G4int Z, G4int vacancyIndex) const |
size_t | NumberOfTransitions (G4int Z, G4int vacancyIndex) const |
G4int | StartShellId (G4int Z, G4int initialVacancyIndex, G4int transitionShellIndex) const |
G4double | StartShellEnergy (G4int Z, G4int vacancyIndex, G4int transitionId, G4int augerIndex) const |
G4double | StartShellProb (G4int Z, G4int vacancyIndex, G4int transitionId, G4int augerIndex) const |
size_t | NumberOfAuger (G4int Z, G4int initIndex, G4int vacancyId) const |
size_t | AugerShellId (G4int Z, G4int vacancyIndex, G4int transId, G4int augerIndex) const |
std::vector< G4AugerTransition > | LoadData (G4int Z) |
void | BuildAugerTransitionTable () |
void | PrintData (G4int Z) |
G4AugerTransition * | GetAugerTransition (G4int Z, G4int vacancyShellIndex) |
std::vector< G4AugerTransition > * | GetAugerTransitions (G4int Z) |
Definition at line 53 of file G4AugerData.hh.
G4AugerData::G4AugerData | ( | ) |
Definition at line 49 of file G4AugerData.cc.
G4AugerData::~G4AugerData | ( | ) |
Definition at line 65 of file G4AugerData.cc.
size_t G4AugerData::AugerShellId | ( | G4int | Z, |
G4int | vacancyIndex, | ||
G4int | transId, | ||
G4int | augerIndex | ||
) | const |
Definition at line 185 of file G4AugerData.cc.
Referenced by PrintData().
void G4AugerData::BuildAugerTransitionTable | ( | ) |
Definition at line 507 of file G4AugerData.cc.
Referenced by G4AugerData().
G4AugerTransition * G4AugerData::GetAugerTransition | ( | G4int | Z, |
G4int | vacancyShellIndex | ||
) |
Definition at line 576 of file G4AugerData.cc.
Referenced by G4AtomicTransitionManager::ReachableAugerShell().
std::vector< G4AugerTransition > * G4AugerData::GetAugerTransitions | ( | G4int | Z | ) |
Definition at line 585 of file G4AugerData.cc.
std::vector< G4AugerTransition > G4AugerData::LoadData | ( | G4int | Z | ) |
Definition at line 275 of file G4AugerData.cc.
Referenced by BuildAugerTransitionTable().
Definition at line 164 of file G4AugerData.cc.
Referenced by PrintData().
Definition at line 141 of file G4AugerData.cc.
Referenced by PrintData().
size_t G4AugerData::NumberOfVacancies | ( | G4int | Z | ) | const |
Definition at line 112 of file G4AugerData.cc.
Referenced by G4AtomicTransitionManager::NumberOfReachableAugerShells().
void G4AugerData::PrintData | ( | G4int | Z | ) |
Definition at line 545 of file G4AugerData.cc.
G4double G4AugerData::StartShellEnergy | ( | G4int | Z, |
G4int | vacancyIndex, | ||
G4int | transitionId, | ||
G4int | augerIndex | ||
) | const |
Definition at line 228 of file G4AugerData.cc.
Referenced by PrintData().
G4int G4AugerData::StartShellId | ( | G4int | Z, |
G4int | initialVacancyIndex, | ||
G4int | transitionShellIndex | ||
) | const |
Definition at line 205 of file G4AugerData.cc.
Referenced by PrintData().
G4double G4AugerData::StartShellProb | ( | G4int | Z, |
G4int | vacancyIndex, | ||
G4int | transitionId, | ||
G4int | augerIndex | ||
) | const |
Definition at line 251 of file G4AugerData.cc.
Referenced by PrintData().
Definition at line 117 of file G4AugerData.cc.