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