You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fit is performed on the rotate-and-projected spectrum in KTLinearDensityFit, and a parameter fIsValid is set to record whether the fit converged successfully. This boolean is determined by:
TFitResultPtr::IsValid()
but it doesn't always accurately describe the success of the fit. Sometimes fits with STATUS=FAILED or similar obviously bad results still return true, and contaminate what we expect are good fits with nonsense. Perhaps a different method of validating the fit should be used.
The text was updated successfully, but these errors were encountered:
A fit is performed on the rotate-and-projected spectrum in KTLinearDensityFit, and a parameter fIsValid is set to record whether the fit converged successfully. This boolean is determined by:
TFitResultPtr::IsValid()
but it doesn't always accurately describe the success of the fit. Sometimes fits with
STATUS=FAILED
or similar obviously bad results still returntrue
, and contaminate what we expect are good fits with nonsense. Perhaps a different method of validating the fit should be used.The text was updated successfully, but these errors were encountered: