![]() |
ATLAS Offline Software
|
a class to manage the DebugSteppingAction action More...
#include <DebugSteppingActionTool.h>
Public Member Functions | |
| DebugSteppingActionTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
| Fill the user action lists. | |
| StatusCode | BeginOfAthenaEvent (HitCollectionMap &) override |
| Calls BeginOfAthenaEvent. | |
| StatusCode | EndOfAthenaEvent (HitCollectionMap &) override |
| Calls EndOfAthenaEvent. | |
Protected Member Functions | |
| virtual std::unique_ptr< DebugSteppingAction > | makeAndFillAction (G4AtlasUserActions &) override final |
| creates one action per thread | |
Protected Attributes | |
| ThreadSpecificUserAction< DebugSteppingAction > | m_actions |
| Thread-specific storage of the user action. | |
Private Attributes | |
| DebugSteppingAction::Config | m_config |
| the config for the action | |
a class to manage the DebugSteppingAction action
Definition at line 18 of file DebugSteppingActionTool.h.
| G4UA::DebugSteppingActionTool::DebugSteppingActionTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard constructor.
Definition at line 10 of file DebugSteppingActionTool.cxx.
|
inlineoverrideinherited |
Calls BeginOfAthenaEvent.
Definition at line 59 of file UserActionToolBase.h.
|
inlineoverrideinherited |
|
inlinefinaloverridevirtualinherited |
Fill the user action lists.
Definition at line 47 of file UserActionToolBase.h.
|
finaloverrideprotectedvirtual |
creates one action per thread
Implements G4UA::UserActionToolBase< DebugSteppingAction >.
Definition at line 20 of file DebugSteppingActionTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
the config for the action
Definition at line 37 of file DebugSteppingActionTool.h.