ATLAS Offline Software
Loading...
Searching...
No Matches
TGCSimulation.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef L0MUONS1TGC_TGCSIMULATION_H
5#define L0MUONS1TGC_TGCSIMULATION_H
6
14
15namespace L0Muon {
16
18 public:
19 using AthReentrantAlgorithm::AthReentrantAlgorithm;
20
21 StatusCode initialize() override;
22 StatusCode execute(const EventContext& ctx) const override;
23
24 private:
26 this, "InputRdo", "TGCRDO", "Location of the input TGC RDO container"};
28 this, "OutputKey", "L0MuonTGCCandData",
29 "TGC Sector Logic candidate output"};
30
31 ToolHandle<ITgcL0CandidateBuilderTool> m_candidateBuilderTool{
32 this, "CandidateBuilderTool", "", "TGC candidate-builder implementation"};
33 ToolHandle<ITgcL0InnerCoincidenceTool> m_innerCoincidenceTool{
34 this, "InnerCoincidenceTool", "", "TGC Inner-Coincidence implementation"};
35 ToolHandle<ITgcL0TrackSelectorTool> m_trackSelectorTool{
36 this, "TrackSelectorTool", "", "TGC Track-Selector implementation"};
37
38 ToolHandle<GenericMonitoringTool> m_monTool{this, "MonTool", "",
39 "Monitoring tool"};
40};
41
42} // namespace L0Muon
43
44#endif
Header file to be included by clients of the Monitored infrastructure.
An algorithm that can be simultaneously executed in multiple threads.
ToolHandle< GenericMonitoringTool > m_monTool
ToolHandle< ITgcL0CandidateBuilderTool > m_candidateBuilderTool
StatusCode initialize() override
SG::ReadHandleKey< TgcRdoContainer > m_keyTgcRdo
ToolHandle< ITgcL0InnerCoincidenceTool > m_innerCoincidenceTool
SG::WriteHandleKey< xAOD::TGCCandDataContainer > m_outputKey
ToolHandle< ITgcL0TrackSelectorTool > m_trackSelectorTool
StatusCode execute(const EventContext &ctx) const override
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.