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
11
15
16namespace MuonR4{
19 public:
20 using AthReentrantAlgorithm::AthReentrantAlgorithm;
21
22 virtual ~xRpcMeasToTrkPrdCnvAlg() = default;
23
24 virtual StatusCode initialize() override;
25 virtual StatusCode execute(const EventContext& ctx) const override;
26 private:
27 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
28
29 SG::ReadHandleKey<xAOD::RpcMeasurementContainer> m_readKey{this, "ReadKey", "xRpcMeasurements"};
30
31 SG::WriteHandleKey<Muon::RpcPrepDataContainer> m_writeKey{this, "WriteKey", "RPC_Measurements", "Key for RPC PRD Container"};
32
33 SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> m_detMgrKey{this, "DetectorManagerKey", "MuonDetectorManager",
34 "Key of input MuonDetectorManager condition data"};
35
36
37 };
38
39}
40
41#endif
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.
Conversion algorithm to turn xAOD::RpcMeasurements into Trk::RpcPrepData.
SG::ReadHandleKey< xAOD::RpcMeasurementContainer > m_readKey
virtual ~xRpcMeasToTrkPrdCnvAlg()=default
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 from which a WriteHandle is made.
This header ties the generic definitions in this package.