ATLAS Offline Software
Loading...
Searching...
No Matches
G4UA::LArGeoH62004EventActionTool Class Reference

Tool which manages the LArGeoH62004EventAction action. More...

#include <LArGeoH62004EventActionTool.h>

Inheritance diagram for G4UA::LArGeoH62004EventActionTool:
Collaboration diagram for G4UA::LArGeoH62004EventActionTool:

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< LArGeoH62004EventActionmakeAndFillAction (G4AtlasUserActions &) override final
 Create action for this thread.

Protected Attributes

ThreadSpecificUserAction< LArGeoH62004EventActionm_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}

Detailed Description

Tool which manages the LArGeoH62004EventAction action.

Create the LArGeoH62004EventAction for each worker thread

Author
Andrea Di Simone

Definition at line 27 of file LArGeoH62004EventActionTool.h.

Constructor & Destructor Documentation

◆ LArGeoH62004EventActionTool()

G4UA::LArGeoH62004EventActionTool::LArGeoH62004EventActionTool ( const std::string & type,
const std::string & name,
const IInterface * parent )

Standard constructor.

Member Function Documentation

◆ BeginOfAthenaEvent()

StatusCode G4UA::UserActionToolBase< LArGeoH62004EventAction >::BeginOfAthenaEvent ( HitCollectionMap & )
inlineoverrideinherited

Calls BeginOfAthenaEvent.

Definition at line 59 of file UserActionToolBase.h.

59{return StatusCode::SUCCESS;};
abstract template utility base-class for G4 user-action tools.

◆ EndOfAthenaEvent()

StatusCode G4UA::UserActionToolBase< LArGeoH62004EventAction >::EndOfAthenaEvent ( HitCollectionMap & )
inlineoverrideinherited

Calls EndOfAthenaEvent.

Definition at line 61 of file UserActionToolBase.h.

61{return StatusCode::SUCCESS;};

◆ fillUserAction()

virtual StatusCode G4UA::UserActionToolBase< LArGeoH62004EventAction >::fillUserAction ( G4AtlasUserActions & actionLists)
inlinefinaloverridevirtualinherited

Fill the user action lists.

Definition at line 47 of file UserActionToolBase.h.

48 {
50 if(myAction == nullptr) {
51 ATH_MSG_ERROR( "Failed to construct user action in " << name() );
53 }
56 }
#define ATH_MSG_ERROR(x)
virtual std::unique_ptr< LArGeoH62004EventAction > makeAndFillAction(G4AtlasUserActions &actionLists)=0

◆ initialize()

StatusCode G4UA::LArGeoH62004EventActionTool::initialize ( )
finaloverride

Framework intialize method.

◆ makeAndFillAction()

virtual std::unique_ptr< LArGeoH62004EventAction > G4UA::LArGeoH62004EventActionTool::makeAndFillAction ( G4AtlasUserActions & )
finaloverrideprotectedvirtual

Create action for this thread.

Implements G4UA::UserActionToolBase< LArGeoH62004EventAction >.

Member Data Documentation

◆ m_actions

Thread-specific storage of the user action.

Definition at line 70 of file UserActionToolBase.h.

◆ m_config

LArGeoH62004EventAction::Config G4UA::LArGeoH62004EventActionTool::m_config
private

Configuration parameters.

Definition at line 48 of file LArGeoH62004EventActionTool.h.

◆ m_cryoXposition

Gaudi::Property<float> G4UA::LArGeoH62004EventActionTool::m_cryoXposition {this, "CryoXPosition", 0.f}
private

Definition at line 50 of file LArGeoH62004EventActionTool.h.

50{this, "CryoXPosition", 0.f};

◆ m_yTable

Gaudi::Property<float> G4UA::LArGeoH62004EventActionTool::m_yTable {this, "yTable", 0.f}
private

Definition at line 49 of file LArGeoH62004EventActionTool.h.

49{this, "yTable", 0.f};

The documentation for this class was generated from the following file: