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
RecoVertex
GhostTrackFitter
interface
KalmanGhostTrackUpdater.h
Go to the documentation of this file.
1
#ifndef RecoBTag_KalmanGhostTrackUpdater_h
2
#define RecoBTag_KalmanGhostTrackUpdater_h
3
4
#include "
RecoVertex/GhostTrackFitter/interface/GhostTrackFitter.h
"
5
6
namespace
reco
{
7
8
class
GhostTrackPrediction;
9
class
GhostTrackState;
10
11
class
KalmanGhostTrackUpdater
:
public
GhostTrackFitter::PredictionUpdater
{
12
public
:
13
~KalmanGhostTrackUpdater
()
override
{}
14
15
KalmanGhostTrackUpdater
*
clone
()
const override
{
return
new
KalmanGhostTrackUpdater
(*
this
); }
16
17
GhostTrackPrediction
update
(
const
GhostTrackPrediction
&pred,
18
const
GhostTrackState
&
state
,
19
double
&
ndof
,
20
double
&
chi2
)
const override
;
21
22
void
contribution
(
const
GhostTrackPrediction
&pred,
23
const
GhostTrackState
&
state
,
24
double
&
ndof
,
25
double
&
chi2
,
26
bool
withPredError =
false
)
const override
;
27
};
28
29
}
// namespace reco
30
31
#endif // RecoBTag_KalmanGhostTrackUpdater_h
reco::GhostTrackPrediction
Definition:
GhostTrackPrediction.h:21
reco::KalmanGhostTrackUpdater::update
GhostTrackPrediction update(const GhostTrackPrediction &pred, const GhostTrackState &state, double &ndof, double &chi2) const override
Definition:
KalmanGhostTrackUpdater.cc:84
hltPixelTracks_cff.chi2
chi2
Definition:
hltPixelTracks_cff.py:25
reco::KalmanGhostTrackUpdater::contribution
void contribution(const GhostTrackPrediction &pred, const GhostTrackState &state, double &ndof, double &chi2, bool withPredError=false) const override
Definition:
KalmanGhostTrackUpdater.cc:124
reco::GhostTrackFitter::PredictionUpdater
Definition:
GhostTrackFitter.h:42
reco::KalmanGhostTrackUpdater::~KalmanGhostTrackUpdater
~KalmanGhostTrackUpdater() override
Definition:
KalmanGhostTrackUpdater.h:13
RunInfoPI::state
state
Definition:
RunInfoPayloadInspectoHelper.h:21
reco::KalmanGhostTrackUpdater::clone
KalmanGhostTrackUpdater * clone() const override
Definition:
KalmanGhostTrackUpdater.h:15
ndof
Definition:
HIMultiTrackSelector.h:49
GhostTrackFitter.h
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::GhostTrackState
Definition:
GhostTrackState.h:21
reco::KalmanGhostTrackUpdater
Definition:
KalmanGhostTrackUpdater.h:11
Generated for CMSSW Reference Manual by
1.8.14