LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
KHitWireX.h File Reference

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

Go to the source code of this file.

Classes

class  trkf::KHitWireX
 

Namespaces

 detinfo
 General LArSoft Utilities.
 
 trkf
 

Detailed Description

Kalman filter wire-time measurement on a SurfWireX surface.

Author
H. Greenlee

This class is a type of one-dimensional Kalman filter measurement reprsenting a single wire-time hit on a surface parallel to the x-axis (approprite for nonmagnetic LAr tpc).

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 KHitWireX.h.