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
DataFormats
TrackReco
src
fillCovariance.cc
Go to the documentation of this file.
1
#include "
DataFormats/TrackReco/interface/fillCovariance.h
"
2
3
namespace
reco
{
4
5
PerigeeCovarianceMatrix
&
fillCovariance
(
PerigeeCovarianceMatrix
&
v
,
const
float
*
data
) {
6
typedef
unsigned
int
index
;
7
index
idx
= 0;
8
for
(
index
i
= 0;
i
< 5; ++
i
) {
9
for
(
index
j
= 0;
j
<=
i
; ++
j
) {
10
v
(
i
,
j
) =
data
[
idx
++];
11
}
12
}
13
return
v
;
14
}
15
16
}
// namespace reco
mps_fire.i
i
Definition:
mps_fire.py:429
dqmiolumiharvest.j
j
Definition:
dqmiolumiharvest.py:66
heavyIonCSV_trainingSettings.idx
idx
Definition:
heavyIonCSV_trainingSettings.py:5
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
fillCovariance.h
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:72
reco::fillCovariance
PerigeeCovarianceMatrix & fillCovariance(PerigeeCovarianceMatrix &v, const float *data)
Definition:
fillCovariance.cc:5
reco::PerigeeCovarianceMatrix
math::Error< 5 >::type PerigeeCovarianceMatrix
Definition:
fillCovariance.h:8
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:80
Generated for CMSSW Reference Manual by
1.8.14