BOSS
7.0.7
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
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 */
w
double w
Definition:
EvtPhokharaDef.hh:26
MucRecLineFit
Definition:
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
y
double y[1000]
Definition:
draw_charge_space_coarse_II.cxx:8
x
double x[1000]
Definition:
draw_charge_space_coarse_II.cxx:8
b
const double b
Definition:
slope.cxx:9
source
Muc
MucRecEvent
MucRecEvent-00-02-52
MucRecEvent
MucRecLineFit.h
Generated by
1.9.6