ATLAS Offline Software
|
#include <VerboseSelectorTool.h>
Public Member Functions | |
VerboseSelectorTool (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< VerboseSelector > | makeAndFillAction (G4AtlasUserActions &) override final |
Make the action and push onto the lists. More... | |
Protected Attributes | |
ThreadSpecificUserAction< VerboseSelector > | m_actions |
Thread-specific storage of the user action. More... | |
Private Attributes | |
VerboseSelector::Config | m_config |
Definition at line 14 of file VerboseSelectorTool.h.
G4UA::VerboseSelectorTool::VerboseSelectorTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 10 of file VerboseSelectorTool.cxx.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
Make the action and push onto the lists.
Implements G4UA::UserActionToolBase< VerboseSelector >.
Definition at line 34 of file VerboseSelectorTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.
|
private |
Definition at line 23 of file VerboseSelectorTool.h.