ATLAS Offline Software
MdtSensitiveDetectorTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef MUONG4R4_MDTSENSITIVEDETECTORTOOL_H
5 #define MUONG4R4_MDTSENSITIVEDETECTORTOOL_H
6 
8 
12 
13 namespace MuonG4R4 {
14 
16 
17 public:
18  MdtSensitiveDetectorTool(const std::string& type, const std::string& name, const IInterface *parent);
20 
21  StatusCode initialize() override final;
22 protected:
23  G4VSensitiveDetector* makeSD() const override final;
24 private:
25  const MuonGMR4::MuonDetectorManager* m_detMgr{nullptr};
27  Gaudi::Property<std::string> m_alignStoreKey{this, "AlignStoreKey", ""};
28 
29 };
30 }
31 
32 #endif
MuonG4R4::MdtSensitiveDetectorTool::m_alignStoreKey
Gaudi::Property< std::string > m_alignStoreKey
: Key to the alignment / transform store per event.
Definition: MdtSensitiveDetectorTool.h:27
MuonG4R4::MdtSensitiveDetectorTool::initialize
StatusCode initialize() override final
Definition: MdtSensitiveDetectorTool.cxx:12
SensitiveDetectorBase
Common base class for tools that create and manage Geant4 sensitive detectors.
Definition: SensitiveDetectorBase.h:42
MuonG4R4::MdtSensitiveDetectorTool::MdtSensitiveDetectorTool
MdtSensitiveDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: MdtSensitiveDetectorTool.cxx:9
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
protected
#define protected
Definition: DetDescrConditionsDict_dict_fixes.cxx:14
MuonG4R4::MdtSensitiveDetectorTool
Definition: MdtSensitiveDetectorTool.h:15
GeoPrimitives.h
MuonG4R4
Include the common definitions from the MuonReadoutGeometry.
Definition: MuonSpectrometer/MuonPhaseII/MuonG4/MuonSensitiveDetectorsR4/MuonSensitiveDetectorsR4/Utils.h:14
MuonGMR4
Definition: ChamberAssembleTool.h:16
MuonG4R4::MdtSensitiveDetectorTool::~MdtSensitiveDetectorTool
~MdtSensitiveDetectorTool()=default
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MuonDetectorManager.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
MuonSimHitContainer.h
private
#define private
Definition: DetDescrConditionsDict_dict_fixes.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
SensitiveDetectorBase.h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
MuonG4R4::MdtSensitiveDetectorTool::m_detMgr
const MuonGMR4::MuonDetectorManager * m_detMgr
Definition: MdtSensitiveDetectorTool.h:25
MuonG4R4::MdtSensitiveDetectorTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Definition: MdtSensitiveDetectorTool.cxx:17