|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGT1CALOBYTESTREAM_JEPREADBYTESTREAMV1CNV_H
6 #define TRIGT1CALOBYTESTREAM_JEPREADBYTESTREAMV1CNV_H
11 #include "GaudiKernel/ClassID.h"
12 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/ToolHandle.h"
26 class JepByteStreamV1Tool;
33 template <
typename Container>
46 virtual long repSvcType()
const override {
return i_repSvcType(); }
52 ToolHandle<JepByteStreamV1Tool>
m_tool;
ByteStream converter for JEP component containers.
Gaudi converter base class with const interfaces.
Interface class for managing ROB for both online and offline.
static long storageType()
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi converter base class with const interfaces.
virtual ~JepReadByteStreamV1Cnv()
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create Container from ByteStream.
Abstract factory to create the converter.
uint32_t CLID
The Class ID type.
JepReadByteStreamV1Cnv(ISvcLocator *svcloc)
static const CLID & classID()
virtual long repSvcType() const override
ToolHandle< JepByteStreamV1Tool > m_tool
Tool that does the actual work.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service for reading bytestream.
virtual StatusCode initialize() override