BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/EstTofCaliSvc/include/EstTofCaliSvc/EstEtfCal.h
Go to the documentation of this file.
1#pragma once
2
3const unsigned int EstNEtfPar = 20;
4
5class EstEtfCal {
6public:
9
10public:
11 double getP( int idx ) const { return m_p[idx]; }
12 double getP1( int idx ) const { return m_p1[idx]; }
13 double getP2( int idx ) const { return m_p2[idx]; }
14
15public:
16 void setP( int idx, double p ) { m_p[idx] = p; }
17 void setP1( int idx, double p1 ) { m_p1[idx] = p1; }
18 void setP2( int idx, double p2 ) { m_p2[idx] = p2; }
19
20private:
21 double m_p[EstNEtfPar]; // combined time calibration constant
22 double m_p1[EstNEtfPar]; // left time calibration constant
23 double m_p2[EstNEtfPar]; // right time calibration constant
24};
double p2[4]
double p1[4]
NTuple::Item< double > m_p
**********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