Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FluoData.hh>
Public Member Functions | |
G4FluoData (const G4String &dir) | |
~G4FluoData () | |
std::size_t | NumberOfVacancies () const |
G4int | VacancyId (G4int vacancyIndex) const |
Given the index of the vacancy returns its identity. | |
std::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 () |
G4FluoData & | operator= (const G4FluoData &right)=delete |
G4FluoData (const G4FluoData &)=delete | |
Definition at line 51 of file G4FluoData.hh.
|
explicit |
Definition at line 44 of file G4FluoData.cc.
G4FluoData::~G4FluoData | ( | ) |
Definition at line 51 of file G4FluoData.cc.
|
delete |
void G4FluoData::LoadData | ( | G4int | Z | ) |
Definition at line 204 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise().
std::size_t G4FluoData::NumberOfTransitions | ( | G4int | vacancyIndex | ) | const |
Given the index of a vacancy returns the number of shells starting from wich an electrons can fill the vacancy
Definition at line 103 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), and PrintData().
std::size_t G4FluoData::NumberOfVacancies | ( | ) | const |
The method returns the number of shells in wich a vacancy can be filled by a radiative transition
Definition at line 74 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise().
|
delete |
void G4FluoData::PrintData | ( | ) |
Definition at line 335 of file G4FluoData.cc.
Given the indexes of the starting and final shells for the transition, returns the transition energy
Definition at line 152 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), and PrintData().
Given the indexes of the starting and final shells for the transition, returns the identity of the starting one
Definition at line 124 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), and PrintData().
Given the indexes of the starting and final shells for the transition, returns the probability of this transition
Definition at line 177 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise(), and PrintData().
Given the index of the vacancy returns its identity.
Definition at line 81 of file G4FluoData.cc.
Referenced by G4AtomicTransitionManager::Initialise().