ATLAS Offline Software
TgcSensitiveDetectorTool.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_TgcSENSITIVEDETECTORTOOL_H
5 #define MUONG4R4_TgcSENSITIVEDETECTORTOOL_H
6 
8 
12 
13 namespace MuonG4R4 {
14 
16 
17 public:
18  TgcSensitiveDetectorTool(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 
33 #endif
SensitiveDetectorBase
Common base class for tools that create and manage Geant4 sensitive detectors.
Definition: SensitiveDetectorBase.h:42
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
protected
#define protected
Definition: DetDescrConditionsDict_dict_fixes.cxx:14
GeoPrimitives.h
MuonG4R4
Include the common definitions from the MuonReadoutGeometry.
Definition: MuonSpectrometer/MuonPhaseII/MuonG4/MuonSensitiveDetectorsR4/MuonSensitiveDetectorsR4/Utils.h:14
MuonGMR4
Definition: ChamberAssembleTool.h:16
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
MuonG4R4::TgcSensitiveDetectorTool::~TgcSensitiveDetectorTool
~TgcSensitiveDetectorTool()=default
MuonSimHitContainer.h
MuonG4R4::TgcSensitiveDetectorTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Definition: TgcSensitiveDetectorTool.cxx:17
private
#define private
Definition: DetDescrConditionsDict_dict_fixes.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
SensitiveDetectorBase.h
MuonG4R4::TgcSensitiveDetectorTool::m_alignStoreKey
Gaudi::Property< std::string > m_alignStoreKey
: Key to the alignment / transform store per event.
Definition: TgcSensitiveDetectorTool.h:27
MuonG4R4::TgcSensitiveDetectorTool::TgcSensitiveDetectorTool
TgcSensitiveDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: TgcSensitiveDetectorTool.cxx:9
MuonG4R4::TgcSensitiveDetectorTool
Definition: TgcSensitiveDetectorTool.h:15
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
MuonG4R4::TgcSensitiveDetectorTool::initialize
StatusCode initialize() override final
Definition: TgcSensitiveDetectorTool.cxx:12
MuonG4R4::TgcSensitiveDetectorTool::m_detMgr
const MuonGMR4::MuonDetectorManager * m_detMgr
Definition: TgcSensitiveDetectorTool.h:25