ATLAS Offline Software
MMCablingTestAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
9 #ifndef MUONMDT_CABLING_MMCablingTestAlg_H
10 #define MUONMDT_CABLING_MMCablingTestAlg_H
11 
12 
18 
19 
20 
22 public:
24  virtual ~MMCablingTestAlg() = default;
25  virtual StatusCode initialize() override;
26  virtual StatusCode execute() override;
27  virtual unsigned int cardinality() const override final{return 1;}
28 
29 
30 
31 private:
32  ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
33  // MuonDetectorManager from the conditions store
34  SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> m_DetectorManagerKey{this, "DetectorManagerKey", "MuonDetectorManager",
35  "Key of input MuonDetectorManager condition data"};
36 
37  SG::ReadCondHandleKey<Nsw_CablingMap> m_cablingKey{this, "ReadKey", "NswCabling", "Key of input MM cabling map"};
38 
39  Gaudi::Property<std::string> m_dumpFile{this, "DumpMap", "" , "Text file to which every cabling channel is dumped"};
40 
41 };
42 
43 #endif
Nsw_CablingMap.h
MMCablingTestAlg::m_DetectorManagerKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_DetectorManagerKey
Definition: MMCablingTestAlg.h:34
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:560
MMCablingTestAlg::cardinality
virtual unsigned int cardinality() const override final
Definition: MMCablingTestAlg.h:27
MMCablingTestAlg::m_dumpFile
Gaudi::Property< std::string > m_dumpFile
Definition: MMCablingTestAlg.h:39
MMCablingTestAlg::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition: MMCablingTestAlg.h:32
AthAlgorithm.h
MMCablingTestAlg::m_cablingKey
SG::ReadCondHandleKey< Nsw_CablingMap > m_cablingKey
Definition: MMCablingTestAlg.h:37
MMCablingTestAlg::~MMCablingTestAlg
virtual ~MMCablingTestAlg()=default
MMCablingTestAlg
Algorithm to test the validity of the Nsw cabling.
Definition: MMCablingTestAlg.h:21
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
columnar::final
CM final
Definition: ColumnAccessor.h:106
AthAlgorithm
Definition: AthAlgorithm.h:47
ReadCondHandleKey.h
MuonDetectorManager.h
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager >
MMCablingTestAlg::initialize
virtual StatusCode initialize() override
Definition: MMCablingTestAlg.cxx:13
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
MMCablingTestAlg::execute
virtual StatusCode execute() override
Definition: MMCablingTestAlg.cxx:20
IMuonIdHelperSvc.h
ServiceHandle< Muon::IMuonIdHelperSvc >