5#ifndef MUONTGC_CNVTOOLS_STGC_RawDataProviderTool_H
6#define MUONTGC_CNVTOOLS_STGC_RawDataProviderTool_H
27 using base_class::base_class;
36 virtual StatusCode
convert(
const EventContext& ctx)
const override;
37 virtual StatusCode
convert(
const std::vector<IdentifierHash>& chamberHashes,
38 const EventContext& ctx)
const override;
39 virtual StatusCode
convert(
const std::vector<uint32_t>& robIDs,
40 const EventContext& ctx)
const override;
45 const ROBFragmentList& fragements,
46 const std::vector<IdentifierHash>& chamberHashes,
53 ToolHandle<ISTGC_ROD_Decoder>
m_decoder{
this,
"Decoder",
"Muon::STGC_ROD_Decoder/STGC_ROD_Decoder"};
64 Gaudi::Property<bool>
m_skipDecoding{
this,
"SkipDecoding",
false,
"Skip the decoding but still write the container"};
71 "Optional external cache for the sTGC 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.