ATLAS Offline Software
|
A tool to manage ScoprinPlane actions. More...
#include <ScoringPlaneTool.h>
Public Member Functions | |
ScoringPlaneTool (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< ScoringPlane > | makeAndFillAction (G4AtlasUserActions &) override final |
creates the action instances More... | |
Protected Attributes | |
ThreadSpecificUserAction< ScoringPlane > | m_actions |
Thread-specific storage of the user action. More... | |
Private Attributes | |
ScoringPlane::Config | m_config |
holds the python configuration More... | |
A tool to manage ScoprinPlane actions.
creates one ScoprinPlane instance per thread
Definition at line 24 of file ScoringPlaneTool.h.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
creates the action instances
Implements G4UA::UserActionToolBase< ScoringPlane >.
Definition at line 22 of file ScoringPlaneTool.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 42 of file ScoringPlaneTool.h.