Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ElectronOccupancy.hh>
Public Types | |
enum | { MaxSizeOfOrbit = 20 } |
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) |
G4bool | operator== (const G4ElectronOccupancy &right) const |
G4bool | 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 50 of file G4ElectronOccupancy.hh.
anonymous enum |
Enumerator | |
---|---|
MaxSizeOfOrbit |
Definition at line 54 of file G4ElectronOccupancy.hh.
G4ElectronOccupancy::G4ElectronOccupancy | ( | G4int | sizeOrbit = MaxSizeOfOrbit | ) |
Definition at line 40 of file G4ElectronOccupancy.cc.
G4ElectronOccupancy::G4ElectronOccupancy | ( | const G4ElectronOccupancy & | right | ) |
Definition at line 68 of file G4ElectronOccupancy.cc.
|
virtual |
Definition at line 59 of file G4ElectronOccupancy.cc.
Definition at line 139 of file G4ElectronOccupancy.cc.
Referenced by G4MolecularConfiguration::AddElectron(), G4EmDNAChemistry::ConstructDissociationChannels(), G4EmDNAChemistry_option1::ConstructDissociationChannels(), G4EmDNAChemistry_option3::ConstructDissociationChannels(), G4EmDNAChemistry_option2::ConstructDissociationChannels(), G4MolecularConfiguration::ExciteMolecule(), G4Molecule::G4Molecule(), G4MolecularConfiguration::MoveOneElectron(), and G4MoleculeDefinition::SetLevelOccupation().
void G4ElectronOccupancy::DumpInfo | ( | ) | const |
Definition at line 129 of file G4ElectronOccupancy.cc.
Referenced by G4MolecularConfiguration::PrintState().
Definition at line 126 of file G4ElectronOccupancy.hh.
Referenced by G4MolecularConfiguration::IonizeMolecule(), G4MolecularConfiguration::MoveOneElectron(), comparator::operator()(), G4MolecularConfiguration::RemoveElectron(), and G4MoleculeDefinition::SetLevelOccupation().
|
inline |
Definition at line 114 of file G4ElectronOccupancy.hh.
Referenced by G4MoleculeDefinition::GetNbMolecularShells(), comparator::operator()(), and G4MoleculeDefinition::Serialize().
|
inline |
Definition at line 120 of file G4ElectronOccupancy.hh.
Referenced by G4MolecularConfiguration::G4MolecularConfiguration(), G4MolecularConfiguration::GetNbElectrons(), G4MoleculeDefinition::GetNbElectrons(), and comparator::operator()().
|
inline |
Definition at line 107 of file G4ElectronOccupancy.hh.
|
inline |
Definition at line 97 of file G4ElectronOccupancy.hh.
G4bool G4ElectronOccupancy::operator!= | ( | const G4ElectronOccupancy & | right | ) | const |
Definition at line 124 of file G4ElectronOccupancy.cc.
G4ElectronOccupancy & G4ElectronOccupancy::operator= | ( | const G4ElectronOccupancy & | right | ) |
Definition at line 83 of file G4ElectronOccupancy.cc.
G4bool G4ElectronOccupancy::operator== | ( | const G4ElectronOccupancy & | right | ) | const |
Definition at line 102 of file G4ElectronOccupancy.cc.
Definition at line 161 of file G4ElectronOccupancy.cc.
Referenced by G4EmDNAChemistry::ConstructDissociationChannels(), G4EmDNAChemistry_option1::ConstructDissociationChannels(), G4EmDNAChemistry_option3::ConstructDissociationChannels(), G4EmDNAChemistry_option2::ConstructDissociationChannels(), G4MolecularConfiguration::ExciteMolecule(), G4Molecule::G4Molecule(), G4MolecularConfiguration::IonizeMolecule(), G4MolecularConfiguration::MoveOneElectron(), G4MolecularConfiguration::RemoveElectron(), and G4MoleculeDefinition::SetLevelOccupation().