CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
16 public:
17 
18  typedef typename std::pair<bool, double> BDpair;
19 
21 
27  BDpair estimate(const CachingVertex<N> & vertex) const;
28 
30  {
31  return new KalmanSmoothedVertexChi2Estimator(* this);
32  }
33 
34 private:
35 
37 };
38 
39 #endif
BDpair estimate(const CachingVertex< N > &vertex) const
KalmanSmoothedVertexChi2Estimator * clone() const