BOSS
7.0.4
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
15
class
MucRecLineFit
16
{
17
public
:
18
19
/// Constructor.
20
MucRecLineFit
();
21
22
/// Destructor.
23
~MucRecLineFit
();
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 */
n
const Int_t n
Definition:
DataBase/tau_mode.c:65
x
Double_t x[10]
Definition:
DataBase/tau_mode.c:57
w
double w
Definition:
EvtPhokharaDef.hh:26
MucRecLineFit
Definition:
InstallArea/include/MucRecEvent/MucRecEvent/MucRecLineFit.h:16
MucRecLineFit::MucRecLineFit
MucRecLineFit()
Constructor.
Definition:
MucRecLineFit.cxx:19
MucRecLineFit::~MucRecLineFit
~MucRecLineFit()
Destructor.
Definition:
MucRecLineFit.cxx:24
MucRecLineFit::LineFit
int LineFit(float x[], float y[], float w[], int n, float *a, float *b, float *chisq, float *siga, float *sigb)
Definition:
MucRecLineFit.cxx:176
source
InstallArea
include
MucRecEvent
MucRecEvent
MucRecLineFit.h
Generated by
1.9.6