BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstBTofCal.h
Go to the documentation of this file.
1#pragma once
2
3const unsigned int EstNBarPar = 10;
4const unsigned int EstNBarParOff = 20;
5
6class EstBTofCal {
7public:
10
11public:
12 double getP1( int idx ) const { return m_p1[idx]; }
13 double getP2( int idx ) const { return m_p2[idx]; }
14
15public:
16 void setP1( int idx, double p1 ) { m_p1[idx] = p1; }
17 void setP2( int idx, double p2 ) { m_p2[idx] = p2; }
18
19private:
20 double m_p1[EstNBarPar]; // left time calibration constant
21 double m_p2[EstNBarPar]; // right time calibration constant
22};
double p2[4]
double p1[4]
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_p2
Definition KarLud.h:20
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_p1
Definition KarLud.h:20