5#ifndef MUONCSC_CNVTOOLS_CSC_RAWDATAPROVIDERTOOL_H
6#define MUONCSC_CNVTOOLS_CSC_RAWDATAPROVIDERTOOL_H
13#include "GaudiKernel/ServiceHandle.h"
14#include "GaudiKernel/ToolHandle.h"
27 using base_class::base_class;
37 virtual StatusCode
convert(
const EventContext& ctx)
const override;
38 virtual StatusCode
convert(
const std::vector<uint32_t>& robIds,
const EventContext& ctx)
const override;
39 virtual StatusCode
convert(
const std::vector<IdentifierHash>& rdoIdhVect,
const EventContext& ctx)
const override;
44 const EventContext& ctx)
const;
47 ToolHandle<ICSC_ROD_Decoder>
m_decoder{
this,
"Decoder",
"Muon::CscROD_Decoder/CscROD_Decoder"};
52 "Name of the CSCRDO produced by RawDataProvider"};
61 "Optional external cache for the CSC container"};
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.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which an UpdateHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.