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
GsfTrackReco
src
GsfComponent5D.cc
Go to the documentation of this file.
1
#include "
DataFormats/GsfTrackReco/interface/GsfComponent5D.h
"
2
3
using namespace
reco
;
4
5
GsfComponent5D::GsfComponent5D
(
const
double
&
weight
,
const
ParameterVector
&
parameters
,
const
CovarianceMatrix
&
matrix
)
6
: weight_(
weight
), parameters_(
parameters
) {
7
float
*
data
(
covariance_
);
8
typedef
unsigned
int
index
;
9
for
(
index
i
= 0;
i
<
dimension
; ++
i
)
10
for
(
index
j
= 0;
j
<=
i
; ++
j
)
11
*(
data
++) =
matrix
(
i
,
j
);
12
}
13
14
GsfComponent5D::CovarianceMatrix
&
GsfComponent5D::covariance
(
CovarianceMatrix
&
matrix
)
const
{
15
const
float
*
data
(
covariance_
);
16
typedef
unsigned
int
index
;
17
for
(
index
i
= 0;
i
<
dimension
; ++
i
)
18
for
(
index
j
= 0;
j
<=
i
; ++
j
)
19
matrix
(
i
,
j
) = *(
data
++);
20
return
matrix
;
21
}
BeamSpotPI::parameters
parameters
Definition:
BeamSpotPayloadInspectorHelper.h:29
mps_fire.i
i
Definition:
mps_fire.py:428
makeMuonMisalignmentScenario.matrix
list matrix
Definition:
makeMuonMisalignmentScenario.py:141
reco::GsfComponent5D::dimension
Definition:
GsfComponent5D.h:11
CovarianceMatrix
Definition:
CovarianceMatrix.h:27
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
reco::GsfComponent5D::ParameterVector
math::Vector< dimension >::type ParameterVector
Definition:
GsfComponent5D.h:12
reco::GsfComponent5D::covariance
CovarianceMatrix & covariance(CovarianceMatrix &matrix) const
Definition:
GsfComponent5D.cc:14
reco::GsfComponent5D::CovarianceMatrix
math::Error< dimension >::type CovarianceMatrix
Definition:
GsfComponent5D.h:13
reco::GsfComponent5D::GsfComponent5D
GsfComponent5D()
Definition:
GsfComponent5D.h:14
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:79
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:46
reco::GsfComponent5D::covariance_
float covariance_[dimension *(dimension+1)/2]
Definition:
GsfComponent5D.h:23
dqmiolumiharvest.j
j
Definition:
dqmiolumiharvest.py:66
weight
Definition:
weight.py:1
GsfComponent5D.h
Generated for CMSSW Reference Manual by
1.8.16