ATLAS Offline Software
|
#include <TestActionVPTimer.h>
Public Member Functions | |
volumeData | operator+= (const volumeData &acc) |
< Structure of data for given volume More... | |
Public Attributes | |
double | tTotal =0 |
Overloaded += operator. More... | |
double | tElectron =0 |
Time spent on e objects in volume. More... | |
double | tPhoton =0 |
Time spent on photons in volume. More... | |
double | tNeutron =0 |
Time spent on neutrons in volume. More... | |
double | tPion =0 |
Time spent on pions in volume. More... | |
double | tBaryon =0 |
Time spent on other baryons in volume. More... | |
double | tLepton =0 |
Time spent on other leptons in volume. More... | |
double | tMeson =0 |
Time spent on all mesons in volume. More... | |
double | tOther =0 |
Time spent on all other particles in volume (mostly nuclei) More... | |
Definition at line 72 of file TestActionVPTimer.h.
|
inline |
double G4UA::TestActionVPTimer::volumeData::tBaryon =0 |
Time spent on other baryons in volume.
Definition at line 92 of file TestActionVPTimer.h.
double G4UA::TestActionVPTimer::volumeData::tElectron =0 |
Time spent on e objects in volume.
Definition at line 88 of file TestActionVPTimer.h.
double G4UA::TestActionVPTimer::volumeData::tLepton =0 |
Time spent on other leptons in volume.
Definition at line 93 of file TestActionVPTimer.h.
double G4UA::TestActionVPTimer::volumeData::tMeson =0 |
Time spent on all mesons in volume.
Definition at line 94 of file TestActionVPTimer.h.
double G4UA::TestActionVPTimer::volumeData::tNeutron =0 |
Time spent on neutrons in volume.
Definition at line 90 of file TestActionVPTimer.h.
double G4UA::TestActionVPTimer::volumeData::tOther =0 |
Time spent on all other particles in volume (mostly nuclei)
Definition at line 95 of file TestActionVPTimer.h.
double G4UA::TestActionVPTimer::volumeData::tPhoton =0 |
Time spent on photons in volume.
Definition at line 89 of file TestActionVPTimer.h.
double G4UA::TestActionVPTimer::volumeData::tPion =0 |
Time spent on pions in volume.
Definition at line 91 of file TestActionVPTimer.h.
double G4UA::TestActionVPTimer::volumeData::tTotal =0 |
Overloaded += operator.
Total time spent in volume
Definition at line 87 of file TestActionVPTimer.h.