CMS 3D CMS Logo

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

#include <TrajectorySmoother.h>

Inheritance diagram for TrajectorySmoother:
CosmicMuonSmoother GsfTrajectorySmoother KFTrajectorySmoother

Public Types

typedef std::vector< TrajectoryTrajectoryContainer
 
typedef
TrajectoryContainer::iterator 
TrajectoryIterator
 

Public Member Functions

virtual TrajectorySmootherclone () const =0
 
virtual TrajectoryContainer trajectories (const Trajectory &) const =0
 
virtual ~TrajectorySmoother ()
 

Detailed Description

Interface class for trajectory smoothers, i.e. objects improving a Trajectory built elsewhere.

Definition at line 11 of file TrajectorySmoother.h.

Member Typedef Documentation

Definition at line 14 of file TrajectorySmoother.h.

typedef TrajectoryContainer::iterator TrajectorySmoother::TrajectoryIterator

Definition at line 15 of file TrajectorySmoother.h.

Constructor & Destructor Documentation

virtual TrajectorySmoother::~TrajectorySmoother ( )
inlinevirtual

Definition at line 17 of file TrajectorySmoother.h.

17 {}

Member Function Documentation

virtual TrajectorySmoother* TrajectorySmoother::clone ( ) const
pure virtual
virtual TrajectoryContainer TrajectorySmoother::trajectories ( const Trajectory ) const
pure virtual