ATLAS Offline Software
|
A tool for managing the MCTruthSteppingAction. More...
#include <MCTruthSteppingActionTool.h>
Public Member Functions | |
MCTruthSteppingActionTool (const std::string &type, const std::string &name, const IInterface *parent) | |
Standard constructor. More... | |
virtual StatusCode | initialize () override final |
Initialize the tool. More... | |
virtual StatusCode | fillUserAction (G4AtlasUserActions &actionLists) override final |
Fill the user action lists. More... | |
Protected Member Functions | |
virtual std::unique_ptr< MCTruthSteppingAction > | makeAndFillAction (G4AtlasUserActions &) override final |
Setup the user action for current thread. More... | |
Protected Attributes | |
ThreadSpecificUserAction< MCTruthSteppingAction > | m_actions |
Thread-specific storage of the user action. More... | |
Private Attributes | |
std::map< std::string, std::string > | m_volumeCollectionMap |
Map of volume name to output collection name. More... | |
A tool for managing the MCTruthSteppingAction.
Definition at line 26 of file MCTruthSteppingActionTool.h.
G4UA::MCTruthSteppingActionTool::MCTruthSteppingActionTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
|
inlinefinaloverridevirtualinherited |
|
finaloverridevirtual |
Initialize the tool.
Definition at line 26 of file MCTruthSteppingActionTool.cxx.
|
finaloverrideprotectedvirtual |
Setup the user action for current thread.
Implements G4UA::UserActionToolBase< MCTruthSteppingAction >.
Definition at line 36 of file MCTruthSteppingActionTool.cxx.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 63 of file UserActionToolBase.h.
|
private |
Map of volume name to output collection name.
Definition at line 47 of file MCTruthSteppingActionTool.h.