/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/TofRecEvent/TofRecEvent-00-02-14/src/RecBTofCalHit.cxx

Go to the documentation of this file.
00001 /*                                                                              
00002  * @class : TofCalHit                                                           
00003  *                                                                              
00004  *  this class used to do calibration output in Tof Reconstruction                          
00005  *                                                                              
00006  * @author: jiangll                                                              
00007  *                                                                              
00008  * ********************************************************/          
00009 #include "TofRecEvent/RecBTofCalHit.h"
00010 RecBTofCalHit::RecBTofCalHit(){
00011     m_imod=-1;
00012     m_qual=-1;
00013     m_tpred=-1.;
00014     m_tdc1=-1.;
00015     m_tdc2=-1.;
00016     m_adc1=-1.;
00017     m_adc2=-1.;
00018     m_zHit=-1.;
00019     m_dzHit=-1.;
00020     m_sintheta=-1.;
00021     m_bch=NULL;
00022     for(int i=0;i<5;i++)
00023        m_texp[i]=0.;
00024    m_p=-1.;
00025    m_Q=-1.;
00026    m_path=-1.;
00027 }

Generated on Tue Nov 29 23:14:39 2016 for BOSS_7.0.2 by  doxygen 1.4.7