ATLAS Offline Software
Loading...
Searching...
No Matches
MdtTwinTubeTestAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef MdtTwinTubeTestAlg_H
5#define MdtTwinTubeTestAlg_H
6
12
13namespace Muon{
15 public:
16 using AthReentrantAlgorithm::AthReentrantAlgorithm;
17 virtual StatusCode initialize() override final;
18 virtual StatusCode execute(const EventContext& ctx) const override;
19 private:
20 ServiceHandle<IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
21
22 SG::ReadCondHandleKey<TwinTubeMap> m_readKey{this, "CablingKey", "MdtTwinTubeMap", "Key of output Mdt TwinTube Map"};
23
25 };
26}
27#endif
An algorithm that can be simultaneously executed in multiple threads.
ServiceHandle< IMuonIdHelperSvc > m_idHelperSvc
SG::ReadCondHandleKey< TwinTubeMap > m_readKey
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override final
const MuonGMR4::MuonDetectorManager * m_detMgr
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.