ATLAS Offline Software
|
A class to manage EnergyLossRecorder actions. More...
#include <EnergyLossRecorderTool.h>
Public Member Functions | |
EnergyLossRecorderTool (const std::string &type, const std::string &name, const IInterface *parent) | |
standard tool ctor More... | |
virtual StatusCode | initialize () override final |
Athena initialize method. More... | |
virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
Fill the user action lists. More... | |
Protected Member Functions | |
virtual std::unique_ptr< EnergyLossRecorder > | makeAndFillAction (G4AtlasUserActions &) override final |
creates the instance for this thread More... | |
Protected Attributes | |
ThreadSpecificUserAction< EnergyLossRecorder > | m_actions |
Thread-specific storage of the user action. More... | |
Private Attributes | |
EnergyLossRecorder::Config | m_config |
stores the config obtained from the python side More... | |
ToolHandle< Trk::IPositionMomentumWriter > | m_pmWriter |
A class to manage EnergyLossRecorder actions.
creates one instance of the action per thread
Definition at line 29 of file EnergyLossRecorderTool.h.
G4UA::EnergyLossRecorderTool::EnergyLossRecorderTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
|
inlinefinaloverridevirtualinherited |
|
finaloverridevirtual |
|
finaloverrideprotectedvirtual |
creates the instance for this thread
Implements G4UA::UserActionToolBase< EnergyLossRecorder >.
Definition at line 32 of file EnergyLossRecorderTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.
|
private |
stores the config obtained from the python side
Definition at line 44 of file EnergyLossRecorderTool.h.
|
private |
Definition at line 45 of file EnergyLossRecorderTool.h.