5#ifndef MUONRPC_CNVTOOL_IRPC_RDO_Decoder_H
6#define MUONRPC_CNVTOOL_IRPC_RDO_Decoder_H
8#include "GaudiKernel/IAlgTool.h"
24 virtual std::vector<std::unique_ptr<RpcDigit>>
getDigit(
const RpcFiredChannel* fChan, uint16_t& sectorID, uint16_t& padId, uint16_t& cmaId,
This class provides conversion from RDO data to RPC RDO.
virtual std::vector< std::unique_ptr< RpcDigit > > getDigit(const RpcFiredChannel *fChan, uint16_t §orID, uint16_t &padId, uint16_t &cmaId, const RpcCablingCondData *rpcCab) const =0
virtual std::vector< Identifier > getOfflineData(const RpcFiredChannel *fChan, uint16_t §orID, uint16_t &padId, uint16_t &cmaId, double &time, const RpcCablingCondData *rpcCab) const =0
DeclareInterfaceID(IRPC_RDO_Decoder, 1, 0)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.