44#ifndef G4AtomicTransitionManager_h
45#define G4AtomicTransitionManager_h 1
128 std::map<G4int,std::vector<G4AtomicShell*>,std::less<G4int> > shellTable;
132 std::map<G4int,std::vector<G4FluoTransition*>,std::less<G4int> > transitionTable;
141 G4int infTableLimit = 6;
142 G4int supTableLimit = 104;
G4int NumberOfReachableShells(G4int Z) const
G4double TotalRadiativeTransitionProbability(G4int Z, size_t shellIndex) const
const G4AugerTransition * ReachableAugerShell(G4int Z, G4int shellIndex) const
void SetVerboseLevel(G4int vl)
Verbosity control.
G4AtomicShell * Shell(G4int Z, size_t shellIndex) const
const G4FluoTransition * ReachableShell(G4int Z, size_t shellIndex) const
void Initialise()
needs to be called once from other code before start of run
G4int NumberOfShells(G4int Z) const
G4double TotalNonRadiativeTransitionProbability(G4int Z, size_t shellIndex) const
static G4AtomicTransitionManager * Instance()
G4int NumberOfReachableAugerShells(G4int Z) const