11#ifndef RAWDATA_DIGI_CNV_H
12#define RAWDATA_DIGI_CNV_H
15#include "RawDataCnvBase/RawDataBaseCnv.h"
16#include "RawDataCnv/ClassID_temp.h"
18namespace Event{
class EventHeader; }
52 StatusCode
createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
55 virtual StatusCode
updateObj(IOpaqueAddress*, DataObject*);
57 virtual StatusCode
createRep(DataObject* pObj, IOpaqueAddress*& pAddr);
unsigned const long PACKEDRAWEVENT_StorageType
virtual StatusCode updateObj(IOpaqueAddress *, DataObject *)
override the RawDataBaseCnv version
static const CLID & classID()
StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
static const unsigned char storageType()
virtual long repSvcType() const
virtual StatusCode createRep(DataObject *pObj, IOpaqueAddress *&pAddr)
Convert the transient object to the requested representation.
RawDataDigiCnv(ISvcLocator *svc)