ATLAS Offline Software
|
Tool which manages the StepNtuple action. More...
#include <StepNtupleTool.h>
Public Member Functions | |
StepNtupleTool (const std::string &type, const std::string &name, const IInterface *parent) | |
standard tool ctor More... | |
virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
Fill the user action lists. More... | |
Protected Member Functions | |
virtual std::unique_ptr< StepNtuple > | makeAndFillAction (G4AtlasUserActions &) override final |
Create action for this thread. More... | |
Protected Attributes | |
ThreadSpecificUserAction< StepNtuple > | m_actions |
Thread-specific storage of the user action. More... | |
Tool which manages the StepNtuple action.
Create the StepNtuple for each worker thread
Definition at line 21 of file StepNtupleTool.h.
G4UA::StepNtupleTool::StepNtupleTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
standard tool ctor
Definition at line 10 of file StepNtupleTool.cxx.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
Create action for this thread.
Implements G4UA::UserActionToolBase< StepNtuple >.
Definition at line 17 of file StepNtupleTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.