5#ifndef TILEBYTESTREAM_TILEMURCVCONTBYTESTREAMCNV_H
6#define TILEBYTESTREAM_TILEMURCVCONTBYTESTREAMCNV_H
10#include "GaudiKernel/ToolHandle.h"
11#include "GaudiKernel/ServiceHandle.h"
43 virtual StatusCode
createObjConst(IOpaqueAddress* pAddr, DataObject*& pObj)
const override;
44 virtual StatusCode
createRepConst(DataObject* pObj, IOpaqueAddress*& pAddr)
const override;
45 virtual StatusCode
finalize()
override;
48 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 for bytestream conversion services
Interface class for managing ROB for both online and offline.
The Athena Transient Store API.
static const CLID & classID()
ToolHandle< BYTESTREAMTOOL > m_tool
Pointer to TileMuRcvContByteStreamTool.
ToolHandle< TileROD_Decoder > m_decoder
Pointer to TileROD_Decoder.
ServiceHandle< IByteStreamCnvSvc > m_byteStreamCnvSvc
virtual StatusCode finalize() override
TileMuRcvContByteStreamCnv(ISvcLocator *svcloc)
ServiceHandle< StoreGateSvc > m_storeGate
Pointer to StoreGateSvc.
virtual StatusCode initialize() override
virtual long repSvcType() const override
Storage type and class ID.
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
Convert the transient object to the requested representation.
ServiceHandle< IROBDataProviderSvc > m_robSvc
Pointer to IROBDataProviderSvc.
static long storageType()
TileMuRcvContByteStreamTool BYTESTREAMTOOL
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create the transient representation of an object.
Decodes the different TileCal ROD subfragment types in bytestream data and fills TileDigitsContainer,...