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
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
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
DataFormats
Math
interface
Error.h
Go to the documentation of this file.
1
#ifndef TrackReco_Error_h
2
#define TrackReco_Error_h
3
//
4
// Symmetric matrix
5
//
6
#include "Rtypes.h"
7
8
#define SMATRIX_USE_CONSTEXPR
9
10
#include "Math/SMatrix.h"
11
#include "Math/BinaryOperators.h"
12
13
#include <vector>
14
15
namespace
math
{
16
18
template
<
unsigned
int
N>
19
struct
ErrorD
{
20
typedef
ROOT::Math::SMatrix<double, N, N, ROOT::Math::MatRepSym<double, N> >
type
;
21
};
22
24
template
<
unsigned
int
N>
25
struct
ErrorF
{
26
typedef
ROOT::Math::SMatrix<float, N, N, ROOT::Math::MatRepSym<float, N> >
type
;
27
};
28
30
template
<
unsigned
int
N>
31
struct
Error
{
32
typedef
typename
ErrorD<N>::type
type
;
33
};
34
35
}
// namespace math
36
37
#endif
math::ErrorF::type
ROOT::Math::SMatrix< float, N, N, ROOT::Math::MatRepSym< float, N > > type
Definition:
Error.h:26
math::ErrorF
fixed size error matrix with double components
Definition:
Error.h:25
math::ErrorD::type
ROOT::Math::SMatrix< double, N, N, ROOT::Math::MatRepSym< double, N > > type
Definition:
Error.h:20
math
Definition:
choleskyInversion.h:19
math::Error::type
ErrorD< N >::type type
Definition:
Error.h:32
math::ErrorD
fixed size error matrix with double components
Definition:
Error.h:19
math::Error
fixed size error matrix
Definition:
Error.h:31
Generated for CMSSW Reference Manual by
1.8.16