BOSS 8.0.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
2// 2008/10/17 01:57:45 huangb Exp $
3
4/** @class bTofCalibBase
5 * Implementation of Mdct0 calibration TCDS class
6 */
7
8#include "CalibData/Tof/bTofCommonCalibBase.h"
9#include "GaudiKernel/MsgStream.h"
10
11namespace CalibData {
12
13 void bTofCommonCalibBase::setOffset( const double* offset ) {
14 for ( int i = 0; i < 2; i++ ) { m_offset[i] = offset[i]; }
15 }
16
17 void bTofCommonCalibBase::setSigmaCorr( const double* sigmaCorr ) {
18 for ( int i = 0; i < 8; i++ ) { m_sigmaCorr[i] = sigmaCorr[i]; }
19 }
20
21} // namespace CalibData
void setSigmaCorr(const double *sigmaCorr)
void setOffset(const double *offset)