5#ifndef G4ATLASTOOLS__G4UA_G4ATLASRUNACTION_H
6#define G4ATLASTOOLS__G4UA_G4ATLASRUNACTION_H
12#include "G4UserRunAction.hh"
std::vector< G4UserRunAction * > m_runActions
List of ATLAS run actions.
G4AtlasRunAction()
Constructor.
void addRunAction(G4UserRunAction *action)
Add one action to the list.
void BeginOfRunAction(const G4Run *run) override final
Geant4 method for pre-run action.
void EndOfRunAction(const G4Run *run) override final
Geant4 method for post-run action.