Main Page
+
Namespaces
Namespace List
+
Namespace 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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
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
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
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
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
Alignment
SurveyAnalysis
interface
Chi2.h
Go to the documentation of this file.
1
10
#ifndef Alignment_SurveyAnalysis_Chi2_H
11
#define Alignment_SurveyAnalysis_Chi2_H
12
13
#include "TMatrixD.h"
14
15
class
Chi2
{
16
public
:
17
Chi2
(TMatrixD &, TMatrixD &, TMatrixD &);
18
~Chi2
();
19
20
TMatrixD &
getCovariance
();
21
TMatrixD &
getSolution
();
22
double
getChi2
();
23
int
getDOF
();
24
25
private
:
26
double
myChi2
;
27
int
dof
;
28
TMatrixD
covariance
;
29
TMatrixD
leftMatrix
;
30
TMatrixD
rightMatrix
;
31
TMatrixD
solution
;
32
};
33
34
#endif
Chi2::covariance
TMatrixD covariance
Definition:
Chi2.h:28
Chi2::rightMatrix
TMatrixD rightMatrix
Definition:
Chi2.h:30
Chi2::getChi2
double getChi2()
Definition:
Chi2.cc:28
Chi2::solution
TMatrixD solution
Definition:
Chi2.h:31
Chi2::Chi2
Chi2(TMatrixD &, TMatrixD &, TMatrixD &)
Definition:
Chi2.cc:3
Chi2::myChi2
double myChi2
Definition:
Chi2.h:26
Chi2::getCovariance
TMatrixD & getCovariance()
Definition:
Chi2.cc:26
Chi2::getSolution
TMatrixD & getSolution()
Definition:
Chi2.cc:27
Chi2::leftMatrix
TMatrixD leftMatrix
Definition:
Chi2.h:29
Chi2::~Chi2
~Chi2()
Definition:
Chi2.cc:24
Chi2::dof
int dof
Definition:
Chi2.h:27
Chi2
Definition:
Chi2.h:15
Chi2::getDOF
int getDOF()
Definition:
Chi2.cc:29
Generated for CMSSW Reference Manual by
1.8.14