Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ElectronOccupancy.hh>
Public Types | |
enum | { MaxSizeOfOrbit = 10 } |
Public Member Functions | |
G4ElectronOccupancy (G4int sizeOrbit=MaxSizeOfOrbit) | |
G4ElectronOccupancy (const G4ElectronOccupancy &right) | |
virtual | ~G4ElectronOccupancy () |
void * | operator new (size_t) |
void | operator delete (void *aElectronOccupancy) |
G4ElectronOccupancy & | operator= (const G4ElectronOccupancy &right) |
G4int | operator== (const G4ElectronOccupancy &right) const |
G4int | operator!= (const G4ElectronOccupancy &right) const |
G4int | GetTotalOccupancy () const |
G4int | GetOccupancy (G4int orbit) const |
G4int | AddElectron (G4int orbit, G4int number=1) |
G4int | RemoveElectron (G4int orbit, G4int number=1) |
G4int | GetSizeOfOrbit () const |
void | DumpInfo () const |
Definition at line 60 of file G4ElectronOccupancy.hh.
anonymous enum |
Enumerator | |
---|---|
MaxSizeOfOrbit |
Definition at line 63 of file G4ElectronOccupancy.hh.
G4ElectronOccupancy::G4ElectronOccupancy | ( | G4int | sizeOrbit = MaxSizeOfOrbit | ) |
Definition at line 44 of file G4ElectronOccupancy.cc.
G4ElectronOccupancy::G4ElectronOccupancy | ( | const G4ElectronOccupancy & | right | ) |
Definition at line 72 of file G4ElectronOccupancy.cc.
|
virtual |
Definition at line 62 of file G4ElectronOccupancy.cc.
Definition at line 148 of file G4ElectronOccupancy.hh.
Referenced by G4MolecularConfiguration::AddElectron(), G4EmDNAPhysicsChemistry::ConstructDecayChannels(), G4MolecularConfiguration::ExciteMolecule(), G4Molecule::G4Molecule(), and G4MoleculeDefinition::SetLevelOccupation().
void G4ElectronOccupancy::DumpInfo | ( | ) | const |
Definition at line 127 of file G4ElectronOccupancy.cc.
Referenced by G4DNAMolecularDecay::DecayIt(), and G4MolecularConfiguration::PrintState().
Definition at line 138 of file G4ElectronOccupancy.hh.
Referenced by G4MolecularConfiguration::IonizeMolecule(), comparator::operator()(), eOccComp::operator()(), G4MolecularConfiguration::RemoveElectron(), and G4MoleculeDefinition::SetLevelOccupation().
|
inline |
Definition at line 126 of file G4ElectronOccupancy.hh.
Referenced by comparator::operator()(), and eOccComp::operator()().
|
inline |
Definition at line 132 of file G4ElectronOccupancy.hh.
Referenced by G4MolecularConfiguration::G4MolecularConfiguration(), G4MolecularConfiguration::GetNbElectrons(), comparator::operator()(), and eOccComp::operator()().
|
inline |
Definition at line 120 of file G4ElectronOccupancy.hh.
|
inline |
Definition at line 113 of file G4ElectronOccupancy.hh.
G4int G4ElectronOccupancy::operator!= | ( | const G4ElectronOccupancy & | right | ) | const |
Definition at line 121 of file G4ElectronOccupancy.cc.
G4ElectronOccupancy & G4ElectronOccupancy::operator= | ( | const G4ElectronOccupancy & | right | ) |
Definition at line 86 of file G4ElectronOccupancy.cc.
G4int G4ElectronOccupancy::operator== | ( | const G4ElectronOccupancy & | right | ) | const |
Definition at line 104 of file G4ElectronOccupancy.cc.
Definition at line 160 of file G4ElectronOccupancy.hh.
Referenced by G4EmDNAPhysicsChemistry::ConstructDecayChannels(), G4MolecularConfiguration::ExciteMolecule(), G4Molecule::G4Molecule(), G4VGammaDeexcitation::GenerateGamma(), G4MolecularConfiguration::IonizeMolecule(), G4MolecularConfiguration::RemoveElectron(), and G4MoleculeDefinition::SetLevelOccupation().