5#ifndef G4ATLASTOOLS__G4UA_G4ATLASEVENTACTION_H
6#define G4ATLASTOOLS__G4UA_G4ATLASEVENTACTION_H
12#include "G4UserEventAction.hh"
void BeginOfEventAction(const G4Event *event) override final
Geant4 method for pre-event action.
std::vector< G4UserEventAction * > m_eventActions
List of ATLAS event actions.
void addEventAction(G4UserEventAction *action)
Add one action to the list.
void EndOfEventAction(const G4Event *event) override final
Geant4 method for post-event action.
G4AtlasEventAction()
Constructor.