CMS 3D CMS Logo

Public Types | Public Member Functions

VertexSmoothedChiSquaredEstimator< N > Class Template Reference

#include <VertexSmoothedChiSquaredEstimator.h>

Inheritance diagram for VertexSmoothedChiSquaredEstimator< N >:
KalmanSmoothedVertexChi2Estimator< N >

List of all members.

Public Types

typedef std::pair< bool, double > BDpair
typedef CachingVertex< N >
::RefCountedVertexTrack 
RefCountedVertexTrack

Public Member Functions

virtual
VertexSmoothedChiSquaredEstimator
< N > * 
clone () const =0
virtual BDpair estimate (const CachingVertex< N > &) const =0
 VertexSmoothedChiSquaredEstimator ()
virtual ~VertexSmoothedChiSquaredEstimator ()

Detailed Description

template<unsigned int N>
class VertexSmoothedChiSquaredEstimator< N >

Pure abstract base class for algorithms computing a better estimation of vertex chi-squared after vertex fitting. For the KalmanVertexFit both fitted and smoothed vertices are needed, hence the 2 vertices passed as argument in the method...

Definition at line 14 of file VertexSmoothedChiSquaredEstimator.h.


Member Typedef Documentation

template<unsigned int N>
typedef std::pair<bool, double> VertexSmoothedChiSquaredEstimator< N >::BDpair

Definition at line 18 of file VertexSmoothedChiSquaredEstimator.h.


Constructor & Destructor Documentation

template<unsigned int N>
VertexSmoothedChiSquaredEstimator< N >::VertexSmoothedChiSquaredEstimator ( ) [inline]

Definition at line 21 of file VertexSmoothedChiSquaredEstimator.h.

{}
template<unsigned int N>
virtual VertexSmoothedChiSquaredEstimator< N >::~VertexSmoothedChiSquaredEstimator ( ) [inline, virtual]

Definition at line 22 of file VertexSmoothedChiSquaredEstimator.h.

{}

Member Function Documentation

template<unsigned int N>
virtual VertexSmoothedChiSquaredEstimator<N>* VertexSmoothedChiSquaredEstimator< N >::clone ( ) const [pure virtual]
template<unsigned int N>
virtual BDpair VertexSmoothedChiSquaredEstimator< N >::estimate ( const CachingVertex< N > &  ) const [pure virtual]