Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4SmartVoxelStat.hh>
Public Member Functions | |
G4SmartVoxelStat (const G4LogicalVolume *theVolume, const G4SmartVoxelHeader *theVoxel, G4double theSysTime, G4double theUserTime) | |
const G4LogicalVolume * | GetVolume () const |
const G4SmartVoxelHeader * | GetVoxel () const |
G4double | GetSysTime () const |
G4double | GetUserTime () const |
G4double | GetTotalTime () const |
G4long | GetNumberHeads () const |
G4long | GetNumberNodes () const |
G4long | GetNumberPointers () const |
G4long | GetMemoryUse () const |
Protected Member Functions | |
void | CountHeadsAndNodes (const G4SmartVoxelHeader *head) |
Protected Attributes | |
const G4LogicalVolume * | volume |
const G4SmartVoxelHeader * | voxel |
G4double | sysTime |
G4double | userTime |
G4long | heads = 1 |
G4long | nodes = 0 |
G4long | pointers = 0 |
Definition at line 43 of file G4SmartVoxelStat.hh.
G4SmartVoxelStat::G4SmartVoxelStat | ( | const G4LogicalVolume * | theVolume, |
const G4SmartVoxelHeader * | theVoxel, | ||
G4double | theSysTime, | ||
G4double | theUserTime | ||
) |
Definition at line 42 of file G4SmartVoxelStat.cc.
|
protected |
Definition at line 119 of file G4SmartVoxelStat.cc.
Referenced by CountHeadsAndNodes(), and G4SmartVoxelStat().
G4long G4SmartVoxelStat::GetMemoryUse | ( | ) | const |
Definition at line 100 of file G4SmartVoxelStat.cc.
Referenced by G4RunManager::ReOptimize().
G4long G4SmartVoxelStat::GetNumberHeads | ( | ) | const |
Definition at line 82 of file G4SmartVoxelStat.cc.
Referenced by G4RunManager::ReOptimize().
G4long G4SmartVoxelStat::GetNumberNodes | ( | ) | const |
Definition at line 87 of file G4SmartVoxelStat.cc.
Referenced by G4RunManager::ReOptimize().
G4long G4SmartVoxelStat::GetNumberPointers | ( | ) | const |
Definition at line 92 of file G4SmartVoxelStat.cc.
Referenced by G4RunManager::ReOptimize().
G4double G4SmartVoxelStat::GetSysTime | ( | ) | const |
Definition at line 67 of file G4SmartVoxelStat.cc.
Referenced by G4RunManager::ReOptimize().
G4double G4SmartVoxelStat::GetTotalTime | ( | ) | const |
Definition at line 77 of file G4SmartVoxelStat.cc.
Referenced by G4RunManager::ReOptimize().
G4double G4SmartVoxelStat::GetUserTime | ( | ) | const |
Definition at line 72 of file G4SmartVoxelStat.cc.
const G4LogicalVolume * G4SmartVoxelStat::GetVolume | ( | ) | const |
Definition at line 57 of file G4SmartVoxelStat.cc.
const G4SmartVoxelHeader * G4SmartVoxelStat::GetVoxel | ( | ) | const |
Definition at line 62 of file G4SmartVoxelStat.cc.
|
protected |
Definition at line 91 of file G4SmartVoxelStat.hh.
Referenced by CountHeadsAndNodes(), GetMemoryUse(), and GetNumberHeads().
|
protected |
Definition at line 92 of file G4SmartVoxelStat.hh.
Referenced by CountHeadsAndNodes(), GetMemoryUse(), and GetNumberNodes().
|
protected |
Definition at line 93 of file G4SmartVoxelStat.hh.
Referenced by CountHeadsAndNodes(), GetMemoryUse(), and GetNumberPointers().
|
protected |
Definition at line 88 of file G4SmartVoxelStat.hh.
Referenced by GetSysTime(), and GetTotalTime().
|
protected |
Definition at line 89 of file G4SmartVoxelStat.hh.
Referenced by GetTotalTime(), and GetUserTime().
|
protected |
Definition at line 85 of file G4SmartVoxelStat.hh.
Referenced by GetVolume().
|
protected |
Definition at line 86 of file G4SmartVoxelStat.hh.
Referenced by G4SmartVoxelStat(), and GetVoxel().