|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef G4ATLASTOOLS__G4UA_G4ATLASSTEPPINGACTION_H
6 #define G4ATLASTOOLS__G4UA_G4ATLASSTEPPINGACTION_H
12 #include "G4UserSteppingAction.hh"
Atlas subclass of the G4 stepping action.
void UserSteppingAction(const G4Step *step) override final
Geant4 method for processing one step.
std::vector< G4UserSteppingAction * > & getActions()
Return the actions vector.
std::vector< G4UserSteppingAction * > m_actions
List of ATLAS stepping actions.
void addAction(G4UserSteppingAction *action)
Add one action to the list.
G4AtlasSteppingAction()
Constructor.