BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstETofCal.h
Go to the documentation of this file.
1#pragma once
2
3const unsigned int EstNEndPar = 8;
4
5class EstETofCal {
6public:
9
10public:
11 double getP( int i ) const { return m_p[i]; }
12 void setP( int i, double p ) { m_p[i] = p; }
13
14private:
15 double m_p[EstNEndPar]; // time calibration constant
16};
NTuple::Item< double > m_p