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