/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/TofRecEvent/TofRecEvent-00-02-14/src/RecBTofHit.cxx

Go to the documentation of this file.
00001 #include "TofRecEvent/RecBTofHit.h"
00002 /*
00003 bool myless(RecBTofHit& a,RecBTofHit& b){
00004   return ((a.getQ1()+a.getQ2())<(b.getQ1()+b.getQ2()));
00005 }
00006 bool less_RecBTofHit(RecBTofHit* a,RecBTofHit* b){
00007   return((a->getQ1()+a->getQ2())<(b->getQ1()+b->getQ2()));
00008 }
00009 */
00010 RecBTofHit::RecBTofHit(){
00011  _tofID=0;
00012   _Id=_mod=_qual=_trk=-1;
00013    _zHit=_zTDC=_zADC=_dzHit=_phHit=_thTrk=_phTrk=_ph=_p=_path=_time=-1.;  
00014     _tof=_etof=-1.;
00015     _exptof[0]=-1.;
00016     _exptof[1]=-1.;_exptof[2]=-1.;_exptof[3]=-1.;_exptof[4]=-1.;
00017 
00018     _tt1=_tt2=_ett1=_ett2=-1.;
00019     _tm1=_tm2=_etm1=_etm2=-1.;
00020     _tr1=_tr2=_etr1=_etr2=-1.;
00021     _q1=_q2=_eq1=_eq2=-1.;
00022  
00023    m_next=NULL;
00024 }

Generated on Tue Nov 29 23:14:39 2016 for BOSS_7.0.2 by  doxygen 1.4.7