ATLAS Offline Software
|
a tool to manage the SteppingValidation action in AthenaMT More...
#include <SteppingValidationTool.h>
Public Member Functions | |
SteppingValidationTool (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< SteppingValidation > | makeAndFillAction (G4AtlasUserActions &) override final |
creates the instance of the action for this thread More... | |
Protected Attributes | |
ThreadSpecificUserAction< SteppingValidation > | m_actions |
Thread-specific storage of the user action. More... | |
a tool to manage the SteppingValidation action in AthenaMT
creates one instance of the action per thread
Definition at line 21 of file SteppingValidationTool.h.
G4UA::SteppingValidationTool::SteppingValidationTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
standard tool ctor
Definition at line 11 of file SteppingValidationTool.cxx.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
creates the instance of the action for this thread
Implements G4UA::UserActionToolBase< SteppingValidation >.
Definition at line 19 of file SteppingValidationTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.