ATLAS Offline Software
Loading...
Searching...
No Matches
xRpcMeasToTrkPrdCnvAlg.h
Go to the documentation of this file.
1/*
2*/
3#ifndef XAODMUONTRKPREPDATACNV_xRPCTOPRDCNVALG_H
4#define XAODMUONTRKPREPDATACNV_xRPCTOPRDCNVALG_H
5
10
14
15namespace MuonR4{
18 public:
19 using AthReentrantAlgorithm::AthReentrantAlgorithm;
20
21 virtual ~xRpcMeasToRpcTrkPrdCnvAlg() = default;
22
23 virtual StatusCode initialize() override;
24 virtual StatusCode execute(const EventContext& ctx) const override;
25 private:
26 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
27
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.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::WriteHandleKey< Muon::RpcPrepDataContainer > m_writeKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
virtual StatusCode execute(const EventContext &ctx) const override
virtual ~xRpcMeasToRpcTrkPrdCnvAlg()=default
SG::ReadHandleKey< xAOD::RpcMeasurementContainer > m_readKey
virtual StatusCode initialize() 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.