7#ifndef L1TOPOBYTESTREAM_L1TOPOBYTESTREAMCNV_H
8#define L1TOPOBYTESTREAM_L1TOPOBYTESTREAMCNV_H
11#include "GaudiKernel/ServiceHandle.h"
12#include "GaudiKernel/ToolHandle.h"
54 virtual StatusCode
createObjConst(IOpaqueAddress* pAddr, DataObject*& pObj)
const;
57 virtual StatusCode
createRepConst(DataObject* pObj, IOpaqueAddress*& pAddr)
const;
60 virtual long repSvcType()
const {
return i_repSvcType(); }
68 ToolHandle<L1TopoByteStreamTool>
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)
L1TopoByteStreamCnv(ISvcLocator *svcloc)
Standard constructor.
virtual StatusCode initialize()
Function connecting to all the needed services/tools.
ServiceHandle< IByteStreamEventAccess > m_ByteStreamEventAccess
Service used when writing the BS data.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service used when reading the BS data.
static long storageType()
Function needed by the framework.
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const
Function creating the L1Topo ROB fragment from a L1TopoRDOCollection object.
L1TopoSrcIdMap * m_srcIdMap
Object storing the various IDs of the CTP fragment.
~L1TopoByteStreamCnv()
Standard destructor.
static const CLID & classID()
Function needed by the framework.
ToolHandle< L1TopoByteStreamTool > m_tool
Tool doing the actual conversion.
virtual long repSvcType() const
Function needed by the framework.
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const
Function creating the L1TopoRDOCollection object from a L1Topo ROB fragment.
This class provides conversion between Lower level Source ID to higher level source ID for L1Topo Byt...