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