46 : theSizeOfOrbit(sizeOrbit)
88 if (
this != &right) {
123 return !(*
this ==
right);
131 G4cout <<
" " << index <<
"-th orbit "
140 std::ostringstream smsg;
141 smsg<<
"Orbit (" << orbit
142 <<
") exceeds the maximum("
145 G4Exception(
"G4ElectronOccupancy::AddElectron()",
"PART131",
147 }
else if (orbit >=0) {
159 std::ostringstream smsg;
160 smsg<<
"Orbit (" << orbit
161 <<
") exceeds the maximum("
164 G4Exception(
"G4ElectronOccupancy::RemoveElectron()",
"PART131",
166 }
else if (orbit >=0) {
G4ThreadLocal G4Allocator< G4ElectronOccupancy > * aElectronOccupancyAllocator
virtual ~G4ElectronOccupancy()
G4ElectronOccupancy(G4int sizeOrbit=MaxSizeOfOrbit)
G4int operator==(const G4ElectronOccupancy &right) const
G4GLOB_DLL std::ostream G4cout
G4int AddElectron(G4int orbit, G4int number=1)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4int operator!=(const G4ElectronOccupancy &right) const
G4ElectronOccupancy & operator=(const G4ElectronOccupancy &right)
G4int RemoveElectron(G4int orbit, G4int number=1)