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
RecoVertex
KalmanVertexFit
interface
KalmanSmoothedVertexChi2Estimator.h
Go to the documentation of this file.
1
#ifndef KalmanSmoothedVertexChi2Estimator_H
2
#define KalmanSmoothedVertexChi2Estimator_H
3
4
#include "
RecoVertex/VertexPrimitives/interface/VertexSmoothedChiSquaredEstimator.h
"
5
#include "
RecoVertex/VertexPrimitives/interface/CachingVertex.h
"
6
#include "
RecoVertex/KalmanVertexFit/interface/KVFHelper.h
"
7
13
template
<
unsigned
int
N>
14
class
KalmanSmoothedVertexChi2Estimator
:
public
VertexSmoothedChiSquaredEstimator
<N> {
15
public
:
16
typedef
typename
std::pair<bool, double>
BDpair
;
17
18
~KalmanSmoothedVertexChi2Estimator
()
override
{}
19
25
BDpair
estimate
(
const
CachingVertex<N>
&
vertex
)
const override
;
26
27
KalmanSmoothedVertexChi2Estimator
*
clone
()
const override
{
return
new
KalmanSmoothedVertexChi2Estimator
(*
this
); }
28
29
private
:
30
KVFHelper<N>
helper
;
31
};
32
33
#endif
KalmanSmoothedVertexChi2Estimator::~KalmanSmoothedVertexChi2Estimator
~KalmanSmoothedVertexChi2Estimator() override
Definition:
KalmanSmoothedVertexChi2Estimator.h:18
CachingVertex
Definition:
CachingVertex.h:22
VertexSmoothedChiSquaredEstimator.h
CachingVertex.h
KalmanSmoothedVertexChi2Estimator::helper
KVFHelper< N > helper
Definition:
KalmanSmoothedVertexChi2Estimator.h:30
KVFHelper
Definition:
KVFHelper.h:11
KalmanSmoothedVertexChi2Estimator
Definition:
KalmanSmoothedVertexChi2Estimator.h:14
VertexSmoothedChiSquaredEstimator
Definition:
VertexSmoothedChiSquaredEstimator.h:14
bphysicsOniaDQM_cfi.vertex
vertex
Definition:
bphysicsOniaDQM_cfi.py:7
KVFHelper.h
KalmanSmoothedVertexChi2Estimator::BDpair
std::pair< bool, double > BDpair
Definition:
KalmanSmoothedVertexChi2Estimator.h:16
KalmanSmoothedVertexChi2Estimator::clone
KalmanSmoothedVertexChi2Estimator * clone() const override
Definition:
KalmanSmoothedVertexChi2Estimator.h:27
KalmanSmoothedVertexChi2Estimator::estimate
BDpair estimate(const CachingVertex< N > &vertex) const override
Definition:
KalmanSmoothedVertexChi2Estimator.cc:5
Generated for CMSSW Reference Manual by
1.8.16