ATLAS Offline Software
Loading...
Searching...
No Matches
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
16namespace 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
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
virtual ~MDTSimulation()=default
ToolHandle< GenericMonitoringTool > m_monTool
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadCondHandleKey< MuonMDT_CablingMap > m_cablingKey
MDT cabling map.
SG::WriteHandleKey< xAOD::MuonRoIContainer > m_outputMuonRoIKey
Output RoIs.
SG::ReadHandleKey< MdtCsmContainer > m_keyMdtRdo
MDT Rdo.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.