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
VertexSmoothedChiSquaredEstimator::VertexSmoothedChiSquaredEstimator
VertexSmoothedChiSquaredEstimator()
Definition: VertexSmoothedChiSquaredEstimator.h:19
CachingVertex
Definition: CachingVertex.h:22
ReferenceCountingPointer
Definition: ReferenceCounted.h:60
CachingVertex.h
VertexSmoothedChiSquaredEstimator::clone
virtual VertexSmoothedChiSquaredEstimator< N > * clone() const =0
VertexSmoothedChiSquaredEstimator::BDpair
std::pair< bool, double > BDpair
Definition: VertexSmoothedChiSquaredEstimator.h:17
VertexSmoothedChiSquaredEstimator::RefCountedVertexTrack
CachingVertex< N >::RefCountedVertexTrack RefCountedVertexTrack
Definition: VertexSmoothedChiSquaredEstimator.h:16
VertexSmoothedChiSquaredEstimator
Definition: VertexSmoothedChiSquaredEstimator.h:14
VertexSmoothedChiSquaredEstimator::~VertexSmoothedChiSquaredEstimator
virtual ~VertexSmoothedChiSquaredEstimator()
Definition: VertexSmoothedChiSquaredEstimator.h:20
VertexSmoothedChiSquaredEstimator::estimate
virtual BDpair estimate(const CachingVertex< N > &) const =0