Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
MDTSimulation.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef L0MuonMDT_MDTSIMULATION_H
5 #define L0MuonMDT_MDTSIMULATION_H
6 
10 
15 
16 namespace L0Muon {
17 
19  public:
20  using AthReentrantAlgorithm::AthReentrantAlgorithm;
21  virtual ~MDTSimulation() = default;
22 
23  virtual StatusCode initialize() override;
24  virtual StatusCode execute(const EventContext& ctx) const override;
25 
26  private:
28  SG::ReadHandleKey<MdtCsmContainer> m_keyMdtRdo{this,"MdtRdoKey","MDTCSM", "Mdt RDO Input"};
30  SG::WriteHandleKey<xAOD::MuonRoIContainer> m_outputMuonRoIKey{this, "L0MuonBarrelKey", "L0MuonBarrelRoI",
31  "key for LVL0 Muon RoIs in the barrel" };
32 
33 
35  SG::ReadCondHandleKey<MuonMDT_CablingMap> m_cablingKey{this, "CablingKey", "MuonMDT_CablingMap","Key of MuonMDT_CablingMap"};
36 
37  ToolHandle<GenericMonitoringTool> m_monTool{this, "MonTool", "", "Monitoring Tool"};
38 
39 };
40 
41 } // end of namespace
42 
43 #endif // L0MuonMDT_MDTSIMULATION_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
MuonRoIContainer.h
SG::ReadHandleKey< MdtCsmContainer >
L0Muon::MDTSimulation::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: MDTSimulation.cxx:28
MdtCsmContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
L0Muon
Definition: L0MuonSmearingAlg.cxx:13
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
MuonMDT_CablingMap.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
L0Muon::MDTSimulation
Definition: MDTSimulation.h:18
L0Muon::MDTSimulation::~MDTSimulation
virtual ~MDTSimulation()=default
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
AthReentrantAlgorithm.h
L0Muon::MDTSimulation::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition: MDTSimulation.h:37
L0Muon::MDTSimulation::initialize
virtual StatusCode initialize() override
Definition: MDTSimulation.cxx:13
L0Muon::MDTSimulation::m_cablingKey
SG::ReadCondHandleKey< MuonMDT_CablingMap > m_cablingKey
MDT cabling map.
Definition: MDTSimulation.h:35
SG::ReadCondHandleKey< MuonMDT_CablingMap >
L0Muon::MDTSimulation::m_keyMdtRdo
SG::ReadHandleKey< MdtCsmContainer > m_keyMdtRdo
MDT Rdo.
Definition: MDTSimulation.h:28
L0Muon::MDTSimulation::m_outputMuonRoIKey
SG::WriteHandleKey< xAOD::MuonRoIContainer > m_outputMuonRoIKey
Output RoIs.
Definition: MDTSimulation.h:30
IAthRNGSvc.h