BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstBTofCommonCal.h
Go to the documentation of this file.
1#pragma once
2
3const unsigned int EstNBarOffset = 2;
4
6public:
9
10public:
11 double getOffset( int im ) const { return m_offset[im]; }
12
13public:
14 void setOffset( int idx, double offset ) { m_offset[idx] = offset; }
15
16private:
17 double m_offset[EstNBarOffset];
18};