BOSS
7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/MucRecEvent/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
15
class
MucRecQuadFit
16
{
17
public
:
18
19
/// Constructor.
20
MucRecQuadFit
();
21
22
/// Destructor.
23
~MucRecQuadFit
();
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 */
n
const Int_t n
Definition:
DataBase/tau_mode.c:65
x
Double_t x[10]
Definition:
DataBase/tau_mode.c:57
MucRecQuadFit
Definition:
InstallArea/include/MucRecEvent/MucRecEvent/MucRecQuadFit.h:16
MucRecQuadFit::MucRecQuadFit
MucRecQuadFit()
Constructor.
Definition:
MucRecQuadFit.cxx:21
MucRecQuadFit::~MucRecQuadFit
~MucRecQuadFit()
Destructor.
Definition:
MucRecQuadFit.cxx:26
MucRecQuadFit::QuadFit
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)
Definition:
MucRecQuadFit.cxx:67
source
InstallArea
include
MucRecEvent
MucRecEvent
MucRecQuadFit.h
Generated by
1.9.6