CMS 3D CMS Logo

VertexSmoothedChiSquaredEstimator.h
Go to the documentation of this file.
1 #ifndef VertexSmoothedChiSquaredEstimator_H
2 #define VertexSmoothedChiSquaredEstimator_H
3 
5 
13 template <unsigned int N>
15 public:
17  typedef typename std::pair<bool, double> BDpair;
18 
21 
22  virtual BDpair estimate(const CachingVertex<N> &) const = 0;
23 
24  virtual VertexSmoothedChiSquaredEstimator<N> *clone() const = 0;
25 };
26 
27 #endif
virtual BDpair estimate(const CachingVertex< N > &) const =0
virtual VertexSmoothedChiSquaredEstimator< N > * clone() const =0
CachingVertex< N >::RefCountedVertexTrack RefCountedVertexTrack