ATLAS Offline Software
Loading...
Searching...
No Matches
xTgcMeasToTrkPrdCnvAlg.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_xTGCTOPRDCNVALG_H
5#define XAODMUONTRKPREPDATACNV_xTGCTOPRDCNVALG_H
6
7
8
13
17
18namespace MuonR4 {
20 public:
21 using AthReentrantAlgorithm::AthReentrantAlgorithm;
22
23 virtual StatusCode initialize() override final;
24
25 virtual StatusCode execute(const EventContext& ctx) const override final;
26
27 private:
28 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
29
31
32 SG::WriteHandleKey<Muon::TgcPrepDataContainer> m_writeKey{this, "WriteKey", "TGC_MeasurementsAllBCs", "Key for RPC PRD Container"};
33
34 SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> m_detMgrKey{this, "DetectorManagerKey", "MuonDetectorManager",
35 "Key of input MuonDetectorManager condition data"};
36
37 };
38}
39
40#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.
SG::ReadHandleKey< xAOD::TgcStripContainer > m_readKey
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
virtual StatusCode initialize() override final
SG::WriteHandleKey< Muon::TgcPrepDataContainer > m_writeKey
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.