ATLAS Offline Software
Loading...
Searching...
No Matches
RpcCalibRawDataProvider.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 MUONCALIBSTREAM_RPCCALIBRAWDATAPROVIDER_H
5#define MUONCALIBSTREAM_RPCCALIBRAWDATAPROVIDER_H
6
7#include <string>
8#include <stdint.h>
9#include <map>
10
13#include "GaudiKernel/Converter.h"
14#include "GaudiKernel/ServiceHandle.h"
15#include "GaudiKernel/ToolHandle.h"
22
31
32class StatusCode;
33
34
35
37
38 public:
40 RpcCalibRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator);
41
43 virtual StatusCode initialize() override;
44
46 virtual StatusCode execute(const EventContext &ctx) const override;
47
50
51 private:
52
53
54 StatusCode decodeImpl(const EventContext& ctx, RpcPadContainer *m_padContainer, const LVL2_MUON_CALIBRATION::CalibEvent *event) const ;
55
56 ServiceHandle<IMuonCalibStreamDataProviderSvc> m_dataProvider{this,"DataProviderSvc","MuonCalibStreamDataProviderSvc"};
57
58 // /** MuonDetectorManager from the conditions store */
59 SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> m_detectorManagerKey{this, "DetectorManagerKey", "MuonDetectorManager",
60 "Key of input MuonDetectorManager condition data"};
61
62 ServiceHandle<Muon::IMuonIdHelperSvc> m_muonIdHelper{this, "MuonIdHelper", "Muon::MuonIdHelperSvc/MuonIdHelperSvc",
63 "Handle to the MuonIdHelperSvc"};
64
66
67 SG::ReadCondHandleKey<RpcCablingCondData> m_rpcReadKey{this, "RpcCablingKey", "RpcCablingCondData", "Key of RpcCablingCondData"};
68
69
70};
71#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.
Handle class for recording to StoreGate.
An algorithm that can be simultaneously executed in multiple threads.
ServiceHandle< Muon::IMuonIdHelperSvc > m_muonIdHelper
~RpcCalibRawDataProvider()=default
Destructur.
SG::WriteHandleKey< RpcPadContainer > m_rdoContainerKey
ServiceHandle< IMuonCalibStreamDataProviderSvc > m_dataProvider
RpcCalibRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
StatusCode decodeImpl(const EventContext &ctx, RpcPadContainer *m_padContainer, const LVL2_MUON_CALIBRATION::CalibEvent *event) const
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detectorManagerKey
MuonDetectorManager from the conditions store.
virtual StatusCode initialize() override
Initialize.
SG::ReadCondHandleKey< RpcCablingCondData > m_rpcReadKey
Use IdentifiableContainer with RpcPad.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.