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

Go to the documentation of this file.
00001 #ifndef BTOFINNER_CAL_H
00002 #define BTOFINNER_CAL_H 
00003   
00004 class BTofInnerCal{
00005  public:
00006    BTofInnerCal() {}
00007    ~BTofInnerCal(){}
00008  public:
00009   double getInnP1(int im) const{ return m_innp1[im]; }
00010   double getInnP2(int im) const{ return m_innp2[im]; }
00011 
00012  public:  
00013   void   setInnP1(int idx,double innp1) { m_innp1[idx] = innp1;}
00014   void   setInnP2(int idx,double innp2) { m_innp2[idx] = innp2;}
00015 
00016  private:
00017   double m_innp1[10];
00018   double m_innp2[10];
00019 };
00020 #endif             

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