5#ifndef TRT_RAWDATABYTESTREAMCNV_TRTRAWCONTRAWEVENTCNV_H
6#define TRT_RAWDATABYTESTREAMCNV_TRTRAWCONTRAWEVENTCNV_H
8#include "GaudiKernel/ToolHandle.h"
33 virtual long repSvcType()
const override {
return i_repSvcType(); }
41 virtual StatusCode
createObjConst(IOpaqueAddress* , DataObject*& )
const override
42 {
return StatusCode::FAILURE;}
45 virtual StatusCode
createRepConst(DataObject* pObj, IOpaqueAddress*& pAddr)
const override;
49 ToolHandle<ITRTRawContByteStreamTool>
m_tool;
Gaudi converter base class with const interfaces.
a traits class that associates a CLID to a type T It also detects whether T inherits from Gaudi DataO...
uint32_t CLID
The Class ID type.
InDetRawDataContainer< InDetRawDataCollection< TRT_RDORawData > > TRT_RDO_Container
AthConstConverter(long storage_type, const CLID &class_type, ISvcLocator *svc, const std::string &name)
static constexpr long storageType()
Abstract factory to create the converter.
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
this creates the RawEvent fragments for the TRT
virtual StatusCode initialize() override
initialize
static long storageType()
static const CLID & classID()
virtual StatusCode createObjConst(IOpaqueAddress *, DataObject *&) const override
create Obj is not used !
ToolHandle< ITRTRawContByteStreamTool > m_tool
TRTRawContByteStreamCnv(ISvcLocator *svcloc)
TRT_RDO_Container TRTRawContainer
virtual long repSvcType() const override
Storage type and class ID.