/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Calibration/CalibData/CalibData-00-01-18/src/Tof/bTofCommonCalibBase.cxx

Go to the documentation of this file.
00001 // $Header: /bes/bes/BossCvs/Calibration/CalibData/src/Tof/bTofCommonCalibBase.cxx,v 1.1 2008/10/17 01:57:45 huangb Exp $
00002 
00007 #include "CalibData/Tof/bTofCommonCalibBase.h"
00008 #include "GaudiKernel/MsgStream.h"
00009 
00010 namespace CalibData {
00011  
00012   void bTofCommonCalibBase::setOffset(const double* offset){
00013     for(int i=0; i<2; i++) {
00014       m_offset[i] = offset[i];
00015     }
00016   }
00017 
00018   void bTofCommonCalibBase::setSigmaCorr(const double* sigmaCorr){
00019     for(int i=0; i<8; i++) {
00020       m_sigmaCorr[i] = sigmaCorr[i];
00021     }
00022   }
00023 
00024 }
00025 

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