![]() |
![]() |
#include <RecoVertex/VertexPrimitives/interface/VertexSmoothedChiSquaredEstimator.h>
Public Types | |
typedef CachingVertex< N > ::RefCountedVertexTrack | RefCountedVertexTrack |
Public Member Functions | |
virtual VertexSmoothedChiSquaredEstimator < N > * | clone () const =0 |
virtual float | estimate (const CachingVertex< N > &) const =0 |
VertexSmoothedChiSquaredEstimator () | |
virtual | ~VertexSmoothedChiSquaredEstimator () |
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.
typedef CachingVertex<N>::RefCountedVertexTrack VertexSmoothedChiSquaredEstimator< N >::RefCountedVertexTrack |
Definition at line 18 of file VertexSmoothedChiSquaredEstimator.h.
VertexSmoothedChiSquaredEstimator< N >::VertexSmoothedChiSquaredEstimator | ( | ) | [inline] |
virtual VertexSmoothedChiSquaredEstimator< N >::~VertexSmoothedChiSquaredEstimator | ( | ) | [inline, virtual] |
virtual VertexSmoothedChiSquaredEstimator<N>* VertexSmoothedChiSquaredEstimator< N >::clone | ( | ) | const [pure virtual] |
Implemented in KalmanSmoothedVertexChi2Estimator< N >, and KalmanSmoothedVertexChi2Estimator< 5 >.
virtual float VertexSmoothedChiSquaredEstimator< N >::estimate | ( | const CachingVertex< N > & | ) | const [pure virtual] |
Implemented in KalmanSmoothedVertexChi2Estimator< N >, and KalmanSmoothedVertexChi2Estimator< 5 >.