7#include "SimCore/G4User/RunAction.h"
19 for (
auto& run_action : run_actions_) {
20 run_action->BeginOfRunAction(run);
26 for (
auto& run_action : run_actions_) {
27 run_action->EndOfRunAction(run);
void EndOfRunAction(const G4Run *run)
Implementation of end run hook.
void BeginOfRunAction(const G4Run *run)
Implementation of begin run hook.
This namespace is meant to contain all the standard user actions that allow a Geant4 user to interfac...
Dynamically loadable photonuclear models either from SimCore or external libraries implementing this ...