5#ifndef TRIGT1CALOBYTESTREAM_JEPREADBYTESTREAMV2CNV_H
6#define TRIGT1CALOBYTESTREAM_JEPREADBYTESTREAMV2CNV_H
11#include "GaudiKernel/ClassID.h"
12#include "GaudiKernel/ServiceHandle.h"
13#include "GaudiKernel/ToolHandle.h"
33template <
typename Container>
42 virtual StatusCode
createObjConst (IOpaqueAddress* pAddr, DataObject*& pObj)
const override;
45 virtual long repSvcType()
const override {
return i_repSvcType(); }
51 ToolHandle<JepByteStreamV2Tool>
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 class for managing ROB for both online and offline.
ToolHandle< JepByteStreamV2Tool > m_tool
Tool that does the actual work.
virtual long repSvcType() const override
virtual ~JepReadByteStreamV2Cnv()
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create Container from ByteStream.
static long storageType()
static const CLID & classID()
JepReadByteStreamV2Cnv(ISvcLocator *svcloc)
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service for reading bytestream.
virtual StatusCode initialize() override