CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
16 public:
17 
19  typedef typename std::pair<bool, double> BDpair;
20 
23 
24  virtual BDpair estimate(const CachingVertex<N> &) const = 0;
25 
26  virtual VertexSmoothedChiSquaredEstimator<N> * clone() const = 0;
27 
28 
29 };
30 
31 #endif
virtual BDpair estimate(const CachingVertex< N > &) const =0
virtual VertexSmoothedChiSquaredEstimator< N > * clone() const =0
CachingVertex< N >::RefCountedVertexTrack RefCountedVertexTrack