Class LineFitPars
java.lang.Object
org.jlab.rec.dc.track.fit.basefit.LineFitPars
The fit parameters of a line fit returned by LineFitter
- 
Constructor SummaryConstructorsConstructorDescriptionLineFitPars(double slope, double interc, double slopeErr, double intercErr, double SlIntCov, double chi2, double[] pointchi2, int ndf) 
- 
Method Summary
- 
Constructor Details- 
LineFitParspublic LineFitPars(double slope, double interc, double slopeErr, double intercErr, double SlIntCov, double chi2, double[] pointchi2, int ndf) 
 
- 
- 
Method Details- 
slopepublic double slope()
- 
slopeErrpublic double slopeErr()
- 
interceptpublic double intercept()
- 
interceptErrpublic double interceptErr()
- 
SlopeIntercCovpublic double SlopeIntercCov()
- 
chisqpublic double chisq()
- 
NDFpublic int NDF()
- 
get_pointchi2public double[] get_pointchi2()
- 
getProbpublic double getProb()
 
-