Package org.jlab.rec.cvt.fit


package org.jlab.rec.cvt.fit
  • Class
    Description
    Returns the calculated center and radius of a circle from three points.
    A simple algorithm to calculate the center and radius of a circle that passes through three points
    Returns the parameters of a fit with a circle to hits in the the CLAS12 where the solenoid field bends the particle path into a helix.
    Circle fit using the Karimaki algorithm.
    The fit parameters of a line fit returned by HelicalTrackFitter
    A fitter which does sequential fit (for x, y coordinates) and then (for r, z coordinates) to a line using LineFitter.
    Status of the HelicalTrackFit
    The fit parameters of a line fit returned by HelicalTrackFitter
    A fitter which does sequential fit (for r, phi coordinates) to a circle using CircleFitter and then (for r, z coordinates) to a line using LineFitter.
    Status of the HelicalTrackFit
    The fit parameters of a line fit returned by LineFitter
    A least square fitting method For a linear fit,f(a,b)=a+bx taking y errors into account
    A fitter which does sequential fit (for r, phi coordinates) to a circle using CircleFitter and then (for r, z coordinates) to a line using LineFitter.
    Status of the HelicalTrackFit