|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FluoData.hh>
Public Member Functions | |
| G4FluoData (const G4String &dir) | |
| ~G4FluoData () | |
| size_t | NumberOfVacancies () const |
| G4int | VacancyId (G4int vacancyIndex) const |
| size_t | NumberOfTransitions (G4int vacancyIndex) const |
| G4int | StartShellId (G4int initIndex, G4int vacancyIndex) const |
| G4double | StartShellEnergy (G4int initIndex, G4int vacancyIndex) const |
| G4double | StartShellProb (G4int initIndex, G4int vacancyIndex) const |
| void | LoadData (G4int Z) |
| void | PrintData () |
Definition at line 52 of file G4FluoData.hh.
| G4FluoData::G4FluoData | ( | const G4String & | dir | ) |
Definition at line 44 of file G4FluoData.cc.
| G4FluoData::~G4FluoData | ( | ) |
Definition at line 50 of file G4FluoData.cc.
| void G4FluoData::LoadData | ( | G4int | Z | ) |
Definition at line 195 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise().
| size_t G4FluoData::NumberOfTransitions | ( | G4int | vacancyIndex | ) | const |
Definition at line 97 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), and PrintData().
| size_t G4FluoData::NumberOfVacancies | ( | ) | const |
Definition at line 71 of file G4FluoData.cc.
| void G4FluoData::PrintData | ( | ) |
Definition at line 320 of file G4FluoData.cc.
Definition at line 143 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), and PrintData().
Definition at line 115 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), and PrintData().
Definition at line 168 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), and PrintData().
Definition at line 76 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise().