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