5#ifndef MUONMDTCNVTOOLS_MUONMDTRAWDATAPROVIDERTOOL_H
6#define MUONMDTCNVTOOLS_MUONMDTRAWDATAPROVIDERTOOL_H
13#include "GaudiKernel/ServiceHandle.h"
14#include "GaudiKernel/ToolHandle.h"
32 using base_class::base_class;
42 virtual StatusCode
convert(
const EventContext& ctx)
const override;
43 virtual StatusCode
convert(
const std::vector<IdentifierHash>& HashVec,
44 const EventContext& ctx)
const override;
45 virtual StatusCode
convert(
const std::vector<uint32_t>& robIds,
46 const EventContext& ctx)
const override;
49 const EventContext& ctx)
const;
53 ToolHandle<MdtROD_Decoder>
m_decoder{
this,
"Decoder",
"MdtROD_Decoder/MdtROD_Decoder"};
55 "Name of the MDTCSM produced by RawDataProvider"};
67 "Optional external cache for the CSM container"
This container provides acces to the MDT RDOs.
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.