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