7#ifndef LARBYTESTREAM_LARCALIBDIGITCONTRAWEVENTCNV_H
8#define LARBYTESTREAM_LARCALIBDIGITCONTRAWEVENTCNV_H
17#include "GaudiKernel/ToolHandle.h"
18#include "GaudiKernel/ServiceHandle.h"
46 virtual StatusCode
createObjConst(IOpaqueAddress* pAddr, DataObject*& pObj)
const override;
47 virtual StatusCode
createRepConst(DataObject* pObj, IOpaqueAddress*& pAddr)
const override;
50 virtual long repSvcType()
const override {
return i_repSvcType(); }
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()
Abstract factory to create the converter.
interface for bytestream conversion services
Interface class for managing ROB for both online and offline.
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
Convert the transient object to the requested representation.
static const CLID & classID()
ToolHandle< BYTESTREAMTOOL > m_tool
SG::ReadCondHandleKey< LArOnOffIdMapping > m_onOffIdMappingKey
LArCalibDigitContByteStreamCnv(ISvcLocator *svcloc)
static long storageType()
virtual StatusCode initialize() override
ServiceHandle< IByteStreamCnvSvc > m_byteStreamCnvSvc
SG::ReadCondHandleKey< LArCalibLineMapping > m_calibLineMappingKey
virtual long repSvcType() const override
Storage type and class ID.
LArRawDataContByteStreamTool BYTESTREAMTOOL
ServiceHandle< IROBDataProviderSvc > m_rdpSvc
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create the transient representation of an object.
virtual ~LArCalibDigitContByteStreamCnv()
Container class for LArCalibDigit.