1#include "GaudiKernel/MsgStream.h"
27 MsgStream log(
msgSvc(),
"EvtRecCnv");
28 log << MSG::DEBUG <<
"EvtRecCnv::TObjectToDataObject" << endreq;
32 refpObject = evtRecObject;
34 return StatusCode::SUCCESS;
39 MsgStream log(
msgSvc(),
"EvtRecCnv");
40 log << MSG::DEBUG <<
"EvtRecCnv::DataObjectToTObject" << endreq;
42 if ( m_common.m_evtRecObject !=
NULL )
return StatusCode::SUCCESS;
45 if ( ! evtRecObject ) {
46 log << MSG::ERROR <<
"Could not downcast to EvtRecObject" << endreq;
47 return StatusCode::FAILURE;
51 m_common.m_evtRecObject = m_objWrite;
57 if ( sc.isFailure() ) {
58 cout<<
"Could not create branch TEvtRecObject"<<endl;
59 log << MSG::ERROR <<
"Could not create branch TEvtRecObject" << endreq;
64 m_objWrite->initialize();
66 return StatusCode::SUCCESS;
virtual StatusCode initialize()
static const CLID & classID()
virtual StatusCode DataObjectToTObject(DataObject *obj, RootAddress *addr)
transformation to root
virtual StatusCode TObjectToDataObject(DataObject *&obj)
transformation from root
EvtRecCnv(ISvcLocator *svc)
Definition of a Root address, derived from IOpaqueAddress.
std::string getTreename() const
virtual StatusCode initialize()
RootInterface * m_rootInterface
pointer to the RootInterface
std::string m_rootBranchname
root branchname (may be concatenated of severals)
RootEventBaseCnv(const CLID &clid, ISvcLocator *svc)