/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/EstTofCaliSvc/EstTofCaliSvc-00-00-10/EstTofCaliSvc/ETofCal.h

Go to the documentation of this file.
00001 #ifndef ETOF_CAL_H
00002 #define ETOF_CAL_H 
00003   
00004 const unsigned int nEndPar    = 8;
00005 
00006 class ETofCal{
00007  public:
00008    ETofCal() {}
00009    ~ETofCal(){}
00010  public:  
00011    double getP(int i)const{ return m_p[i]; }
00012    void   setP(int i,double p){ m_p[i] = p;}
00013 
00014  private:
00015   double m_p[nEndPar];                         // time calibration constant 
00016 };
00017 #endif             

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