ATLAS Offline Software
Loading...
Searching...
No Matches
RpcCalibRawDataProvider.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 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"
23
32
33class StatusCode;
34
35
36
38
39 public:
41 RpcCalibRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator);
42
44 virtual StatusCode initialize() override;
45
47 virtual StatusCode execute(const EventContext &ctx) const override;
48
51
52 private:
53
54
55 StatusCode decodeImpl(const EventContext& ctx, RpcPadContainer *m_padContainer, const LVL2_MUON_CALIBRATION::CalibEvent *event) const ;
56
57 ServiceHandle<IMuonCalibStreamDataProviderSvc> m_dataProvider{this,"DataProviderSvc","MuonCalibStreamDataProviderSvc"};
58
59 // /** MuonDetectorManager from the conditions store */
60 SG::ReadCondHandleKey<MuonGM::MuonDetectorManager> m_detectorManagerKey{this, "DetectorManagerKey", "MuonDetectorManager",
61 "Key of input MuonDetectorManager condition data"};
62
63 ServiceHandle<Muon::IMuonIdHelperSvc> m_muonIdHelper{this, "MuonIdHelper", "Muon::MuonIdHelperSvc/MuonIdHelperSvc",
64 "Handle to the MuonIdHelperSvc"};
65
67
68 SG::ReadCondHandleKey<RpcCablingCondData> m_rpcReadKey{this, "RpcCablingKey", "RpcCablingCondData", "Key of RpcCablingCondData"};
69
70
71};
72#endif
defines an "iterator" over instances of a given type in StoreGateSvc
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.