1#include "GaudiKernel/MsgStream.h"
19 MsgStream log(
msgSvc(),
"EvtRecEventCnv");
20 log << MSG::DEBUG <<
"EvtRecEventCnv::TObjectToDataObject" << endreq;
24 refpObject = evtRecEvent;
26 if ( ! m_evtRecEvent )
return StatusCode::SUCCESS;
37 return StatusCode::SUCCESS;
42 MsgStream log(
msgSvc(),
"EvtRecEventCnv");
43 log << MSG::DEBUG <<
"EvtRecEventCnv::DataObjectToTObject" << endreq;
46 if ( ! evtRecEvent ) {
47 log << MSG::ERROR <<
"Could not downcast to EvtRecEvent" << endreq;
48 return StatusCode::FAILURE;
51 DataObject* evt =
NULL;
53 if ( sc.isFailure() ) {
54 log << MSG::ERROR <<
"Could not get EvtRecObject in TDS" << endreq;
55 return StatusCode::FAILURE;
60 log << MSG::ERROR <<
"EvtRecEventCnv: Could not downcast to TDS EvtRecObject" << endreq;
64 m_cnvSvc->getEvtRecCnv()->createRep(evt, addr);
70 m_evtRecEvent->setTotalCharged( evtRecEvent->
totalCharged() );
71 m_evtRecEvent->setTotalNeutral( evtRecEvent->
totalNeutral() );
72 m_evtRecEvent->setNumberOfVee ( evtRecEvent->
numberOfVee() );
73 m_evtRecEvent->setNumberOfPi0 ( evtRecEvent->
numberOfPi0() );
75 return StatusCode::SUCCESS;
EvtRecEventCnv(ISvcLocator *svc)
virtual StatusCode TObjectToDataObject(DataObject *&obj)
transformation from root
static const CLID & classID()
virtual StatusCode DataObjectToTObject(DataObject *obj, RootAddress *addr)
transformation to root
void setTotalTracks(const int tottks)
void setNumberOfPi0(const int npi0)
void setNumberOfVee(const int nvee)
void setTotalNeutral(const int nneu)
void setTotalCharged(const int nchrg)
Definition of a Root address, derived from IOpaqueAddress.
std::vector< void * > m_adresses
each converter knows the corresponding adresses
IDataProviderSvc * m_eds
pointer to eventdataservice
std::string m_rootBranchname
root branchname (may be concatenated of severals)
RootEventBaseCnv(const CLID &clid, ISvcLocator *svc)
void setTotalTracks(const int tottks)
const TEvtRecEvent * getEvtRecEvent() const
_EXTERN_ std::string Event