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
Vector.h
Go to the documentation of this file.
1
#ifndef TrackReco_Vector_h
2
#define TrackReco_Vector_h
3
#include "Rtypes.h"
4
5
#define SMATRIX_USE_CONSTEXPR
6
#include "Math/SVector.h"
7
8
namespace
math
{
9
11
template
<
unsigned
int
N>
12
struct
VectorD
{
13
typedef
ROOT::Math::SVector<double, N>
type
;
14
};
15
17
template
<
unsigned
int
N>
18
struct
VectorF
{
19
typedef
ROOT::Math::SVector<float, N>
type
;
20
};
21
23
template
<
unsigned
int
N>
24
struct
Vector
{
25
typedef
typename
VectorD<N>::type
type
;
26
};
27
}
// namespace math
28
29
#endif
math::Vector::type
VectorD< N >::type type
Definition:
Vector.h:25
math::VectorF
fixed size vector
Definition:
Vector.h:18
math::VectorF::type
ROOT::Math::SVector< float, N > type
Definition:
Vector.h:19
math::Vector
fixed size vector
Definition:
Vector.h:24
math::VectorD::type
ROOT::Math::SVector< double, N > type
Definition:
Vector.h:13
math
Definition:
choleskyInversion.h:19
math::VectorD
fixed size vector
Definition:
Vector.h:12
Generated for CMSSW Reference Manual by
1.8.16