/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Calibration/CalibData/CalibData-00-01-18/CalibData/Tof/etfBunchCalibBase.h

Go to the documentation of this file.
00001 #ifndef CalibData_etfBunchCalibBase_h
00002 #define CalibData_etfBunchCalibBase_h
00003 
00004 #include "GaudiKernel/DataObject.h"
00005 #include "CalibData/CalibModel.h"
00006 #include <vector>
00007 
00008 namespace CalibData {
00009   class etfBunchCalibBase{
00010   public:
00011     etfBunchCalibBase(){};
00012 
00013     virtual ~etfBunchCalibBase() {}
00014 
00015     //set the bunch offset of etf
00016     void setPBunch(const double* etfBunchP);
00017 
00018     //get the bunch offset of etf
00019     double  getPBunch(int No)       const { return m_pBunch[No];     }
00020 
00021   private:
00022     double  m_pBunch[4];
00023 
00024   };
00025 }
00026 
00027 #endif

Generated on Tue Nov 29 22:57:48 2016 for BOSS_7.0.2 by  doxygen 1.4.7