![]() |
ATLAS Offline Software
|
Tool which manages the RadLenNtuple action. More...
#include <RadLenNtupleTool.h>
Public Member Functions | |
| RadLenNtupleTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| StatusCode | initialize () override final |
| Framework methods. | |
| 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< RadLenNtuple > | makeAndFillAction (G4AtlasUserActions &) override final |
| Create action for this thread. | |
Protected Attributes | |
| ThreadSpecificUserAction< RadLenNtuple > | m_actions |
| Thread-specific storage of the user action. | |
Private Attributes | |
| RadLenNtuple::Config | m_config |
| Configuration parameters. | |
| Gaudi::Property< std::string > | m_mcEventCollName {this, "McEventCollName", "GEN_EVENT"} |
Tool which manages the RadLenNtuple action.
Create the RadLenNtuple for each worker thread
Definition at line 26 of file RadLenNtupleTool.h.
| G4UA::RadLenNtupleTool::RadLenNtupleTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Standard constructor.
|
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.
|
finaloverride |
Framework methods.
|
finaloverrideprotectedvirtual |
Create action for this thread.
Implements G4UA::UserActionToolBase< RadLenNtuple >.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
Configuration parameters.
Definition at line 46 of file RadLenNtupleTool.h.
|
private |
Definition at line 47 of file RadLenNtupleTool.h.