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

Go to the documentation of this file.
00001 #ifndef BTOFCOMMON_CAL_H
00002 #define BTOFCOMMON_CAL_H 
00003   
00004 const unsigned int nBarOffset = 2;
00005 
00006 class BTofCommonCal{
00007  public:
00008    BTofCommonCal() {}
00009    ~BTofCommonCal(){}
00010  public:
00011   double getOffset(int im) const{ return m_offset[im]; }
00012 
00013  public:
00014   void   setOffset(int idx, double offset) { m_offset[idx] = offset; }
00015 
00016  private:
00017   double m_offset[2];
00018 };
00019 #endif             

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