Per-run object extending G4Run with bookkeeping needed by remage.
More...
#include <RMGRun.hh>


Public Types | |
| using | TimePoint = std::chrono::time_point<std::chrono::system_clock> |
Public Member Functions | |
| const TimePoint & | GetStartTime () const |
| Wall-clock time at which the run was started. | |
| void | SetStartTime (TimePoint t) |
| Record the wall-clock time at which the run was started. | |
Per-run object extending G4Run with bookkeeping needed by remage.
Currently stores the wall-clock start time of the run, used by RMGRunAction to report run duration.