5#ifndef ZDCBYTESTREAMCNV_H
6#define ZDCBYTESTREAMCNV_H
28#include "GaudiKernel/ClassID.h"
29#include "GaudiKernel/MsgStream.h"
30#include "GaudiKernel/ServiceHandle.h"
31#include "GaudiKernel/ToolHandle.h"
58 virtual StatusCode
createObjConst(IOpaqueAddress* pAddr, DataObject*& pObj)
const override;
62 virtual long repSvcType()
const override {
return i_repSvcType(); }
73 ToolHandle<ZdcByteStreamReadV1V2Tool>
m_tool;
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 accessing raw data.
Interface class for managing ROB for both online and offline.
The Athena Transient Store API.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service for READING bytestream.
virtual long repSvcType() const override
Storage type and class ID.
ServiceHandle< StoreGateSvc > m_evtStore
virtual StatusCode initialize() override
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create the transient representation of an object.
static long storageType()
ZdcByteStreamCnv(ISvcLocator *svcloc)
ZdcByteStreamCnv.cxx.
static const CLID & classID()
std::string m_name
Converter name.
ToolHandle< ZdcByteStreamReadV1V2Tool > m_tool
Tool that does the actual work.
ServiceHandle< IByteStreamEventAccess > m_ByteStreamEventAccess
Service for WRITING bytestream.
virtual ~ZdcByteStreamCnv()