Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

ITrackProjector Class Reference

#include <ITrackProjector.h>

Inheritance diagram for ITrackProjector:

TrackProjector List of all members.

Public Member Functions

virtual double project (const State &state, const Measurement &meas) const =0
virtual Nodenode () const =0
 Retrieve a node with the results of the (last) projection.
virtual double chi2 () const =0
 Retrieve the chi squared of the (last) projection.
virtual double residual () const =0
 Retrieve the residual of the (last) projection.
virtual double errResidual () const =0
 Retrieve the error on the residual of the (last) projection.

Static Public Member Functions

static const InterfaceID & interfaceID ()

Detailed Description

Interface for tracking projector tools

Author:
Jose Hernando

Eduardo Rodrigues

Date:
2005-03-15

Definition at line 24 of file ITrackProjector.h.


Member Function Documentation

virtual double ITrackProjector::chi2  )  const [pure virtual]
 

Retrieve the chi squared of the (last) projection.

Implemented in TrackProjector.

virtual double ITrackProjector::errResidual  )  const [pure virtual]
 

Retrieve the error on the residual of the (last) projection.

Implemented in TrackProjector.

static const InterfaceID& ITrackProjector::interfaceID  )  [inline, static]
 

Definition at line 27 of file ITrackProjector.h.

References IID_ITrackProjector().

00027 { return IID_ITrackProjector; }

virtual Node& ITrackProjector::node  )  const [pure virtual]
 

Retrieve a node with the results of the (last) projection.

Implemented in TrackProjector.

virtual double ITrackProjector::project const State state,
const Measurement meas
const [pure virtual]
 

Project a state onto a measurement. It returns the chi squared of the projection

Implemented in TrackProjector.

virtual double ITrackProjector::residual  )  const [pure virtual]
 

Retrieve the residual of the (last) projection.

Implemented in TrackProjector.


The documentation for this class was generated from the following file:
Generated on Thu Apr 7 22:43:29 2005 for New Track Event Model by doxygen 1.4.1