Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4MolecularDecayTable.hh>
Public Member Functions | |
G4MolecularDecayTable () | |
~G4MolecularDecayTable () | |
G4MolecularDecayTable (const G4MolecularDecayTable &) | |
G4MolecularDecayTable & | operator= (const G4MolecularDecayTable &right) |
void | AddExcitedState (const G4String &) |
void | AddeConfToExcitedState (const G4String &, const G4ElectronOccupancy &) |
void | AddDecayChannel (const G4String &, const G4MolecularDecayChannel *) |
void | CheckDataConsistency () |
const std::vector< const G4MolecularDecayChannel * > * | GetDecayChannels (const G4ElectronOccupancy *) const |
const std::vector< const G4MolecularDecayChannel * > * | GetDecayChannels (const G4String &) const |
const G4String & | GetExcitedState (const G4ElectronOccupancy *) const |
const G4ElectronOccupancy & | GetElectronOccupancy (const G4String &) const |
const statesMap & | GetExcitedStateMaps () const |
const channelsMap & | GetDecayChannelsMap () const |
Class Description G4MolecularDecayTable operates as a container of deexcitation modes for excited or ionized molecules
Definition at line 88 of file G4MolecularDecayTable.hh.
G4MolecularDecayTable::G4MolecularDecayTable | ( | ) |
Definition at line 43 of file G4MolecularDecayTable.cc.
G4MolecularDecayTable::~G4MolecularDecayTable | ( | ) |
Definition at line 46 of file G4MolecularDecayTable.cc.
G4MolecularDecayTable::G4MolecularDecayTable | ( | const G4MolecularDecayTable & | right | ) |
Definition at line 69 of file G4MolecularDecayTable.cc.
void G4MolecularDecayTable::AddDecayChannel | ( | const G4String & | label, |
const G4MolecularDecayChannel * | channel | ||
) |
Definition at line 158 of file G4MolecularDecayTable.cc.
Referenced by G4MoleculeDefinition::AddDecayChannel().
void G4MolecularDecayTable::AddeConfToExcitedState | ( | const G4String & | label, |
const G4ElectronOccupancy & | conf | ||
) |
Definition at line 143 of file G4MolecularDecayTable.cc.
Referenced by G4MoleculeDefinition::AddeConfToExcitedState().
Definition at line 130 of file G4MolecularDecayTable.cc.
Referenced by G4MoleculeDefinition::AddExcitedState().
void G4MolecularDecayTable::CheckDataConsistency | ( | ) |
Definition at line 163 of file G4MolecularDecayTable.cc.
const vector< const G4MolecularDecayChannel * > * G4MolecularDecayTable::GetDecayChannels | ( | const G4ElectronOccupancy * | conf | ) | const |
Definition at line 81 of file G4MolecularDecayTable.cc.
Referenced by G4MoleculeDefinition::GetDecayChannels().
const vector< const G4MolecularDecayChannel * > * G4MolecularDecayTable::GetDecayChannels | ( | const G4String & | exState | ) | const |
Definition at line 90 of file G4MolecularDecayTable.cc.
|
inline |
Definition at line 134 of file G4MolecularDecayTable.hh.
Referenced by operator=().
const G4ElectronOccupancy & G4MolecularDecayTable::GetElectronOccupancy | ( | const G4String & | exState | ) | const |
Definition at line 112 of file G4MolecularDecayTable.cc.
const G4String & G4MolecularDecayTable::GetExcitedState | ( | const G4ElectronOccupancy * | conf | ) | const |
Definition at line 97 of file G4MolecularDecayTable.cc.
Referenced by G4MoleculeDefinition::GetExcitedState().
Definition at line 129 of file G4MolecularDecayTable.hh.
G4MolecularDecayTable & G4MolecularDecayTable::operator= | ( | const G4MolecularDecayTable & | right | ) |
Definition at line 74 of file G4MolecularDecayTable.cc.