BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
bTofCommonCalibBase.cxx
Go to the documentation of this file.
1// $Header: /bes/bes/BossCvs/Calibration/CalibData/src/Tof/bTofCommonCalibBase.cxx,v 1.1 2008/10/17 01:57:45 huangb Exp $
2
3/** @class bTofCalibBase
4 * Implementation of Mdct0 calibration TCDS class
5 */
6
8#include "GaudiKernel/MsgStream.h"
9
10namespace CalibData {
11
12 void bTofCommonCalibBase::setOffset(const double* offset){
13 for(int i=0; i<2; i++) {
14 m_offset[i] = offset[i];
15 }
16 }
17
18 void bTofCommonCalibBase::setSigmaCorr(const double* sigmaCorr){
19 for(int i=0; i<8; i++) {
20 m_sigmaCorr[i] = sigmaCorr[i];
21 }
22 }
23
24}
25
void setSigmaCorr(const double *sigmaCorr)
void setOffset(const double *offset)