|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ZDCBYTESTREAMCNV_H
6 #define ZDCBYTESTREAMCNV_H
28 #include "GaudiKernel/ClassID.h"
29 #include "GaudiKernel/MsgStream.h"
30 #include "GaudiKernel/ServiceHandle.h"
31 #include "GaudiKernel/ToolHandle.h"
62 virtual long repSvcType()
const override {
return i_repSvcType(); }
73 ToolHandle<ZdcByteStreamReadV1V2Tool>
m_tool;
std::string m_name
Converter name.
ToolHandle< ZdcByteStreamReadV1V2Tool > m_tool
Tool that does the actual work.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service for READING bytestream.
ZdcByteStreamCnv(ISvcLocator *svcloc)
ZdcByteStreamCnv.cxx.
static long storageType()
Interface for accessing raw data.
Gaudi converter base class with const interfaces.
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create the transient representation of an object.
Interface class for managing ROB for both online and offline.
The Athena Transient Store API.
ServiceHandle< StoreGateSvc > m_evtStore
virtual long repSvcType() const override
Storage type and class ID.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi converter base class with const interfaces.
Abstract factory to create the converter.
uint32_t CLID
The Class ID type.
static const CLID & classID()
virtual StatusCode initialize() override
ServiceHandle< IByteStreamEventAccess > m_ByteStreamEventAccess
Service for WRITING bytestream.
The converter class has the methods to create the collection objects from a file (RDO to ByteStream) ...
virtual ~ZdcByteStreamCnv()