Classes | Namespaces
KHitWireLine.h File Reference

Kalman filter wire-time measurement on a SurfWireLine surface. More...

#include "canvas/Persistency/Common/Ptr.h"
#include "lardata/RecoObjects/KHit.h"
#include "lardataobj/RecoBase/Hit.h"

Go to the source code of this file.

Classes

class  trkf::KHitWireLine
 

Namespaces

 detinfo
 General LArSoft Utilities.
 
 trkf
 

Detailed Description

Kalman filter wire-time measurement on a SurfWireLine surface.

Author
H. Greenlee

This class is a type of one-dimensional Kalman filter measurement reprsenting a single wire-time hit on a line surface parallel to the a readout wire corresponding to a specified hit or drift time.

This class derives from base class KHit<1>, which is the general one-dimensional measurement base class. This class has a constructor from an art::Ptr<recob::Hit>, which pointer is retained as a data product. This class overrides virtual base class method subpredict.

Definition in file KHitWireLine.h.