BOSS 7.0.2
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++) {
8 m_tofidEast[i] = tofidEast[i];
9 }
10 }
11
12 void tofCalibInfoBase::setBrWest(const int* tofidWest) {
13 for(unsigned int i=0; i<5; i++) {
14 m_tofidWest[i] = tofidWest[i];
15 }
16 }
17
18 void tofCalibInfoBase::setEndcap(const int* tofidEndcap) {
19 for(unsigned int i=0; i<5; i++) {
20 m_tofidEndcap[i] = tofidEndcap[i];
21 }
22 }
23
24}
25
void setBrWest(const int *tofidWest)
void setBrEast(const int *tofidEast)
void setEndcap(const int *tofidEndcap)