BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
HltRawCnv Class Reference

Concrete converter for the HltRaw collection. More...

#include <HltRawCnv.h>

Inheritance diagram for HltRawCnv:

Public Member Functions

virtual ~HltRawCnv ()
 HltRawCnv (ISvcLocator *svc)
virtual StatusCode DataObjectToTObject (DataObject *obj, RootAddress *addr)
 transformation to root
virtual StatusCode TObjectToDataObject (DataObject *&obj)
 transformation from root
virtual ~HltRawCnv ()
 HltRawCnv (ISvcLocator *svc)
virtual StatusCode DataObjectToTObject (DataObject *obj, RootAddress *addr)
 transformation to root
virtual StatusCode TObjectToDataObject (DataObject *&obj)
 transformation from root
virtual ~HltRawCnv ()
 HltRawCnv (ISvcLocator *svc)
virtual StatusCode DataObjectToTObject (DataObject *obj, RootAddress *addr)
 transformation to root
virtual StatusCode TObjectToDataObject (DataObject *&obj)
 transformation from root
Public Member Functions inherited from RootEventBaseCnv
 RootEventBaseCnv (const CLID &clid, ISvcLocator *svc)
virtual ~RootEventBaseCnv ()
virtual long repSvcType () const
virtual StatusCode initialize ()
virtual StatusCode finalize ()
void declareObject (const std::string &fullPath, const CLID &clid, const std::string &treename, const std::string &branchname)
 Store TDS path to link a particular converter to an object on the TDS.
virtual StatusCode createObj (IOpaqueAddress *addr, DataObject *&dat)
 Convert the persistent object to transient.
virtual StatusCode createRep (DataObject *pObject, IOpaqueAddress *&refpAddress)
 Convert the transient object to the requested representation.
virtual StatusCode fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject)
 Resolve the references of the converted object.
virtual StatusCode fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject)
 Resolve the references of the converted object.
TObject * getReadObject () const
 get the object to be read
 RootEventBaseCnv (const CLID &clid, ISvcLocator *svc)
virtual ~RootEventBaseCnv ()
virtual long repSvcType () const
virtual StatusCode initialize ()
virtual StatusCode finalize ()
void declareObject (const std::string &fullPath, const CLID &clid, const std::string &treename, const std::string &branchname)
 Store TDS path to link a particular converter to an object on the TDS.
virtual StatusCode createObj (IOpaqueAddress *addr, DataObject *&dat)
 Convert the persistent object to transient.
virtual StatusCode createRep (DataObject *pObject, IOpaqueAddress *&refpAddress)
 Convert the transient object to the requested representation.
virtual StatusCode fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject)
 Resolve the references of the converted object.
virtual StatusCode fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject)
 Resolve the references of the converted object.
TObject * getReadObject () const
 get the object to be read
 RootEventBaseCnv (const CLID &clid, ISvcLocator *svc)
virtual ~RootEventBaseCnv ()
virtual long repSvcType () const
virtual StatusCode initialize ()
virtual StatusCode finalize ()
void declareObject (const std::string &fullPath, const CLID &clid, const std::string &treename, const std::string &branchname)
 Store TDS path to link a particular converter to an object on the TDS.
virtual StatusCode createObj (IOpaqueAddress *addr, DataObject *&dat)
 Convert the persistent object to transient.
virtual StatusCode createRep (DataObject *pObject, IOpaqueAddress *&refpAddress)
 Convert the transient object to the requested representation.
virtual StatusCode fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject)
 Resolve the references of the converted object.
virtual StatusCode fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject)
 Resolve the references of the converted object.
TObject * getReadObject () const
 get the object to be read
Public Member Functions inherited from Converter< Ty1, Ty2 >
destinationoperator (const source &) const
destinationoperator (const source &) const
destinationoperator (const source &) const

Static Public Member Functions

static const CLID & classID ()
static const CLID & classID ()
static const CLID & classID ()
Static Public Member Functions inherited from RootEventBaseCnv
static const unsigned char storageType ()
 Storage type and class ID.
static const unsigned char storageType ()
 Storage type and class ID.
static const unsigned char storageType ()
 Storage type and class ID.

Friends

class CnvFactory< HltRawCnv >

Additional Inherited Members

Public Types inherited from Converter< Ty1, Ty2 >
typedef Ty1 source
typedef Ty2 destination
typedef Ty1 source
typedef Ty2 destination
typedef Ty1 source
typedef Ty2 destination
Protected Member Functions inherited from Converter< Ty1, Ty2 >
virtual destinationconvert (const source &) const =0
virtual destinationconvert (const source &) const =0
virtual destinationconvert (const source &) const =0
Protected Attributes inherited from RootEventBaseCnv
IRootCnvSvcm_cnvSvc
std::vector< RootCnvSvc::Leafm_leaves
RootInterfacem_rootInterface
 pointer to the RootInterface
IDataProviderSvc * m_eds
 pointer to eventdataservice
int m_branchNr
 the branchNr of this converter for writing
int m_branchNrDst
int m_branchNrMc
int m_branchNrRecon
int m_branchNrEvtRec
int m_branchNrEvtHeader
int m_branchNrEvtNavigator
TObject * m_objRead
 the object that was read
CLID CLID_top
 the CLID of the upper converter if any
TArrayS * m_branchNumbers
 array with number of branches for reading
std::string m_rootBranchname
 root branchname (may be concatenated of severals)
std::string m_rootTreename
 each converter knows it's treename
std::string m_currentFileName
std::vector< void * > m_adresses
 each converter knows the corresponding adresses
RootEvtSelectorm_evtsel

Detailed Description

Concrete converter for the HltRaw collection.

Definition at line 19 of file Event/RootCnvSvc/include/RootCnvSvc/Hlt/HltRawCnv.h.

Constructor & Destructor Documentation

◆ ~HltRawCnv() [1/3]

virtual HltRawCnv::~HltRawCnv ( )
inlinevirtual

Definition at line 26 of file Event/RootCnvSvc/include/RootCnvSvc/Hlt/HltRawCnv.h.

26{};

◆ HltRawCnv() [1/3]

HltRawCnv::HltRawCnv ( ISvcLocator * svc)

Definition at line 24 of file HltRawCnv.cxx.

24 : RootEventBaseCnv( classID(), svc ) {
25 // Here we associate this converter with the /Event path on the TDS.
26 MsgStream log( msgSvc(), "HltRawCnv" );
27 // log << MSG::DEBUG << "Constructor called for " << objType() << endmsg;
28 m_rootBranchname = "m_hltRawCol";
29 // declareObject(EventModel::Hlt::HltRawCol, objType(), m_rootTreename, m_rootBranchname);
30 m_adresses.push_back( &m_hltRawCol );
31 m_hltRawCol = 0;
32}
IMessageSvc * msgSvc()
std::vector< void * > m_adresses
each converter knows the corresponding adresses
std::string m_rootBranchname
root branchname (may be concatenated of severals)
RootEventBaseCnv(const CLID &clid, ISvcLocator *svc)

◆ ~HltRawCnv() [2/3]

virtual HltRawCnv::~HltRawCnv ( )
inlinevirtual

◆ HltRawCnv() [2/3]

HltRawCnv::HltRawCnv ( ISvcLocator * svc)

◆ ~HltRawCnv() [3/3]

virtual HltRawCnv::~HltRawCnv ( )
inlinevirtual

◆ HltRawCnv() [3/3]

HltRawCnv::HltRawCnv ( ISvcLocator * svc)

Member Function Documentation

◆ classID() [1/3]

const CLID & HltRawCnv::classID ( )
inlinestatic

Definition at line 24 of file Event/RootCnvSvc/include/RootCnvSvc/Hlt/HltRawCnv.h.

24{ return CLID_HltRawCol; }
const CLID & CLID_HltRawCol

Referenced by RootCnvSvc::createConverter(), and HltRawCnv().

◆ classID() [2/3]

const CLID & HltRawCnv::classID ( )
inlinestatic

◆ classID() [3/3]

const CLID & HltRawCnv::classID ( )
inlinestatic

◆ DataObjectToTObject() [1/3]

StatusCode HltRawCnv::DataObjectToTObject ( DataObject * obj,
RootAddress * addr )
virtual

transformation to root

Implements RootEventBaseCnv.

Definition at line 74 of file HltRawCnv.cxx.

74 {
75
76 MsgStream log( msgSvc(), "HltRawCnv" );
77 log << MSG::DEBUG << "HltRawCnv::DataObjectToTObject" << endmsg;
78 StatusCode sc = StatusCode::SUCCESS;
79
80 HltRawCol* hltRawColTds = dynamic_cast<HltRawCol*>( obj );
81 if ( !hltRawColTds )
82 {
83 log << MSG::ERROR << "Could not downcast to HltRawCol" << endmsg;
84 return StatusCode::FAILURE;
85 }
86
87 DataObject* evt;
88 m_eds->findObject( EventModel::Hlt::Event, evt );
89 if ( evt == NULL )
90 {
91 log << MSG::ERROR << "Could not get HltEvent in TDS " << endmsg;
92 return StatusCode::FAILURE;
93 }
94 HltEvent* devtTds = dynamic_cast<HltEvent*>( evt );
95 if ( !devtTds )
96 { log << MSG::ERROR << "HltRawCnv:Could not downcast to TDS HltEvent" << endmsg; }
97
98 IOpaqueAddress* addr;
99
100 m_cnvSvc->getHltCnv()->createRep( evt, addr );
101
102 // createRep(evt,addr);
103
104 THltEvent* recEvt = m_cnvSvc->getHltCnv()->getWriteObject();
105
106 const TObjArray* m_hltRawCol = recEvt->getHltRawCol();
107 if ( !m_hltRawCol ) return sc;
108 recEvt->clearHltRawCol(); // necessary in case there is I/O at the same time since array is
109 // static
110 HltRawCol::const_iterator hltRawTds;
111
112 for ( hltRawTds = hltRawColTds->begin(); hltRawTds != hltRawColTds->end(); hltRawTds++ )
113 {
114 UInt_t time = ( *hltRawTds )->getTimeChannel();
115 UInt_t charge = ( *hltRawTds )->getChargeChannel();
116 UInt_t id = ( *hltRawTds )->getIntId();
117
118 THltRaw* hltRawRoot = new THltRaw();
119 // m_common.m_hltRawMap[(*hltRawTds)] = hltRawRoot;
120
121 hltRawRoot->initialize( id, time, charge );
122 recEvt->addHltRaw( hltRawRoot );
123 }
124
125 return StatusCode::SUCCESS;
126}
Double_t time
ObjectVector< HltRaw > HltRawCol
IDataProviderSvc * m_eds
pointer to eventdataservice
const TObjArray * getHltRawCol() const
Definition THltEvent.cxx:59
void addHltRaw(THltRaw *hltRaw)
HltRaw.
Definition THltEvent.cxx:54
void initialize(UInt_t id, UInt_t time=0, UInt_t charge=0)
Definition TRawData.cxx:30

◆ DataObjectToTObject() [2/3]

virtual StatusCode HltRawCnv::DataObjectToTObject ( DataObject * obj,
RootAddress * addr )
virtual

transformation to root

Implements RootEventBaseCnv.

◆ DataObjectToTObject() [3/3]

virtual StatusCode HltRawCnv::DataObjectToTObject ( DataObject * obj,
RootAddress * addr )
virtual

transformation to root

Implements RootEventBaseCnv.

◆ TObjectToDataObject() [1/3]

StatusCode HltRawCnv::TObjectToDataObject ( DataObject *& obj)
virtual

transformation from root

Implements RootEventBaseCnv.

Definition at line 34 of file HltRawCnv.cxx.

34 {
35 // creation of TDS object from root object
36
37 MsgStream log( msgSvc(), "HltRawCnv" );
38 log << MSG::DEBUG << "HltRawCnv::TObjectToDataObject" << endmsg;
39 StatusCode sc = StatusCode::SUCCESS;
40
41 // create the TDS location for the HltRaw Collection
42 HltRawCol* hltRawTdsCol = new HltRawCol;
43 refpObject = hltRawTdsCol;
44 // sc = m_eds->registerObject(EventModel::Hlt::HltRawCol, hltRawTdsCol);
45 // if (sc.isFailure()) {
46 // log << "Failed to register HltRaw Collection" << endmsg;
47 // return StatusCode::FAILURE;
48 // }
49
50 // now convert
51 if ( !m_hltRawCol ) return sc;
52 TIter hltRawIter( m_hltRawCol );
53 THltRaw* hltRawRoot = 0;
54 while ( ( hltRawRoot = (THltRaw*)hltRawIter.Next() ) )
55 {
56 unsigned int id = hltRawRoot->getIntId();
57 unsigned int time = hltRawRoot->getTimeChannel();
58 unsigned int charge = hltRawRoot->getChargeChannel();
59
60 HltRaw* hltRawTds = new HltRaw( id );
61 m_common.m_rootHltRawMap[hltRawRoot] = hltRawTds;
62
63 hltRawTds->setTimeChannel( time );
64 hltRawTds->setChargeChannel( charge );
65
66 hltRawTdsCol->push_back( hltRawTds );
67 }
68 // m_hltRawCol->Delete(); // wensp add 2005/12/30
69 delete m_hltRawCol;
70 m_hltRawCol = 0;
71 return StatusCode::SUCCESS;
72}
void setChargeChannel(const unsigned int chargeChannel)
Definition RawData.cxx:24
void setTimeChannel(const unsigned int timeChannel)
Definition RawData.cxx:21
UInt_t getIntId() const
Definition TRawData.cxx:42
UInt_t getChargeChannel() const
Definition TRawData.cxx:48
UInt_t getTimeChannel() const
Definition TRawData.cxx:45

◆ TObjectToDataObject() [2/3]

virtual StatusCode HltRawCnv::TObjectToDataObject ( DataObject *& obj)
virtual

transformation from root

Implements RootEventBaseCnv.

◆ TObjectToDataObject() [3/3]

virtual StatusCode HltRawCnv::TObjectToDataObject ( DataObject *& obj)
virtual

transformation from root

Implements RootEventBaseCnv.

◆ CnvFactory< HltRawCnv >

friend class CnvFactory< HltRawCnv >
friend

The documentation for this class was generated from the following files: