5#ifndef MUONMM_CNVTOOLS_MM_RAWDATAPROVIDERTOOL_H
6#define MUONMM_CNVTOOLS_MM_RAWDATAPROVIDERTOOL_H
11#include "GaudiKernel/ServiceHandle.h"
12#include "GaudiKernel/ToolHandle.h"
32 using base_class::base_class;
42 virtual StatusCode
convert(
const EventContext&)
const override;
43 virtual StatusCode
convert(
const std::vector<IdentifierHash>&,
const EventContext&)
const override;
44 virtual StatusCode
convert(
const std::vector<uint32_t>&,
const EventContext&)
const override;
57 ToolHandle<IMM_ROD_Decoder>
m_decoder{
this,
"Decoder",
"Muon::MmROD_Decoder/MmROD_Decoder"};
69 Gaudi::Property<bool>
m_skipDecoding{
this,
"SkipDecoding",
false,
"Skip the decoding but still write the container"};
75 "",
"Optional external cache for the MM container"};
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.