![]() |
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. | |
| virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
| Fill the user action lists. | |
| StatusCode | BeginOfAthenaEvent (HitCollectionMap &) override |
| Calls BeginOfAthenaEvent. | |
| StatusCode | EndOfAthenaEvent (HitCollectionMap &) override |
| Calls EndOfAthenaEvent. | |
Protected Member Functions | |
| virtual std::unique_ptr< ScoringPlane > | makeAndFillAction (G4AtlasUserActions &) override final |
| creates the action instances | |
Protected Attributes | |
| ThreadSpecificUserAction< ScoringPlane > | m_actions |
| Thread-specific storage of the user action. | |
Private Attributes | |
| ScoringPlane::Config | m_config |
| holds the python configuration | |
A tool to manage ScoprinPlane actions.
creates one ScoprinPlane instance per thread
Definition at line 24 of file ScoringPlaneTool.h.
| G4UA::ScoringPlaneTool::ScoringPlaneTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard tool ctor.
Definition at line 11 of file ScoringPlaneTool.cxx.
|
inlineoverrideinherited |
Calls BeginOfAthenaEvent.
Definition at line 59 of file UserActionToolBase.h.
|
inlineoverrideinherited |
|
inlinefinaloverridevirtualinherited |
Fill the user action lists.
Definition at line 47 of file UserActionToolBase.h.
|
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 70 of file UserActionToolBase.h.
|
private |
holds the python configuration
Definition at line 42 of file ScoringPlaneTool.h.