BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/EstTofCaliSvc/EstTofCaliSvc/BTofInnerCal.h
Go to the documentation of this file.
1#ifndef BTOFINNER_CAL_H
2#define BTOFINNER_CAL_H
3
5 public:
8 public:
9 double getInnP1(int im) const{ return m_innp1[im]; }
10 double getInnP2(int im) const{ return m_innp2[im]; }
11
12 public:
13 void setInnP1(int idx,double innp1) { m_innp1[idx] = innp1;}
14 void setInnP2(int idx,double innp2) { m_innp2[idx] = innp2;}
15
16 private:
17 double m_innp1[10];
18 double m_innp2[10];
19};
20#endif