7 #ifndef TF_TIMINGFITALG_H 8 #define TF_TIMINGFITALG_H 14 namespace rb{
class Track;}
21 Pt(
double _L,
double _t,
double _e) :
L(_L),
t(_t), err(_e) {}
Represent one distance/time pair on a track.
Store results of TimingFitAlg.
Algorithm to determine the direction of tracks using timing.
A rb::Prong with full reconstructed trajectory.
static constexpr double L
Perform a "2 point" Hough transform on a collection of hits.
Pt(double _L, double _t, double _e)