|
Geant4
10.00.p02
|
Class Description G4MolecularDecayTable operates as a container of deexcitation modes for excited or ionized molecules. More...
#include <G4MolecularDissociationTable.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 |
Private Attributes | |
| statesMap | fExcitedStatesMap |
| channelsMap | fDecayChannelsMap |
Class Description G4MolecularDecayTable operates as a container of deexcitation modes for excited or ionized molecules.
Definition at line 88 of file G4MolecularDissociationTable.hh.
| G4MolecularDecayTable::G4MolecularDecayTable | ( | ) |
Definition at line 43 of file G4MolecularDissociationTable.cc.
| G4MolecularDecayTable::~G4MolecularDecayTable | ( | ) |
Definition at line 46 of file G4MolecularDissociationTable.cc.
| G4MolecularDecayTable::G4MolecularDecayTable | ( | const G4MolecularDecayTable & | right | ) |
Definition at line 69 of file G4MolecularDissociationTable.cc.
References right.
| void G4MolecularDecayTable::AddDecayChannel | ( | const G4String & | label, |
| const G4MolecularDecayChannel * | channel | ||
| ) |
Definition at line 158 of file G4MolecularDissociationTable.cc.
Referenced by G4MoleculeDefinition::AddDecayChannel().
Here is the caller graph for this function:| void G4MolecularDecayTable::AddeConfToExcitedState | ( | const G4String & | label, |
| const G4ElectronOccupancy & | conf | ||
| ) |
Definition at line 143 of file G4MolecularDissociationTable.cc.
References FatalErrorInArgument, and G4Exception().
Referenced by G4MoleculeDefinition::AddeConfToExcitedState().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4MolecularDecayTable::AddExcitedState | ( | const G4String & | label | ) |
Definition at line 130 of file G4MolecularDissociationTable.cc.
References FatalErrorInArgument, and G4Exception().
Referenced by G4MoleculeDefinition::AddExcitedState().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4MolecularDecayTable::CheckDataConsistency | ( | ) |
Definition at line 163 of file G4MolecularDissociationTable.cc.
References G4INCL::ClusterDecay::decay(), FatalErrorInArgument, G4String::first(), G4Exception(), G4MolecularDecayChannel::GetProbability(), and G4INCL::Math::max().
Here is the call graph for this function:| const vector< const G4MolecularDecayChannel * > * G4MolecularDecayTable::GetDecayChannels | ( | const G4ElectronOccupancy * | conf | ) | const |
Definition at line 81 of file G4MolecularDissociationTable.cc.
Referenced by G4MoleculeDefinition::GetDecayChannels().
Here is the caller graph for this function:| const vector< const G4MolecularDecayChannel * > * G4MolecularDecayTable::GetDecayChannels | ( | const G4String & | exState | ) | const |
Definition at line 90 of file G4MolecularDissociationTable.cc.
|
inline |
Definition at line 134 of file G4MolecularDissociationTable.hh.
References fDecayChannelsMap.
Referenced by operator=().
Here is the caller graph for this function:| const G4ElectronOccupancy & G4MolecularDecayTable::GetElectronOccupancy | ( | const G4String & | exState | ) | const |
Definition at line 112 of file G4MolecularDissociationTable.cc.
References FatalErrorInArgument, and G4Exception().
Here is the call graph for this function:| const G4String & G4MolecularDecayTable::GetExcitedState | ( | const G4ElectronOccupancy * | conf | ) | const |
Definition at line 97 of file G4MolecularDissociationTable.cc.
References FatalErrorInArgument, and G4Exception().
Referenced by G4MoleculeDefinition::GetExcitedState().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 129 of file G4MolecularDissociationTable.hh.
References fExcitedStatesMap.
| G4MolecularDecayTable & G4MolecularDecayTable::operator= | ( | const G4MolecularDecayTable & | right | ) |
Definition at line 74 of file G4MolecularDissociationTable.cc.
References fExcitedStatesMap, and GetDecayChannelsMap().
Here is the call graph for this function:
|
private |
Definition at line 126 of file G4MolecularDissociationTable.hh.
Referenced by GetDecayChannelsMap().
|
private |
Definition at line 125 of file G4MolecularDissociationTable.hh.
Referenced by GetExcitedStateMaps(), and operator=().