![]() |
ATLAS Offline Software
|
Tool which manages the AthenaStackingAction. More...
#include <AthenaStackingActionTool.h>
Public Member Functions | |
| AthenaStackingActionTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| virtual StatusCode | initialize () override final |
| Initialize the tool. | |
| 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< AthenaStackingAction > | makeAndFillAction (G4AtlasUserActions &actionLists) override final |
| Make the action and push onto the lists. | |
Protected Attributes | |
| ThreadSpecificUserAction< AthenaStackingAction > | m_actions |
| Thread-specific storage of the user action. | |
Private Attributes | |
| AthenaStackingAction::Config | m_config |
| Configuration parameters. | |
| bool | m_useDebugAction |
| Use the debug version of the stacking action. | |
Tool which manages the AthenaStackingAction.
Definition at line 27 of file AthenaStackingActionTool.h.
| G4UA::AthenaStackingActionTool::AthenaStackingActionTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard constructor.
Definition at line 14 of file AthenaStackingActionTool.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.
|
finaloverridevirtual |
Initialize the tool.
Definition at line 53 of file AthenaStackingActionTool.cxx.
|
finaloverrideprotectedvirtual |
Make the action and push onto the lists.
Implements G4UA::UserActionToolBase< AthenaStackingAction >.
Definition at line 69 of file AthenaStackingActionTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
Configuration parameters.
Definition at line 48 of file AthenaStackingActionTool.h.
|
private |
Use the debug version of the stacking action.
Definition at line 51 of file AthenaStackingActionTool.h.