![]() |
ATLAS Offline Software
|
Tool which manages the LArGeoH62004EventAction action. More...
#include <LArGeoH62004EventActionTool.h>
Public Member Functions | |
| LArGeoH62004EventActionTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| StatusCode | initialize () override final |
| Framework intialize method. | |
| 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< LArGeoH62004EventAction > | makeAndFillAction (G4AtlasUserActions &) override final |
| Create action for this thread. | |
Protected Attributes | |
| ThreadSpecificUserAction< LArGeoH62004EventAction > | m_actions |
| Thread-specific storage of the user action. | |
Private Attributes | |
| LArGeoH62004EventAction::Config | m_config |
| Configuration parameters. | |
| Gaudi::Property< float > | m_yTable {this, "yTable", 0.f} |
| Gaudi::Property< float > | m_cryoXposition {this, "CryoXPosition", 0.f} |
Tool which manages the LArGeoH62004EventAction action.
Create the LArGeoH62004EventAction for each worker thread
Definition at line 27 of file LArGeoH62004EventActionTool.h.
| G4UA::LArGeoH62004EventActionTool::LArGeoH62004EventActionTool | ( | 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 intialize method.
|
finaloverrideprotectedvirtual |
Create action for this thread.
Implements G4UA::UserActionToolBase< LArGeoH62004EventAction >.
|
protectedinherited |
Thread-specific storage of the user action.
Definition at line 70 of file UserActionToolBase.h.
|
private |
Configuration parameters.
Definition at line 48 of file LArGeoH62004EventActionTool.h.
|
private |
Definition at line 50 of file LArGeoH62004EventActionTool.h.
|
private |
Definition at line 49 of file LArGeoH62004EventActionTool.h.