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
TrackingTools
KalmanUpdators
interface
KFUpdator.h
Go to the documentation of this file.
1
#ifndef _TRACKER_KFUPDATOR_H_
2
#define _TRACKER_KFUPDATOR_H_
3
30
#include "
TrackingTools/PatternTools/interface/TrajectoryStateUpdator.h
"
31
32
class
KFUpdator
final :
public
TrajectoryStateUpdator
{
33
public
:
34
// methods of Updator
35
36
KFUpdator
() {}
37
38
TrajectoryStateOnSurface
update
(
const
TrajectoryStateOnSurface
&,
const
TrackingRecHit
&)
const override
;
39
40
KFUpdator
*
clone
()
const override
{
return
new
KFUpdator
(*
this
); }
41
};
42
43
#endif
KFUpdator
Definition:
KFUpdator.h:32
TrackingRecHit
Definition:
TrackingRecHit.h:21
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
KFUpdator::clone
KFUpdator * clone() const override
Definition:
KFUpdator.h:40
KFUpdator::update
TrajectoryStateOnSurface update(const TrajectoryStateOnSurface &, const TrackingRecHit &) const override
Definition:
KFUpdator.cc:177
TrajectoryStateUpdator
Definition:
TrajectoryStateUpdator.h:14
TrajectoryStateUpdator.h
KFUpdator::KFUpdator
KFUpdator()
Definition:
KFUpdator.h:36
Generated for CMSSW Reference Manual by
1.8.14