5#ifndef TRIGT1RESULTBYTESTREAM_ROIBRESULTBYTESTREAMCNV_H
6#define TRIGT1RESULTBYTESTREAM_ROIBRESULTBYTESTREAMCNV_H
17#include "GaudiKernel/Converter.h"
18#include "GaudiKernel/ServiceHandle.h"
19#include "GaudiKernel/ToolHandle.h"
45 virtual StatusCode
createObj( IOpaqueAddress* pAddr, DataObject*& pObj );
47 virtual StatusCode
createRep( DataObject* pObj, IOpaqueAddress*& pAddr );
50 virtual long repSvcType()
const {
return i_repSvcType(); }
58 ToolHandle< RoIBResultByteStreamTool >
m_tool;
uint32_t CLID
The Class ID type.
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
ServiceHandle< IByteStreamEventAccess > m_ByteStreamCnvSvc
Service used when writing the BS data.
ServiceHandle< IROBDataProviderSvc > m_robDataProviderSvc
Service used when reading the BS data.
ToolHandle< RoIBResultByteStreamTool > m_tool
Tool doing the actual conversion.
virtual StatusCode createRep(DataObject *pObj, IOpaqueAddress *&pAddr)
Function creating the multiple ROB fragments from the RoIBResult object.
static long storageType()
Function needed by the framework.
static const CLID & classID()
Function needed by the framework.
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Function creating the RoIBResult object from the multiple ROB fragments.
bool m_isMT
Flag if running in athenaMT to prevent calling deprecated methods.
virtual long repSvcType() const
Function needed by the framework.
RoIBResultByteStreamCnv(ISvcLocator *svcloc)
Standard constructor.
virtual StatusCode initialize()
Function connecting to all the needed services/tools.