/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/TofCaliSvc/TofCaliSvc-00-01-13/TofCaliSvc/EtfBunchCal.h

Go to the documentation of this file.
00001 #ifndef ETF_BUNCHCAL_H
00002 #define ETF_BUNCHCAL_H 
00003 
00004 const unsigned int nEtfBunch  = 4;
00005   
00006 class EtfBunchCal{
00007  public:
00008   EtfBunchCal() {}
00009   ~EtfBunchCal(){}
00010 
00011  public:
00012   double getBunchP(int idx)            const{ return m_pbunch[idx];   }
00013 
00014  public:
00015   void   setBunchP(int idx,double pbunch)   { m_pbunch[idx] = pbunch; }
00016 
00017  private:
00018   double m_pbunch[nEtfBunch];
00019 
00020 };
00021 #endif             

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