4#ifndef L0MUONS1TGC_TGCSIMULATION_H
5#define L0MUONS1TGC_TGCSIMULATION_H
19 using AthReentrantAlgorithm::AthReentrantAlgorithm;
22 StatusCode
execute(
const EventContext& ctx)
const override;
26 this,
"InputRdo",
"TGCRDO",
"Location of the input TGC RDO container"};
28 this,
"OutputKey",
"L0MuonTGCCandData",
29 "TGC Sector Logic candidate output"};
32 this,
"CandidateBuilderTool",
"",
"TGC candidate-builder implementation"};
34 this,
"InnerCoincidenceTool",
"",
"TGC Inner-Coincidence implementation"};
36 this,
"TrackSelectorTool",
"",
"TGC Track-Selector implementation"};
38 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
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.