BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstTimeOffsetCal.h
Go to the documentation of this file.
1#pragma once
2
4public:
7
8public:
9 double getEsTimeOffset( int idx ) const { return m_EsTimeOffset[idx]; }
10
11public:
12 void setEsTimeOffset( int idx, double offset ) { m_EsTimeOffset[idx] = offset; }
13
14private:
15 double m_EsTimeOffset[2]; // the T0 offset run by run;
16};