BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Information pertaining to a run. More...
#include <BDSOutputROOTEventRunInfo.hh>
Public Member Functions | |
BDSOutputROOTEventRunInfo (const BDSOutputROOTEventInfo *info) | |
void | Flush () |
ClassDef (BDSOutputROOTEventRunInfo, 3) | |
Data Fields | |
time_t | startTime |
time_t | stopTime |
double | durationWall |
double | durationCPU |
std::string | seedStateAtStart |
Seed state at the start of the event. | |
Information pertaining to a run.
Definition at line 36 of file BDSOutputROOTEventRunInfo.hh.
|
explicit |
Definition at line 33 of file BDSOutputROOTEventRunInfo.cc.
|
virtual |
Definition at line 41 of file BDSOutputROOTEventRunInfo.cc.
void BDSOutputROOTEventRunInfo::Flush | ( | ) |
Definition at line 44 of file BDSOutputROOTEventRunInfo.cc.
double BDSOutputROOTEventRunInfo::durationCPU |
Definition at line 47 of file BDSOutputROOTEventRunInfo.hh.
double BDSOutputROOTEventRunInfo::durationWall |
Definition at line 46 of file BDSOutputROOTEventRunInfo.hh.
std::string BDSOutputROOTEventRunInfo::seedStateAtStart |
Seed state at the start of the event.
Definition at line 48 of file BDSOutputROOTEventRunInfo.hh.
time_t BDSOutputROOTEventRunInfo::startTime |
Definition at line 44 of file BDSOutputROOTEventRunInfo.hh.
time_t BDSOutputROOTEventRunInfo::stopTime |
Definition at line 45 of file BDSOutputROOTEventRunInfo.hh.