33 using TimePoint = std::chrono::time_point<std::chrono::system_clock>;
36 [[nodiscard]]
const TimePoint&
GetStartTime()
const {
return fStartTime; }
Per-run object extending G4Run with bookkeeping needed by remage.
Definition RMGRun.hh:29
const TimePoint & GetStartTime() const
Wall-clock time at which the run was started.
Definition RMGRun.hh:36
void SetStartTime(TimePoint t)
Record the wall-clock time at which the run was started.
Definition RMGRun.hh:38