4#ifndef MUONSTGC_CNVTOOLS_NSWTP_RawDataProviderTool_H
5#define MUONSTGC_CNVTOOLS_NSWTP_RawDataProviderTool_H
10#include "GaudiKernel/ServiceHandle.h"
11#include "GaudiKernel/ToolHandle.h"
23 using base_class::base_class;
31 StatusCode
convert(
const std::vector<IdentifierHash>& chamberHashes,
32 const EventContext& ctx)
const override;
33 StatusCode
convert(
const std::vector<uint32_t>& robIDS,
34 const EventContext& ctx)
const override;
35 StatusCode
convert(
const EventContext& ctx)
const override;
40 ToolHandle<INSWTP_ROD_Decoder>
m_decoder{
this,
"Decoder",
"Muon::NSWTP_ROD_Decoder/NSWTP_ROD_Decoder"};
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.