ATLAS Offline Software
Loading...
Searching...
No Matches
xMdtMeasToTrkPrdCnvAlg.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_xMDTTOPRDCNVALG_H
5#define XAODMUONTRKPREPDATACNV_xMDTTOPRDCNVALG_H
6
12
14
15
19
20
22
23namespace MuonR4{
26 public:
27 using AthReentrantAlgorithm::AthReentrantAlgorithm;
28
29 virtual ~xMdtMeasToTrkPrdCnvAlg() = default;
30
31 virtual StatusCode initialize() override;
32 virtual StatusCode execute(const EventContext& ctx) const override;
33 private:
34 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
35
36 SG::ReadHandleKey<xAOD::MdtDriftCircleContainer> m_readKey{this, "xAODKey", "xMdtMeasurements"};
37
39
40 SG::WriteHandleKey<Muon::MdtPrepDataContainer> m_writeKey{this, "WriteKey", "MDT_DriftCircles"};
41
42 SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> m_detMgrKey{this, "DetectorManagerKey", "MuonDetectorManager",
43 "Key of input MuonDetectorManager condition data"};
44
45
46 };
47
48}
49
50#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::mdtMeasurements into Trk::MdtPrepData.
SG::ReadHandleKey< xAOD::MdtDriftCircleContainer > m_readKey
virtual ~xMdtMeasToTrkPrdCnvAlg()=default
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::WriteHandleKey< Muon::MdtPrepDataContainer > m_writeKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
SG::WriteDecorHandleKey< xAOD::MdtDriftCircleContainer > m_linkKey
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() 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.