BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Muc/MucRecEvent/include/MucRecEvent/MucRecLineFit.h
Go to the documentation of this file.
1//$id$
2//
3//$log$
4
5/*
6 * 2003/12/24 Zhengyun You Peking University
7 *
8 * 2004/09/12 Zhengyun You Peking University
9 * transplanted to Gaudi framework
10 */
11
12#ifndef MUC_LINEFIT_H
13#define MUC_LINEFIT_H
14
15class MucRecLineFit {
16public:
17 /// Constructor.
19
20 /// Destructor.
22
23 int LineFit( float x[], float y[], float w[], int n, float* a, float* b, float* chisq,
24 float* siga, float* sigb );
25
26 int LineFit( float x[], float y[], float w[], int part, int seg, int orient, int n, float* a,
27 float* b, float* chisq, float* siga, float* sigb );
28
29private:
30};
31
32#endif /* MUC_LINEFIT_H */
const Int_t n
double w
MucRecLineFit()
Constructor.
~MucRecLineFit()
Destructor.
int LineFit(float x[], float y[], float w[], int part, int seg, int orient, int n, float *a, float *b, float *chisq, float *siga, float *sigb)
int LineFit(float x[], float y[], float w[], int n, float *a, float *b, float *chisq, float *siga, float *sigb)