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

Go to the documentation of this file.
00001 #ifndef TZEROOFFSET_CAL_H
00002 #define TZEROOFFSET_CAL_H 
00003  
00004 class EsTimeOffsetCal{
00005  public:
00006    EsTimeOffsetCal() {}
00007    ~EsTimeOffsetCal(){}
00008  public:
00009   double getEsTimeOffset(int idx)    const{ return m_EsTimeOffset[idx];}
00010 
00011  public:
00012   void   setEsTimeOffset(int idx,double offset){ m_EsTimeOffset[idx] = offset;}
00013 
00014  private:
00015   double m_EsTimeOffset[2];//the T0 offset run by run;
00016 
00017 };
00018 #endif      

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