CMS 3D CMS Logo

KalmanSmoothedVertexChi2Estimator.h
Go to the documentation of this file.
1 #ifndef KalmanSmoothedVertexChi2Estimator_H
2 #define KalmanSmoothedVertexChi2Estimator_H
3 
7 
13 template <unsigned int N>
15 public:
16  typedef typename std::pair<bool, double> BDpair;
17 
19 
25  BDpair estimate(const CachingVertex<N>& vertex) const override;
26 
28 
29 private:
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