ATLAS Offline Software
Loading...
Searching...
No Matches
L0MuonEndcapAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef L0MUONENDCAP_L0MUONENDCAPALG_H
6#define L0MUONENDCAP_L0MUONENDCAPALG_H
7
14
15namespace L0Muon {
16
25 public:
26 using AthReentrantAlgorithm::AthReentrantAlgorithm;
27
28 StatusCode initialize() override;
29 StatusCode execute(const EventContext& ctx) const override;
30
31 private:
33 this, "InputKey", "L0MuonTGCCandData",
34 "TGC Sector Logic candidates"};
35
37 this, "OutputKey", "L0MuonTGCSectorLogicCandData",
38 "TGC-side Sector Logic candidates sent towards MuCTPI"};
39};
40
41} // namespace L0Muon
42
43#endif // L0MUONENDCAP_L0MUONENDCAPALG_H
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.
An algorithm that can be simultaneously executed in multiple threads.
Initial data-flow boundary for the Phase-II endcap trigger.
StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKey< xAOD::TGCCandDataContainer > m_inputKey
StatusCode initialize() override
SG::WriteHandleKey< xAOD::SectorLogicCandDataContainer > m_outputKey
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.