11 std::shared_ptr<gdynamicdigitization::dRoutinesMap> digi_map) :
13 digitization_routines_map(std::move(digi_map)) {
14 const auto desc =
"GRun " + std::to_string(G4Threading::G4GetThreadId());
std::shared_ptr< GLogger > log
void debug(debug_type type, Args &&... args) const
GRun(std::shared_ptr< GOptions > gopts, std::shared_ptr< gdynamicdigitization::dRoutinesMap > digi_map)
Constructs the run object for the current execution thread.
Declares GRun, the thread-local run container used by the GEMC actions module.
constexpr const char * GRUN_LOGGER