7#include "SimCore/G4User/RunAction.h"
19 for (
auto& runAction : runActions_) {
20 runAction->BeginOfRunAction(run);
26 for (
auto& runAction : runActions_) {
27 runAction->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...