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
11
13
14
18
19
21
22namespace MuonR4{
25 public:
26 using AthReentrantAlgorithm::AthReentrantAlgorithm;
27
28 virtual ~xMdtMeasToTrkPrdCnvAlg() = default;
29
30 virtual StatusCode initialize() override;
31 virtual StatusCode execute(const EventContext& ctx) const override;
32 private:
33 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
34
35 SG::ReadHandleKey<xAOD::MdtDriftCircleContainer> m_readKey{this, "xAODKey", "xMdtMeasurements"};
36
37 SG::WriteHandleKey<Muon::MdtPrepDataContainer> m_writeKey{this, "WriteKey", "MDT_DriftCircles"};
38
39 SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> m_detMgrKey{this, "DetectorManagerKey", "MuonDetectorManager",
40 "Key of input MuonDetectorManager condition data"};
41
42
43 };
44
45}
46
47#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::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
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 from which a WriteHandle is made.
This header ties the generic definitions in this package.