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
TrackingTools
TransientTrackingRecHit
interface
HelpertRecHit2DLocalPos.h
Go to the documentation of this file.
1
#ifndef HelpertRecHit2DLocalPos_H
2
#define HelpertRecHit2DLocalPos_H
3
4
// TO BE FIXED: the name of this class should be changed in something more generic
5
// since it is now used also for 1D Hits
6
7
#include "
DataFormats/CLHEP/interface/AlgebraicObjects.h
"
8
#include "
DataFormats/TrackingRecHit/interface/TrackingRecHit.h
"
9
#include "
DataFormats/TrackerRecHit2D/interface/SiStripRecHit1D.h
"
10
#include "
DataFormats/TrackingRecHit/interface/KfComponentsHolder.h
"
11
12
// make it dummy, alignment error added in BaseTrackerRecHit
13
14
class
HelpertRecHit2DLocalPos
//: public TValidTrackingRecHit
15
{
16
public
:
17
static
AlgebraicSymMatrix
parError
(
const
LocalError
& le,
const
GeomDet
& det) {
18
AlgebraicSymMatrix
m
(2);
19
m
[0][0] = le.
xx
();
20
m
[0][1] = le.
xy
();
21
m
[1][1] = le.
yy
();
22
return
m
;
23
}
24
27
static
void
getKfComponents
(
KfComponentsHolder
& holder,
const
TrackingRecHit
& hit2dLocalPos,
const
GeomDet
& det) {
28
hit2dLocalPos.
getKfComponents
(holder);
29
}
30
32
static
void
getKfComponents
(
KfComponentsHolder
& holder,
const
SiStripRecHit1D
& hit1D,
const
GeomDet
& det) {
33
hit1D.
getKfComponents
(holder);
34
}
35
};
36
37
#endif
KfComponentsHolder.h
GeomDet
Definition:
GeomDet.h:27
AlgebraicObjects.h
LocalError::xy
float xy() const
Definition:
LocalError.h:23
HelpertRecHit2DLocalPos::parError
static AlgebraicSymMatrix parError(const LocalError &le, const GeomDet &det)
Definition:
HelpertRecHit2DLocalPos.h:17
HelpertRecHit2DLocalPos::getKfComponents
static void getKfComponents(KfComponentsHolder &holder, const SiStripRecHit1D &hit1D, const GeomDet &det)
Fills in KFComponents delegating to hit1D, plus adding APE if available.
Definition:
HelpertRecHit2DLocalPos.h:32
TrackingRecHit.h
LocalError::xx
float xx() const
Definition:
LocalError.h:22
visualization-live-secondInstance_cfg.m
m
Definition:
visualization-live-secondInstance_cfg.py:72
SiStripRecHit1D::getKfComponents
void getKfComponents(KfComponentsHolder &holder) const override
Definition:
SiStripRecHit1D.h:27
HelpertRecHit2DLocalPos
Definition:
HelpertRecHit2DLocalPos.h:14
LocalError
Definition:
LocalError.h:12
AlgebraicSymMatrix
CLHEP::HepSymMatrix AlgebraicSymMatrix
Definition:
AlgebraicObjects.h:15
HelpertRecHit2DLocalPos::getKfComponents
static void getKfComponents(KfComponentsHolder &holder, const TrackingRecHit &hit2dLocalPos, const GeomDet &det)
Definition:
HelpertRecHit2DLocalPos.h:27
SiStripRecHit1D
Definition:
SiStripRecHit1D.h:8
KfComponentsHolder
Definition:
KfComponentsHolder.h:13
TrackingRecHit
Definition:
TrackingRecHit.h:21
SiStripRecHit1D.h
TrackingRecHit::getKfComponents
virtual void getKfComponents(KfComponentsHolder &holder) const
Definition:
TrackingRecHit.cc:23
LocalError::yy
float yy() const
Definition:
LocalError.h:24
Generated for CMSSW Reference Manual by
1.8.16