BOSS 8.0.0
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++ ) m_texp[i] = 0.;
20 m_p = -1.;
21 m_Q = -1.;
22 m_path = -1.;
23}