5#ifndef MUONCNVTOOLINTERFACES_IMUONRDOTOPREPDATATOOL_H
6#define MUONCNVTOOLINTERFACES_IMUONRDOTOPREPDATATOOL_H
8#include "GaudiKernel/IAlgTool.h"
9#include "GaudiKernel/EventContext.h"
32 virtual StatusCode
decode(
const EventContext& ctx,
33 const std::vector<IdentifierHash>& idVect)
const = 0;
36 virtual StatusCode
decode(
const EventContext& ctx,
37 const std::vector<uint32_t>& robIds)
const = 0;
This is a "hash" representation of an Identifier.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.