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
16
17namespace L0Muon {
18
20 public:
21 using AthReentrantAlgorithm::AthReentrantAlgorithm;
22
23 StatusCode initialize() override;
24 StatusCode execute(const EventContext& ctx) const override;
25
26 private:
28 this, "InputRdo", "TGCRDO", "Location of the input TGC RDO container"};
30 this, "ValidationCandidateKey", "",
31 "Optional pre-Inner-Coincidence transient candidates for validation"};
33 this, "ValidationSegmentKey", "",
34 "Optional projection segments for validation"};
36 this, "OutputKey", "L0MuonTGCCandData",
37 "TGC Sector Logic candidate output"};
39 this, "OutputToMdtKey", "L0MuonTGCCandDataToMdt",
40 "View of the highest-pT TGC candidates sent to MDTTP"};
41
42 ToolHandle<ITgcL0CandidateBuilderTool> m_candidateBuilderTool{
43 this, "CandidateBuilderTool", "", "TGC candidate-builder implementation"};
44 ToolHandle<ITgcL0InnerCoincidenceTool> m_innerCoincidenceTool{
45 this, "InnerCoincidenceTool", "", "TGC Inner-Coincidence implementation"};
46 ToolHandle<ITgcL0TrackSelectorTool> m_trackSelectorTool{
47 this, "TrackSelectorTool", "", "TGC Track-Selector implementation"};
48
49 ToolHandle<GenericMonitoringTool> m_monTool{this, "MonTool", "",
50 "Monitoring tool"};
51};
52
53} // namespace L0Muon
54
55#endif
Header file to be included by clients of the Monitored infrastructure.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< TgcL0CandidateContainer > m_validationCandidateKey
ToolHandle< GenericMonitoringTool > m_monTool
ToolHandle< ITgcL0CandidateBuilderTool > m_candidateBuilderTool
StatusCode initialize() override
SG::WriteHandleKey< xAOD::TGCCandDataContainer > m_outputToMdtKey
SG::ReadHandleKey< TgcRdoContainer > m_keyTgcRdo
ToolHandle< ITgcL0InnerCoincidenceTool > m_innerCoincidenceTool
SG::WriteHandleKey< xAOD::TGCCandDataContainer > m_outputKey
SG::WriteHandleKey< TgcL0SegmentContainer > m_validationSegmentKey
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.