4#ifndef MUONCALIBSTREAM_RPCCALIBRAWDATAPROVIDER_H
5#define MUONCALIBSTREAM_RPCCALIBRAWDATAPROVIDER_H
13#include "GaudiKernel/Converter.h"
14#include "GaudiKernel/ServiceHandle.h"
15#include "GaudiKernel/ToolHandle.h"
47 virtual StatusCode
execute(
const EventContext &ctx)
const override;
55 StatusCode
decodeImpl(
const EventContext& ctx,
RpcPadContainer *m_padContainer,
const LVL2_MUON_CALIBRATION::CalibEvent *event)
const ;
61 "Key of input MuonDetectorManager condition data"};
64 "Handle to the MuonIdHelperSvc"};
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.