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