CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
KalmanVertexSmoother Class Reference

#include <KalmanVertexSmoother.h>

Inheritance diagram for KalmanVertexSmoother:
SequentialVertexSmoother< 5 > VertexSmoother< N >

Public Member Functions

 KalmanVertexSmoother ()
 
- Public Member Functions inherited from SequentialVertexSmoother< 5 >
virtual
SequentialVertexSmoother< N > * 
clone () const
 
 SequentialVertexSmoother (const VertexTrackUpdator< N > &vtu, const VertexSmoothedChiSquaredEstimator< N > &vse, const TrackToTrackCovCalculator< N > &covCalc)
 
 SequentialVertexSmoother (const SequentialVertexSmoother< N > &smoother)
 
virtual CachingVertex< Nsmooth (const CachingVertex< N > &vertex) const
 
const
TrackToTrackCovCalculator< N > * 
trackToTrackCovCalculator () const
 
const
VertexSmoothedChiSquaredEstimator
< N > * 
vertexSmoothedChiSquaredEstimator () const
 
const VertexTrackUpdator< N > * vertexTrackUpdator () const
 
virtual ~SequentialVertexSmoother ()
 
- Public Member Functions inherited from VertexSmoother< N >
 VertexSmoother ()
 
virtual ~VertexSmoother ()
 

Additional Inherited Members

- Public Types inherited from SequentialVertexSmoother< 5 >
typedef
ReferenceCountingPointer
< LinearizedTrackState< N > > 
RefCountedLinearizedTrackState
 
typedef
ReferenceCountingPointer
< RefittedTrackState< N > > 
RefCountedRefittedTrackState
 
typedef
ReferenceCountingPointer
< VertexTrack< N > > 
RefCountedVertexTrack
 

Detailed Description

Definition at line 6 of file KalmanVertexSmoother.h.

Constructor & Destructor Documentation

KalmanVertexSmoother::KalmanVertexSmoother ( )