BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/MucRecEvent/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
16{
17 public:
18
19 /// Constructor.
21
22 /// Destructor.
24
25 int LineFit(float x[],
26 float y[],
27 float w[],
28 int n,
29 float *a,
30 float *b,
31 float *chisq,
32 float *siga,
33 float *sigb);
34
35 int LineFit(float x[],
36 float y[],
37 float w[],
38 int part,
39 int seg,
40 int orient,
41 int n,
42 float *a,
43 float *b,
44 float *chisq,
45 float *siga,
46 float *sigb);
47
48
49 private:
50
51};
52
53#endif /* MUC_LINEFIT_H */
const Int_t n
Double_t x[10]
MucRecLineFit()
Constructor.
~MucRecLineFit()
Destructor.
int LineFit(float x[], float y[], float w[], int n, float *a, float *b, float *chisq, float *siga, float *sigb)