Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NuclearLevelStore.hh>
Public Member Functions | |
G4NuclearLevelManager * | GetManager (G4int Z, G4int A) |
G4LevelManager * | GetLevelManager (G4int Z, G4int A) |
~G4NuclearLevelStore () | |
void | AddUserEvaporationDataFile (G4int Z, G4int A, const G4String &filename) |
Static Public Member Functions | |
static G4NuclearLevelStore * | GetInstance () |
Definition at line 48 of file G4NuclearLevelStore.hh.
G4NuclearLevelStore::~G4NuclearLevelStore | ( | ) |
Definition at line 66 of file G4NuclearLevelStore.cc.
void G4NuclearLevelStore::AddUserEvaporationDataFile | ( | G4int | Z, |
G4int | A, | ||
const G4String & | filename | ||
) |
Definition at line 82 of file G4NuclearLevelStore.cc.
Referenced by G4RadioactiveDecaymessenger::SetNewValue().
|
static |
Definition at line 41 of file G4NuclearLevelStore.cc.
Referenced by G4RadioactiveDecay::AddDecayRateTable(), G4ContinuumGammaDeexcitation::CreateTransition(), G4DiscreteGammaDeexcitation::CreateTransition(), G4PromptPhotonEvaporation::G4PromptPhotonEvaporation(), and G4RadioactiveDecaymessenger::SetNewValue().
G4LevelManager * G4NuclearLevelStore::GetLevelManager | ( | G4int | Z, |
G4int | A | ||
) |
Definition at line 149 of file G4NuclearLevelStore.cc.
G4NuclearLevelManager * G4NuclearLevelStore::GetManager | ( | G4int | Z, |
G4int | A | ||
) |
Definition at line 111 of file G4NuclearLevelStore.cc.
Referenced by G4RadioactiveDecay::AddDecayRateTable(), G4ContinuumGammaDeexcitation::CreateTransition(), G4DiscreteGammaDeexcitation::CreateTransition(), and G4PromptPhotonEvaporation::GetEmissionProbability().