7 #ifndef TRACKFIT_COSMICTRACKALG_H 8 #define TRACKFIT_COSMICTRACKALG_H 18 namespace fhicl {
class ParameterSet; }
33 std::vector<rb::Track> MakeTrack(
const rb::Cluster* slice );
36 unsigned int FitView(std::vector<double> &
x,
37 std::vector<double> &
y,
38 std::vector<double> &
w,
43 bool IsTrackDownstreamFromTiming(
const rb::Cluster* slice)
const;
51 #endif // TRACKFIT_COSMICTRACKALG_H An algorithm to perform cosmic ray track fitting.
double fDHitGood
Maximum distance from the line for a hit to be considered part of it.
A collection of associated CellHits.
An algorithm to perform cosmic ray track fitting.
Track finder for cosmic rays.
Track finder for cosmic rays.
Perform a "2 point" Hough transform on a collection of hits.