ATLAS Offline Software
|
A tool to manage RadLengthAction actions. More...
#include <RadLengthActionTool.h>
Public Member Functions | |
RadLengthActionTool (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< RadLengthAction > | makeAndFillAction (G4AtlasUserActions &) override final |
creates the action instances More... | |
Protected Attributes | |
ThreadSpecificUserAction< RadLengthAction > | m_actions |
Thread-specific storage of the user action. More... | |
Private Attributes | |
RadLengthAction::Config | m_config |
holds the python configuration More... | |
A tool to manage RadLengthAction actions.
creates one RadLengthAction instance per thread
Definition at line 22 of file RadLengthActionTool.h.
G4UA::RadLengthActionTool::RadLengthActionTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
standard tool ctor
Definition at line 10 of file RadLengthActionTool.cxx.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
creates the action instances
Implements G4UA::UserActionToolBase< RadLengthAction >.
Definition at line 20 of file RadLengthActionTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.
|
private |
holds the python configuration
Definition at line 39 of file RadLengthActionTool.h.