ATLAS Offline Software
LArGeoH62004SteppingActionTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARG4H6SD_LARGEOH62004STEPPINGACTIONTOOL_H
6 #define LARG4H6SD_LARGEOH62004STEPPINGACTIONTOOL_H
7 
8 // System includes
9 #include <string>
10 
11 // Infrastructure includes
13 
14 // Local includes
16 
17 namespace G4UA
18 {
19 
28  public UserActionToolBase<LArGeoH62004SteppingAction>
29  {
30 
31  public:
32 
34  LArGeoH62004SteppingActionTool(const std::string& type, const std::string& name,
35  const IInterface* parent);
36 
38  StatusCode initialize() override final;
39 
40  protected:
41 
43  virtual std::unique_ptr<LArGeoH62004SteppingAction>
45 
46  private:
47 
50  Gaudi::Property<float> m_yTable {this, "yTable", 0.f};
51  Gaudi::Property<bool> m_checkprim{this, "CheckPrim", false};
52  Gaudi::Property<bool> m_printstep{this, "PrintStep", false};
53 
54  }; // class LArGeoH62004SteppingActionTool
55 
56 } // namespace G4UA
57 
58 #endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:33
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
G4UA::LArGeoH62004SteppingAction
NEEDS DOCUMENTATION.
Definition: LArGeoH62004SteppingAction.h:19
UserActionToolBase.h
Property
Support class for PropertyMgr.
Definition: Property.h:23
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
G4UA::LArGeoH62004SteppingActionTool::m_yTable
Gaudi::Property< float > m_yTable
Definition: LArGeoH62004SteppingActionTool.h:50
G4UA::LArGeoH62004SteppingActionTool::initialize
StatusCode initialize() override final
Framework intialize method.
G4UA::LArGeoH62004SteppingActionTool::m_printstep
Gaudi::Property< bool > m_printstep
Definition: LArGeoH62004SteppingActionTool.h:52
LArGeoH62004SteppingAction.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
G4UA::LArGeoH62004SteppingActionTool
Tool which manages the LArGeoH62004SteppingAction action.
Definition: LArGeoH62004SteppingActionTool.h:29
Config
Definition: dumpNPs.cxx:47
G4UA::LArGeoH62004SteppingActionTool::LArGeoH62004SteppingActionTool
LArGeoH62004SteppingActionTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
protected
#define protected
Definition: GenEventCnv_p1.h:26
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
G4UA::LArGeoH62004SteppingActionTool::m_config
LArGeoH62004SteppingAction::Config m_config
Configuration parameters.
Definition: LArGeoH62004SteppingActionTool.h:49
G4UA::UserActionToolBase
abstract template utility base-class for G4 user-action tools.
Definition: UserActionToolBase.h:33
Gaudi
=============================================================================
Definition: CaloGPUClusterAndCellDataMonitorOptions.h:273
private
#define private
Definition: xAODTruthCnvAlg.h:20
G4UA::LArGeoH62004SteppingActionTool::m_checkprim
Gaudi::Property< bool > m_checkprim
Definition: LArGeoH62004SteppingActionTool.h:51
G4UA::LArGeoH62004SteppingActionTool::makeAndFillAction
virtual std::unique_ptr< LArGeoH62004SteppingAction > makeAndFillAction(G4AtlasUserActions &) override final
Create action for this thread.