BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EstTofCaliSvc/EstTofCaliSvc-00-01-01/EstTofCaliSvc/BTofCommonCal.h
Go to the documentation of this file.
1#ifndef BTOFCOMMON_CAL_H
2#define BTOFCOMMON_CAL_H
3
4const unsigned int nBarOffset = 2;
5
7 public:
10 public:
11 double getOffset(int im) const{ return m_offset[im]; }
12
13 public:
14 void setOffset(int idx, double offset) { m_offset[idx] = offset; }
15
16 private:
17 double m_offset[2];
18};
19#endif