Package org.jlab.rec.cvt.fit
Class CircleFitPars
java.lang.Object
org.jlab.rec.cvt.fit.CircleFitPars
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. These hits are
 represented as 3-dimensional points, that map to to 2-D points in the XY
 plane in the detector's Global coordinate system.
- 
Constructor SummaryConstructorsConstructorDescriptionCircleFitPars(double xr, double yr, double rho, double phir, double docar, double chi2, double[] covmat) 
- 
Method SummaryModifier and TypeMethodDescriptiondoublechisq()Returns the chi^2 of the fitdouble[]cov()Returns the covariance matrix of the fitdoubledoca()Returns the doca to the reference pointdoublephi()Returns the phi at the reference pointdoublerho()Returns the radius of curvaturedoublexref()Returns the x coordinate of the reference pointdoubleyref()Returns the y coordinate of the reference point
- 
Constructor Details- 
CircleFitParspublic CircleFitPars(double xr, double yr, double rho, double phir, double docar, double chi2, double[] covmat) 
 
- 
- 
Method Details- 
xrefpublic double xref()Returns the x coordinate of the reference point- Returns:
 
- 
yrefpublic double yref()Returns the y coordinate of the reference point- Returns:
 
- 
rhopublic double rho()Returns the radius of curvature- Returns:
 
- 
phipublic double phi()Returns the phi at the reference point- Returns:
 
- 
docapublic double doca()Returns the doca to the reference point- Returns:
 
- 
chisqpublic double chisq()Returns the chi^2 of the fit- Returns:
 
- 
covpublic double[] cov()Returns the covariance matrix of the fit- Returns:
 
 
-