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
Alignment
ReferenceTrajectories
src
BeamSpotTransientTrackingRecHit.cc
Go to the documentation of this file.
1
9
#include "
Alignment/ReferenceTrajectories/interface/BeamSpotTransientTrackingRecHit.h
"
10
11
AlgebraicVector
BeamSpotTransientTrackingRecHit::parameters
()
const
{
12
AlgebraicVector
result
(1);
13
result
[0] =
localPosition
().
x
();
14
return
result
;
15
}
16
17
AlgebraicSymMatrix
BeamSpotTransientTrackingRecHit::parametersError
()
const
{
18
LocalError
le =
localPositionError
();
19
AlgebraicSymMatrix
m
(1);
20
m
[0][0] = le.
xx
();
21
return
m
;
22
}
23
24
static
AlgebraicMatrix
initialize
() {
25
AlgebraicMatrix
ret
(1, 5, 0);
26
ret
[0][3] = 1;
27
return
ret
;
28
}
29
30
const
AlgebraicMatrix
BeamSpotTransientTrackingRecHit::theProjectionMatrix
=
initialize
();
runTheMatrix.ret
ret
prodAgent to be discontinued
Definition:
runTheMatrix.py:355
PV3DBase::x
T x() const
Definition:
PV3DBase.h:59
BeamSpotTransientTrackingRecHit::localPositionError
LocalError localPositionError() const override
Definition:
BeamSpotTransientTrackingRecHit.h:43
BeamSpotTransientTrackingRecHit.h
BeamSpotTransientTrackingRecHit::parameters
AlgebraicVector parameters() const override
Definition:
BeamSpotTransientTrackingRecHit.cc:11
AlgebraicVector
CLHEP::HepVector AlgebraicVector
Definition:
AlgebraicObjects.h:13
LocalError::xx
float xx() const
Definition:
LocalError.h:22
visualization-live-secondInstance_cfg.m
m
Definition:
visualization-live-secondInstance_cfg.py:72
LocalError
Definition:
LocalError.h:12
AlgebraicSymMatrix
CLHEP::HepSymMatrix AlgebraicSymMatrix
Definition:
AlgebraicObjects.h:15
BeamSpotTransientTrackingRecHit::theProjectionMatrix
static const AlgebraicMatrix theProjectionMatrix
Definition:
BeamSpotTransientTrackingRecHit.h:69
BeamSpotTransientTrackingRecHit::localPosition
LocalPoint localPosition() const override
Definition:
BeamSpotTransientTrackingRecHit.h:42
AlgebraicMatrix
CLHEP::HepMatrix AlgebraicMatrix
Definition:
AlgebraicObjects.h:14
mps_fire.result
result
Definition:
mps_fire.py:303
initialize
static AlgebraicMatrix initialize()
Definition:
BeamSpotTransientTrackingRecHit.cc:24
BeamSpotTransientTrackingRecHit::parametersError
AlgebraicSymMatrix parametersError() const override
Definition:
BeamSpotTransientTrackingRecHit.cc:17
Generated for CMSSW Reference Manual by
1.8.16