41 : theSizeOfOrbit(sizeOrbit)
126 return !(*
this == right);
134 G4cout <<
" " << index <<
"-th orbit "
144 std::ostringstream smsg;
145 smsg<<
"Orbit (" << orbit
146 <<
") exceeds the maximum("
149 G4Exception(
"G4ElectronOccupancy::AddElectron()",
"PART131",
166 std::ostringstream smsg;
167 smsg<<
"Orbit (" << orbit
168 <<
") exceeds the maximum("
171 G4Exception(
"G4ElectronOccupancy::RemoveElectron()",
"PART131",
G4Allocator< G4ElectronOccupancy > *& aElectronOccupancyAllocator()
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cout
G4bool operator!=(const G4ElectronOccupancy &right) const
G4int AddElectron(G4int orbit, G4int number=1)
G4int RemoveElectron(G4int orbit, G4int number=1)
G4bool operator==(const G4ElectronOccupancy &right) const
G4ElectronOccupancy(G4int sizeOrbit=MaxSizeOfOrbit)
virtual ~G4ElectronOccupancy()
G4ElectronOccupancy & operator=(const G4ElectronOccupancy &right)
#define G4ThreadLocalStatic