ATLAS Offline Software
Loading...
Searching...
No Matches
MuonStationIntersectCondAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONSTATIONINTERSECTCONDALG_H
6#define MUONSTATIONINTERSECTCONDALG_H
7
15
17public:
18 MuonStationIntersectCondAlg(const std::string& name, ISvcLocator* pSvcLocator);
19 virtual ~MuonStationIntersectCondAlg() = default;
20 virtual StatusCode initialize() override;
21 virtual StatusCode execute(const EventContext& ctx) const override;
22
23private:
24 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
25
26 SG::WriteCondHandleKey<Muon::MuonIntersectGeoData> m_writeKey{this, "WriteKey", "MuonStationIntersects",
27 "Key of output MDT intersection"};
28
29 SG::ReadCondHandleKey<MdtCondDbData> m_condKey{this, "MdtCondKey", "MdtCondDbData", "Key of MdtCondDbData"};
30
31 SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> m_DetectorManagerKey{this, "DetectorManagerKey", "MuonDetectorManager",
32 "Key of input MuonDetectorManager condition data"};
33};
34
35#endif
Base class for conditions algorithms.
Base class for conditions algorithms.
virtual ~MuonStationIntersectCondAlg()=default
MuonStationIntersectCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_DetectorManagerKey
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadCondHandleKey< MdtCondDbData > m_condKey
virtual StatusCode initialize() override
SG::WriteCondHandleKey< Muon::MuonIntersectGeoData > m_writeKey