Classes | Namespaces
KFitTrack.h File Reference

Basic Kalman filter track class, with fit information. More...

#include "lardata/RecoObjects/KETrack.h"

Go to the source code of this file.

Classes

class  trkf::KFitTrack
 

Namespaces

 trkf
 

Detailed Description

Basic Kalman filter track class, with fit information.

Author
H. Greenlee

This class inherits the following attributes from KETrack.

  1. Surface.
  2. Track state vector.
  3. Track direction parameter.
  4. Track error matrix.

This class adds the following attributes of its own.

  1. Propagation distance.
  2. Fit chisquare.
  3. Fit status.

The fit status attribute is specified using enum FitStatus. The meanings of the FitStatus enum are given below. In general, any track that is intended to be used for physics analysis should have status OPTIMAL.

Definition in file KFitTrack.h.