Classes | Namespaces
KHitTrack.h File Reference

Basic Kalman filter track class, plus one measurement on same surface. More...

#include <memory>
#include "lardata/RecoObjects/KFitTrack.h"
#include "lardata/RecoObjects/KHitBase.h"

Go to the source code of this file.

Classes

class  trkf::KHitTrack
 

Namespaces

 trkf
 

Detailed Description

Basic Kalman filter track class, plus one measurement on same surface.

Author
H. Greenlee

This class inherits the following attributes from KFitTrack.

  1. Surface.
  2. Track state vector.
  3. Track direction parameter.
  4. Track error matrix.
  5. Propagation distance.
  6. Fit chisquare.
  7. Fit status.

This class adds the following attributes of its own.

  1. A single measurement.

Definition in file KHitTrack.h.