#include <G4ElectronOccupancy.hh>
Definition at line 62 of file G4ElectronOccupancy.hh.
◆ anonymous enum
◆ G4ElectronOccupancy() [1/2]
◆ G4ElectronOccupancy() [2/2]
◆ ~G4ElectronOccupancy()
G4ElectronOccupancy::~G4ElectronOccupancy |
( |
| ) |
|
|
virtual |
◆ AddElectron()
Definition at line 136 of file G4ElectronOccupancy.cc.
140 std::ostringstream smsg;
141 smsg<<
"Orbit (" << orbit
142 <<
") exceeds the maximum(" 145 G4Exception(
"G4ElectronOccupancy::AddElectron()",
"PART131",
147 }
else if (orbit >=0) {
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ DumpInfo()
void G4ElectronOccupancy::DumpInfo |
( |
| ) |
const |
◆ GetOccupancy()
G4int G4ElectronOccupancy::GetOccupancy |
( |
G4int |
orbit | ) |
const |
|
inline |
◆ GetSizeOfOrbit()
G4int G4ElectronOccupancy::GetSizeOfOrbit |
( |
| ) |
const |
|
inline |
◆ GetTotalOccupancy()
G4int G4ElectronOccupancy::GetTotalOccupancy |
( |
| ) |
const |
|
inline |
◆ operator delete()
void G4ElectronOccupancy::operator delete |
( |
void * |
aElectronOccupancy | ) |
|
|
inline |
Definition at line 120 of file G4ElectronOccupancy.hh.
G4PART_DLL G4ThreadLocal G4Allocator< G4ElectronOccupancy > * aElectronOccupancyAllocator
◆ operator new()
void * G4ElectronOccupancy::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 111 of file G4ElectronOccupancy.hh.
G4PART_DLL G4ThreadLocal G4Allocator< G4ElectronOccupancy > * aElectronOccupancyAllocator
◆ operator!=()
◆ operator=()
◆ operator==()
◆ RemoveElectron()
G4int G4ElectronOccupancy::RemoveElectron |
( |
G4int |
orbit, |
|
|
G4int |
number = 1 |
|
) |
| |
Definition at line 155 of file G4ElectronOccupancy.cc.
159 std::ostringstream smsg;
160 smsg<<
"Orbit (" << orbit
161 <<
") exceeds the maximum(" 164 G4Exception(
"G4ElectronOccupancy::RemoveElectron()",
"PART131",
166 }
else if (orbit >=0) {
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ theOccupancies
G4int* G4ElectronOccupancy::theOccupancies |
|
private |
◆ theSizeOfOrbit
G4int G4ElectronOccupancy::theSizeOfOrbit |
|
private |
◆ theTotalOccupancy
G4int G4ElectronOccupancy::theTotalOccupancy |
|
private |
The documentation for this class was generated from the following files: