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