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