BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
RecBTofHit.cxx
Go to the documentation of this file.
2/*
3bool myless(RecBTofHit& a,RecBTofHit& b){
4 return ((a.getQ1()+a.getQ2())<(b.getQ1()+b.getQ2()));
5}
6bool less_RecBTofHit(RecBTofHit* a,RecBTofHit* b){
7 return((a->getQ1()+a->getQ2())<(b->getQ1()+b->getQ2()));
8}
9*/
11 _tofID=0;
12 _Id=_mod=_qual=_trk=-1;
13 _zHit=_zTDC=_zADC=_dzHit=_phHit=_thTrk=_phTrk=_ph=_p=_path=_time=-1.;
14 _tof=_etof=-1.;
15 _exptof[0]=-1.;
16 _exptof[1]=-1.;_exptof[2]=-1.;_exptof[3]=-1.;_exptof[4]=-1.;
17
18 _tt1=_tt2=_ett1=_ett2=-1.;
19 _tm1=_tm2=_etm1=_etm2=-1.;
20 _tr1=_tr2=_etr1=_etr2=-1.;
21 _q1=_q2=_eq1=_eq2=-1.;
22
23 m_next=NULL;
24}