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