![]() |
ATLAS Offline Software
|
Tool which manages the SG_StepNtuple user action. More...
#include <SG_StepNtupleTool.h>
Public Member Functions | |
| SG_StepNtupleTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| standard tool ctor | |
| 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< SG_StepNtuple > | makeAndFillAction (G4AtlasUserActions &) override final |
| creates the action instances | |
Protected Attributes | |
| ThreadSpecificUserAction< SG_StepNtuple > | m_actions |
| Thread-specific storage of the user action. | |
Private Attributes | |
| std::vector< int > | m_pdgids |
Tool which manages the SG_StepNtuple user action.
creates one SG_StepNtuple instance per thread
Definition at line 24 of file SG_StepNtupleTool.h.
| G4UA::SG_StepNtupleTool::SG_StepNtupleTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
standard tool ctor
Definition at line 10 of file SG_StepNtupleTool.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 the action instances
Implements G4UA::UserActionToolBase< SG_StepNtuple >.
Definition at line 19 of file SG_StepNtupleTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
Definition at line 39 of file SG_StepNtupleTool.h.