8#include "GaudiKernel/IDataProviderSvc.h"
9#include "GaudiKernel/SmartDataPtr.h"
10#include "GaudiKernel/MsgStream.h"
11#include "GaudiKernel/DataObject.h"
31 MsgStream log(
msgSvc(),
"EventCnv");
32 log << MSG::DEBUG <<
"EventCnv::EventCnv()" << endreq;
40 MsgStream log(
msgSvc(),
"EventCnv");
41 log << MSG::DEBUG <<
"createObj" << endreq;
44 return StatusCode::SUCCESS;
51 MsgStream log(
msgSvc(),
"EventCnv");
52 log << MSG::DEBUG <<
"EventCnv::DataObjectToObject" << endreq;
56 log << MSG::ERROR <<
"Could not downcast Event" << endreq;
57 return StatusCode::FAILURE;
60 return StatusCode::SUCCESS;
EventCnv(ISvcLocator *svc)
StatusCode createRep(DataObject *obj, RootAddress *addr)
transform from TDS to ROOT
StatusCode createObj(IOpaqueAddress *addr, DataObject *&refpObject)
transform from ROOT to TDS
Definition of a Root address, derived from IOpaqueAddress.
Base class for all Root Converters.