Uses of Enum Class
org.jlab.rec.cvt.fit.CosmicFitter.FitStatus
Packages that use CosmicFitter.FitStatus
- 
Uses of CosmicFitter.FitStatus in org.jlab.rec.cvt.fitMethods in org.jlab.rec.cvt.fit that return CosmicFitter.FitStatusModifier and TypeMethodDescriptionCosmicFitter.fit(List<Double> X, List<Double> Y, List<Double> Z, List<Double> Y_prime, List<Double> errRt, List<Double> errY_prime, List<Double> errZ) Does fit to 2 sets of inputs : circle fit to array X[i] Y[i] and line fit to array Y_prime[j] Z[j]CosmicFitter.fit2(List<Double> X, List<Double> Y, List<Double> Z, List<Double> Rho, List<Double> errRt, List<Double> errRho, List<Double> ErrZ) static CosmicFitter.FitStatusReturns the enum constant of this class with the specified name.static CosmicFitter.FitStatus[]CosmicFitter.FitStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.