BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
tofCalibInfoBase.cxx
Go to the documentation of this file.
1#include "CalibData/Tof/tofCalibInfoBase.h"
2#include "GaudiKernel/MsgStream.h"
3
4namespace CalibData {
5
6 void tofCalibInfoBase::setBrEast( const int* tofidEast ) {
7 for ( unsigned int i = 0; i < 5; i++ ) { m_tofidEast[i] = tofidEast[i]; }
8 }
9
10 void tofCalibInfoBase::setBrWest( const int* tofidWest ) {
11 for ( unsigned int i = 0; i < 5; i++ ) { m_tofidWest[i] = tofidWest[i]; }
12 }
13
14 void tofCalibInfoBase::setEndcap( const int* tofidEndcap ) {
15 for ( unsigned int i = 0; i < 5; i++ ) { m_tofidEndcap[i] = tofidEndcap[i]; }
16 }
17
18} // namespace CalibData
void setBrWest(const int *tofidWest)
void setBrEast(const int *tofidEast)
void setEndcap(const int *tofidEndcap)