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

Go to the documentation of this file.
00001 #include "CalibData/Tof/tofCalibInfoBase.h"
00002 #include "GaudiKernel/MsgStream.h"
00003 
00004 namespace CalibData {
00005  
00006   void tofCalibInfoBase::setBrEast(const int* tofidEast) {
00007     for(unsigned int i=0; i<5; i++) {
00008       m_tofidEast[i] = tofidEast[i];
00009     }
00010   }
00011 
00012   void tofCalibInfoBase::setBrWest(const int* tofidWest) {
00013     for(unsigned int i=0; i<5; i++) {
00014       m_tofidWest[i] = tofidWest[i];
00015     }
00016   }
00017 
00018   void tofCalibInfoBase::setEndcap(const int* tofidEndcap) {
00019     for(unsigned int i=0; i<5; i++) {
00020       m_tofidEndcap[i] = tofidEndcap[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