5#ifndef TRIGT1CALOBYTESTREAM_RODHEADERBYTESTREAMCNV_H
6#define TRIGT1CALOBYTESTREAM_RODHEADERBYTESTREAMCNV_H
11#include "GaudiKernel/ClassID.h"
12#include "GaudiKernel/ServiceHandle.h"
13#include "GaudiKernel/ToolHandle.h"
41 virtual StatusCode
createObjConst (IOpaqueAddress* pAddr, DataObject*& pObj)
const override;
44 virtual long repSvcType()
const override {
return i_repSvcType(); }
50 ToolHandle<LVL1BS::RodHeaderByteStreamTool>
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.