BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Muc/MucRecEvent/include/MucRecEvent/MucRecQuadFit.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_QUADFIT_H
13#define MUC_QUADFIT_H
14
15class MucRecQuadFit {
16public:
17 /// Constructor.
19
20 /// Destructor.
22
23 int QuadFit( float x[], float y[], float w[], int n, float* a, float* b, float* c,
24 int* half, // which half parabola 1: left 2 : right
25 float* chisq, float* siga, float* sigb, float* sigc );
26
27private:
28};
29
30#endif /* MUC_QUADFIT_H */
const Int_t n
double w
MucRecQuadFit()
Constructor.
~MucRecQuadFit()
Destructor.
int QuadFit(float x[], float y[], float w[], int n, float *a, float *b, float *c, int *half, float *chisq, float *siga, float *sigb, float *sigc)