BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
RecETofCalHit.cxx
Go to the documentation of this file.
1/*
2 * @class : RecETofCalHit
3 *
4 * this class used to do calibration output in Tof Reconstruction
5 *
6 * @author: jiangll
7 *
8 * ********************************************************/
9#include "TofRecEvent/RecETofCalHit.h"
11 m_imod=-1;
12 m_qual=-1;
13 m_tpred=-1.;
14 m_tdc=-1.;
15 m_adc=-1.;
16 m_rHit=-1.;
17 m_drHit=-1.;
18 m_costheta=-1;
19 for(int i=0;i<5;i++)
20 m_texp[i]=0.;
21 m_p=-1.;
22 m_Q=-1.;
23 m_path=-1.;
24}