ATLAS Offline Software
|
Tool which creates and manages the HyperspaceCatcher user action. More...
#include <HyperspaceCatcherTool.h>
Public Member Functions | |
HyperspaceCatcherTool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
Fill the user action lists. More... | |
Protected Member Functions | |
virtual std::unique_ptr< HyperspaceCatcher > | makeAndFillAction (G4AtlasUserActions &) override final |
Make the action and push onto the lists. More... | |
Protected Attributes | |
ThreadSpecificUserAction< HyperspaceCatcher > | m_actions |
Thread-specific storage of the user action. More... | |
Private Attributes | |
HyperspaceCatcher::Config | m_config |
Tool which creates and manages the HyperspaceCatcher user action.
Definition at line 16 of file HyperspaceCatcherTool.h.
G4UA::HyperspaceCatcherTool::HyperspaceCatcherTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 10 of file HyperspaceCatcherTool.cxx.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
Make the action and push onto the lists.
Implements G4UA::UserActionToolBase< HyperspaceCatcher >.
Definition at line 20 of file HyperspaceCatcherTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.
|
private |
Definition at line 30 of file HyperspaceCatcherTool.h.