ATLAS Offline Software
Loading...
Searching...
No Matches
xRpcMeasToTrkPrdCnvAlg.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_xRPCTOPRDCNVALG_H
5#define XAODMUONTRKPREPDATACNV_xRPCTOPRDCNVALG_H
6
12
16
17namespace MuonR4{
20 public:
21 using AthReentrantAlgorithm::AthReentrantAlgorithm;
22
23 virtual ~xRpcMeasToTrkPrdCnvAlg() = default;
24
25 virtual StatusCode initialize() override;
26 virtual StatusCode execute(const EventContext& ctx) const override;
27 private:
28 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
29
30 SG::ReadHandleKey<xAOD::RpcMeasurementContainer> m_readKey{this, "ReadKey", "xRpcMeasurements"};
31
33
34 SG::WriteHandleKey<Muon::RpcPrepDataContainer> m_writeKey{this, "WriteKey", "RPC_Measurements", "Key for RPC PRD Container"};
35
36 SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> m_detMgrKey{this, "DetectorManagerKey", "MuonDetectorManager",
37 "Key of input MuonDetectorManager condition data"};
38
39
40 };
41
42}
43
44#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::RpcMeasurements into Trk::RpcPrepData.
SG::ReadHandleKey< xAOD::RpcMeasurementContainer > m_readKey
virtual ~xRpcMeasToTrkPrdCnvAlg()=default
SG::WriteDecorHandleKey< xAOD::RpcMeasurementContainer > m_linkKey
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::WriteHandleKey< Muon::RpcPrepDataContainer > m_writeKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
virtual StatusCode initialize() override
virtual 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/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.