ATLAS Offline Software
Loading...
Searching...
No Matches
xTgcMeasToTrkPrdCnvAlg.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 XAODMUONTRKPREPDATACNV_xTGCTOPRDCNVALG_H
5#define XAODMUONTRKPREPDATACNV_xTGCTOPRDCNVALG_H
6
7
8
14
18
19
20namespace MuonR4 {
23 public:
24 using AthReentrantAlgorithm::AthReentrantAlgorithm;
25
26 virtual StatusCode initialize() override final;
27
28 virtual StatusCode execute(const EventContext& ctx) const override final;
29
30 private:
31 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
32
34
36
37 SG::WriteHandleKey<Muon::TgcPrepDataContainer> m_writeKey{this, "WriteKey", "TGC_MeasurementsAllBCs", "Key for RPC PRD Container"};
38
39 SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> m_detMgrKey{this, "DetectorManagerKey", "MuonDetectorManager",
40 "Key of input MuonDetectorManager condition data"};
41
42 };
43}
44
45#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle 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.
Conversion algorithm to turn xAOD TGC measurements into Trk::TgcPrepData.
SG::WriteDecorHandleKey< xAOD::TgcStripContainer > m_linkKey
SG::ReadHandleKey< xAOD::TgcStripContainer > m_readKey
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
virtual StatusCode initialize() override final
SG::WriteHandleKey< Muon::TgcPrepDataContainer > m_writeKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
This header ties the generic definitions in this package.