ATLAS Offline Software
Loading...
Searching...
No Matches
TGCSimulation.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 L0MUONS1TGC_TGCSIMULATION_H
5#define L0MUONS1TGC_TGCSIMULATION_H
6
9
11
13
14#include "MuonTGC_Cabling/MuonTGC_CablingSvc.h" // TODO: to be updated for phase-II
15
16namespace L0Muon {
17
19 public:
20 using AthReentrantAlgorithm::AthReentrantAlgorithm;
21 virtual ~TGCSimulation() = default;
22
23 virtual StatusCode initialize() override;
24 virtual StatusCode execute(const EventContext& ctx) const override;
25
26 private:
28 SG::ReadHandleKey<TgcDigitContainer> m_keyTgcDigit{this, "InputDigit", "TGC_DIGITS", "Location of input TgcDigitContainer"};
30 SG::WriteHandleKey<xAOD::MuonRoIContainer> m_outputMuonRoIKey{this, "L0MuonEndcapKey", "L0MuonEndcapRoI", "key for LVL0 Muon RoIs in the barrel" };
31
33 ServiceHandle<MuonTGC_CablingSvc> m_cabling{this, "TGCCablingSvc", "MuonTGC_CablingSvc","Key of MuonTGC_CablingSvc"};
34
35 ToolHandle<GenericMonitoringTool> m_monTool{this, "MonTool", "", "Monitoring Tool"};
36
37};
38
39} // end of namespace
40
41#endif // L0MUONS1TGC_TGCSIMULATION_H
42
Header file to be included by clients of the Monitored infrastructure.
An algorithm that can be simultaneously executed in multiple threads.
virtual ~TGCSimulation()=default
SG::WriteHandleKey< xAOD::MuonRoIContainer > m_outputMuonRoIKey
Output RoIs.
ToolHandle< GenericMonitoringTool > m_monTool
virtual StatusCode initialize() override
ServiceHandle< MuonTGC_CablingSvc > m_cabling
TGC cabling map.
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKey< TgcDigitContainer > m_keyTgcDigit
RPC Digit container.
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.