Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4AtomicTransitionManager.hh>
Public Member Functions | |
void | Initialise () |
needs to be called once from other code before start of run | |
G4AtomicShell * | Shell (G4int Z, size_t shellIndex) const |
const G4FluoTransition * | ReachableShell (G4int Z, size_t shellIndex) const |
const G4AugerTransition * | ReachableAugerShell (G4int Z, G4int shellIndex) const |
G4int | NumberOfShells (G4int Z) const |
G4int | NumberOfReachableShells (G4int Z) const |
G4int | NumberOfReachableAugerShells (G4int Z) const |
G4double | TotalRadiativeTransitionProbability (G4int Z, size_t shellIndex) const |
G4double | TotalNonRadiativeTransitionProbability (G4int Z, size_t shellIndex) const |
void | SetVerboseLevel (G4int vl) |
Verbosity control. | |
G4int | GetVerboseLevel () |
Static Public Member Functions | |
static G4AtomicTransitionManager * | Instance () |
Definition at line 57 of file G4AtomicTransitionManager.hh.
|
inline |
Definition at line 110 of file G4AtomicTransitionManager.hh.
void G4AtomicTransitionManager::Initialise | ( | ) |
needs to be called once from other code before start of run
Definition at line 278 of file G4AtomicTransitionManager.cc.
Referenced by G4LivermoreIonisationModel::Initialise(), and G4UAtomicDeexcitation::InitialiseForNewRun().
|
static |
The only way to get an instance of this class is to call the function Instance()
Definition at line 48 of file G4AtomicTransitionManager.cc.
Referenced by G4eIonisationSpectrum::AverageEnergy(), G4ecpssrBaseKxsModel::CalculateCrossSection(), G4ecpssrBaseLixsModel::CalculateL1CrossSection(), G4ecpssrBaseLixsModel::CalculateL2CrossSection(), G4ecpssrBaseLixsModel::CalculateL3CrossSection(), G4ecpssrBaseLixsModel::CalculateVelocity(), G4LivermoreIonisationCrossSection::G4LivermoreIonisationCrossSection(), G4LivermoreIonisationModel::G4LivermoreIonisationModel(), G4OrlicLiXsModel::G4OrlicLiXsModel(), G4PenelopeComptonModel::G4PenelopeComptonModel(), G4PenelopeIonisationCrossSection::G4PenelopeIonisationCrossSection(), G4PenelopePhotoElectricModel::G4PenelopePhotoElectricModel(), G4UAtomicDeexcitation::G4UAtomicDeexcitation(), G4hImpactIonisation::PostStepDoIt(), G4eIonisationSpectrum::Probability(), G4eIonisationSpectrum::SampleEnergy(), G4PenelopeIonisationModel::SampleSecondaries(), and G4PenelopePhotoElectricModel::SampleSecondaries().
This function returns the number of possible NON-radiative transitions for the atom with atomic number Z i.e. the number of shell in wich a vacancy can be filled by a NON-radiative transition
Definition at line 211 of file G4AtomicTransitionManager.cc.
This function returns the number of those shells of the element whose atomic number is Z which are reachable through a radiative transition
Definition at line 188 of file G4AtomicTransitionManager.cc.
This function returns the number of shells of the element whose atomic number is Z
Definition at line 166 of file G4AtomicTransitionManager.cc.
Referenced by G4LivermoreIonisationModel::ComputeDEDXPerVolume(), G4PenelopeIonisationCrossSection::CrossSection(), G4LivermoreIonisationCrossSection::CrossSection(), G4PenelopeIonisationCrossSection::GetCrossSection(), G4LivermoreIonisationCrossSection::GetCrossSection(), and G4PenelopePhotoElectricModel::SampleSecondaries().
const G4AugerTransition * G4AtomicTransitionManager::ReachableAugerShell | ( | G4int | Z, |
G4int | shellIndex | ||
) | const |
This function gives, upon Z and the Index of the initial shell where the vacancy is, the NON-radiative transition that can happen with originating shell for the transition, and the data for the possible auger electrons emitted (originating vacancy, energy amnd probability)
Definition at line 159 of file G4AtomicTransitionManager.cc.
const G4FluoTransition * G4AtomicTransitionManager::ReachableShell | ( | G4int | Z, |
size_t | shellIndex | ||
) | const |
Z is the atomic number of the element, shellIndex is the index (in EADL) of the final shell for the transition This function gives, upon Z and the Index of the initial shell where the vacancy is, the radiative transition that can happen (originating shell, energy, probability)
Definition at line 130 of file G4AtomicTransitionManager.cc.
|
inline |
Verbosity control.
Definition at line 109 of file G4AtomicTransitionManager.hh.
G4AtomicShell * G4AtomicTransitionManager::Shell | ( | G4int | Z, |
size_t | shellIndex | ||
) | const |
Z is the atomic number of the element, shellIndex is the index (in EADL) of the shell
Definition at line 90 of file G4AtomicTransitionManager.cc.
Referenced by G4ecpssrBaseKxsModel::CalculateCrossSection(), G4OrlicLiXsModel::CalculateL1CrossSection(), G4ecpssrBaseLixsModel::CalculateL1CrossSection(), G4OrlicLiXsModel::CalculateL2CrossSection(), G4ecpssrBaseLixsModel::CalculateL2CrossSection(), G4OrlicLiXsModel::CalculateL3CrossSection(), G4ecpssrBaseLixsModel::CalculateL3CrossSection(), G4ecpssrBaseLixsModel::CalculateVelocity(), G4UAtomicDeexcitation::GetAtomicShell(), G4hImpactIonisation::PostStepDoIt(), G4LivermoreIonisationModel::SampleSecondaries(), G4PenelopeComptonModel::SampleSecondaries(), G4PenelopeIonisationModel::SampleSecondaries(), and G4PenelopePhotoElectricModel::SampleSecondaries().
G4double G4AtomicTransitionManager::TotalNonRadiativeTransitionProbability | ( | G4int | Z, |
size_t | shellIndex | ||
) | const |
Gives the sum of the probabilities of non radiative transition from the shell whose index is shellIndex
Definition at line 260 of file G4AtomicTransitionManager.cc.
G4double G4AtomicTransitionManager::TotalRadiativeTransitionProbability | ( | G4int | Z, |
size_t | shellIndex | ||
) | const |
Gives the sum of the probabilities of radiative transition towards the shell whose index is shellIndex
Definition at line 217 of file G4AtomicTransitionManager.cc.
Referenced by TotalNonRadiativeTransitionProbability().