7#ifndef SCT_RAWDATABYTESTREAMCNV_SCTRAWCONTBYTESTREAMCNV_H
8#define SCT_RAWDATABYTESTREAMCNV_SCTRAWCONTBYTESTREAMCNV_H
15#include "GaudiKernel/ServiceHandle.h"
46 virtual long repSvcType()
const override {
return i_repSvcType(); }
53 virtual StatusCode
createObjConst(IOpaqueAddress*, DataObject*&)
const override {
return StatusCode::FAILURE; }
66 virtual StatusCode
createRepConst(DataObject* pDataObject, IOpaqueAddress*& pOpaqueAddress)
const override;
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)
static constexpr long storageType()
virtual StatusCode initialize() override
Initialize.
virtual StatusCode createObjConst(IOpaqueAddress *, DataObject *&) const override
createObj method (not used!)
PublicToolHandle< ISCTRawContByteStreamToolProviderTool > m_rawContByteStreamToolProvider
Tool to do coversion from SCT RDO container to ByteStream.
virtual ~SCTRawContByteStreamCnv()=default
Destructor.
virtual long repSvcType() const override
Retrieve the class type of the data store the converter uses.
SCTRawContByteStreamCnv(ISvcLocator *svcLoc)
Constructor.
ServiceHandle< IByteStreamEventAccess > m_byteStreamEventAccess
Interface for accessing raw data.
static long storageType()
Storage type.
virtual StatusCode createRepConst(DataObject *pDataObject, IOpaqueAddress *&pOpaqueAddress) const override
Method to convert SCT Raw Data into ByteStream.
static const CLID & classID()
Class ID.
const ISCTRawContByteStreamTool * m_rawContByteStreamTool