![]() |
ATLAS Offline Software
|
Tool which manages the AthenaTrackingAction. More...
#include <AthenaTrackingActionTool.h>
Public Member Functions | |
| AthenaTrackingActionTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| virtual StatusCode | initialize () override |
| Initialize the tool (just for debugging printout) | |
| 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< AthenaTrackingAction > | makeAndFillAction (G4AtlasUserActions &actionLists) override final |
| Setup the user action for current thread. | |
Protected Attributes | |
| ThreadSpecificUserAction< AthenaTrackingAction > | m_actions |
| Thread-specific storage of the user action. | |
Private Attributes | |
| int | m_secondarySavingLevel |
| The saving level for secondaries. | |
| int | m_subDetVolLevel |
| The level in the G4 volume hierarchy at which can we find the sub-detector name. | |
Tool which manages the AthenaTrackingAction.
Definition at line 23 of file AthenaTrackingActionTool.h.
| G4UA::AthenaTrackingActionTool::AthenaTrackingActionTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard constructor.
Definition at line 13 of file AthenaTrackingActionTool.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.
|
overridevirtual |
Initialize the tool (just for debugging printout)
Definition at line 29 of file AthenaTrackingActionTool.cxx.
|
finaloverrideprotectedvirtual |
Setup the user action for current thread.
Implements G4UA::UserActionToolBase< AthenaTrackingAction >.
Definition at line 39 of file AthenaTrackingActionTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
The saving level for secondaries.
Definition at line 44 of file AthenaTrackingActionTool.h.
|
private |
The level in the G4 volume hierarchy at which can we find the sub-detector name.
Definition at line 46 of file AthenaTrackingActionTool.h.