CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
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
16{
17 public:
18
19 /// Constructor.
21
22 /// Destructor.
24
25 int QuadFit(float x[],
26 float y[],
27 float w[],
28 int n,
29 float *a,
30 float *b,
31 float *c,
32 int *half, //which half parabola 1: left 2 : right
33 float *chisq,
34 float *siga,
35 float *sigb,
36 float *sigc);
37
38 private:
39
40};
41
42#endif /* MUC_QUADFIT_H */
const Int_t n
Double_t x[10]
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)