BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
RecBTofCalHit.cxx
Go to the documentation of this file.
1/*
2 * @class : TofCalHit
3 *
4 * this class used to do calibration output in Tof Reconstruction
5 *
6 * @author: jiangll
7 *
8 * ********************************************************/
11 m_imod=-1;
12 m_qual=-1;
13 m_tpred=-1.;
14 m_tdc1=-1.;
15 m_tdc2=-1.;
16 m_adc1=-1.;
17 m_adc2=-1.;
18 m_zHit=-1.;
19 m_dzHit=-1.;
20 m_sintheta=-1.;
21 m_bch=NULL;
22 for(int i=0;i<5;i++)
23 m_texp[i]=0.;
24 m_p=-1.;
25 m_Q=-1.;
26 m_path=-1.;
27}
#define NULL