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
BDpair estimate(const CachingVertex< N > &vertex) const override
KalmanSmoothedVertexChi2Estimator * clone() const override