Uses of Enum Class
org.jlab.rec.cvt.fit.HelicalTrackFitter.FitStatus
Packages that use HelicalTrackFitter.FitStatus
- 
Uses of HelicalTrackFitter.FitStatus in org.jlab.rec.cvt.fitMethods in org.jlab.rec.cvt.fit that return HelicalTrackFitter.FitStatusModifier and TypeMethodDescriptionHelicalTrackFitter.fit(List<Double> X, List<Double> Y, List<Double> Z, List<Double> Rho, List<Double> errRt, List<Double> errRho, List<Double> ErrZ, double xb, double yb) static HelicalTrackFitter.FitStatusReturns the enum constant of this class with the specified name.static HelicalTrackFitter.FitStatus[]HelicalTrackFitter.FitStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.