Classes | Namespaces
KHitsTrack.h File Reference

Basic Kalman filter track class, with measurements. More...

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

Go to the source code of this file.

Classes

class  trkf::KHitsTrack
 

Namespaces

 trkf
 

Detailed Description

Basic Kalman filter track class, with measurements.

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 collection of measurements, in the form of a vector of shared pointers to KHitBase.

Definition in file KHitsTrack.h.