ATLAS Offline Software
RPCSensitiveDetectorTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef RPCSensitiveDetectorTool_H
6 #define RPCSensitiveDetectorTool_H
7 
9 #include "GaudiKernel/ServiceHandle.h"
11 
13 
14 public:
16  RPCSensitiveDetectorTool(const std::string& type, const std::string& name, const IInterface *parent);
18 protected:
19  G4VSensitiveDetector* makeSD() const override final;
20 private:
21  ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
22 };
23 
24 #endif
RPCSensitiveDetectorTool
Definition: RPCSensitiveDetectorTool.h:12
SensitiveDetectorBase
Common base class for tools that create and manage Geant4 sensitive detectors.
Definition: SensitiveDetectorBase.h:42
RPCSensitiveDetectorTool::makeSD
G4VSensitiveDetector * makeSD() const override final
Definition: RPCSensitiveDetectorTool.cxx:14
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
RPCSensitiveDetectorTool::~RPCSensitiveDetectorTool
~RPCSensitiveDetectorTool()=default
test_pyathena.parent
parent
Definition: test_pyathena.py:15
RPCSensitiveDetectorTool::RPCSensitiveDetectorTool
RPCSensitiveDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
construction/destruction
Definition: RPCSensitiveDetectorTool.cxx:9
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
RPCSensitiveDetectorTool::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition: RPCSensitiveDetectorTool.h:21
IMuonIdHelperSvc.h
ServiceHandle
Definition: ClusterMakerTool.h:37