BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
RecBTofHit.cxx
Go to the documentation of this file.
1#include "TofRecEvent/RecBTofHit.h"
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.;
17 _exptof[2] = -1.;
18 _exptof[3] = -1.;
19 _exptof[4] = -1.;
20
21 _tt1 = _tt2 = _ett1 = _ett2 = -1.;
22 _tm1 = _tm2 = _etm1 = _etm2 = -1.;
23 _tr1 = _tr2 = _etr1 = _etr2 = -1.;
24 _q1 = _q2 = _eq1 = _eq2 = -1.;
25
26 m_next = NULL;
27}