![]() |
ATLAS Offline Software
|
Tool which manages the TrackProcessorUserActionPassBack. More...
#include <TrackProcessorUserActionPassBackTool.h>
Public Member Functions | |
| TrackProcessorUserActionPassBackTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. More... | |
| virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
| Fill the user action lists. More... | |
Protected Member Functions | |
| virtual std::unique_ptr< TrackProcessorUserActionPassBack > | makeAndFillAction (G4AtlasUserActions &) override final |
| Create an action for this thread. More... | |
Protected Attributes | |
| ThreadSpecificUserAction< TrackProcessorUserActionPassBack > | m_actions |
| Thread-specific storage of the user action. More... | |
Private Attributes | |
| TrackProcessorUserActionPassBack::Config | m_config |
| Configuration parameters. More... | |
Tool which manages the TrackProcessorUserActionPassBack.
Definition at line 22 of file TrackProcessorUserActionPassBackTool.h.
| G4UA::iGeant4::TrackProcessorUserActionPassBackTool::TrackProcessorUserActionPassBackTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Standard constructor.
Definition at line 14 of file TrackProcessorUserActionPassBackTool.cxx.
|
inlinefinaloverridevirtualinherited |
|
finaloverrideprotectedvirtual |
Create an action for this thread.
Implements G4UA::UserActionToolBase< TrackProcessorUserActionPassBack >.
Definition at line 32 of file TrackProcessorUserActionPassBackTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.
|
private |
Configuration parameters.
Definition at line 37 of file TrackProcessorUserActionPassBackTool.h.
1.8.18