25 action->BeginOfRunAction(
run);
37 G4cout <<
" ======================================================" << G4endl;
38 G4cout <<
" Time: " << *
fTimer << G4endl;
39 G4cout <<
" ======================================================" << G4endl;
42 action->EndOfRunAction(
run);
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.
std::unique_ptr< G4Timer > fTimer
void EndOfRunAction(const G4Run *run) override final
Geant4 method for post-run action.
int run(int argc, char *argv[])