9#ifndef TILELASEROBJ_BYTESTREAMCNV_H
10#define TILELASEROBJ_BYTESTREAMCNV_H
13#include "GaudiKernel/ToolHandle.h"
14#include "GaudiKernel/ServiceHandle.h"
19#include "eformat/ROBFragment.h"
47 virtual StatusCode
createObjConst(IOpaqueAddress* pAddr, DataObject*& pObj)
const override;
48 virtual StatusCode
createRepConst(DataObject* pObj, IOpaqueAddress*& pAddr)
const override;
51 virtual long repSvcType()
const override {
return i_repSvcType(); }
Gaudi converter base class with const interfaces.
uint32_t CLID
The Class ID type.
AthConstConverter(long storage_type, const CLID &class_type, ISvcLocator *svc, const std::string &name)
Abstract factory to create the converter.
Interface class for managing ROB for both online and offline.
This class provides conversion between fragment ID and RESrcID.
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
Convert the transient object to the requested representation.
TileLaserObjByteStreamTool BYTESTREAMTOOL
const TileHid2RESrcID * m_hid2re
Pointer to TileHid2RESrcID.
virtual long repSvcType() const override
Storage type and class ID.
ServiceHandle< IROBDataProviderSvc > m_robSvc
Pointer to IROBDataProviderSvc.
TileLaserObjByteStreamCnv(ISvcLocator *svcloc)
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create the transient representation of an object.
virtual StatusCode initialize() override
static const CLID & classID()
static long storageType()
std::vector< uint32_t > m_ROBID
ToolHandle< TileROD_Decoder > m_decoder
Pointer to TileROD_Decoder.
Decodes the different TileCal ROD subfragment types in bytestream data and fills TileDigitsContainer,...