hep.aida.dev
Interface IDevFitResult
-
- All Superinterfaces:
- IFitResult
- All Known Implementing Classes:
- FitResult
public interface IDevFitResult extends IFitResult
Represents the result of the fit. Holds internal copies of fit parameter settings (set in IFitter) and the fitted function (clone of original function). The value of the parameters of the fitted function are obtained from the fitting.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidsetConstraints(java.lang.String[] cv)voidsetCovMatrixElement(int i, int j, double val)voidsetDataDescription(java.lang.String descr)voidsetEngineName(java.lang.String name)voidsetFitMethodName(java.lang.String name)voidsetFitParameterSettings(java.lang.String name, IFitParameterSettings s)Set a dynamically allocated object (created with new).voidsetFitStatus(int status)voidsetFittedFunction(IFunction f)Set dynamically allocated function object (new).voidsetIsValid(boolean yes)voidsetNdf(int ndf)voidsetQuality(double quality)-
Methods inherited from interface hep.aida.IFitResult
constraints, covMatrixElement, dataDescription, engineName, errors, errorsMinus, errorsPlus, fitMethodName, fitParameterSettings, fitStatus, fittedFunction, fittedParameter, fittedParameterNames, fittedParameters, isValid, ndf, quality
-
-
-
-
Method Detail
-
setIsValid
void setIsValid(boolean yes)
-
setFitStatus
void setFitStatus(int status)
-
setFittedFunction
void setFittedFunction(IFunction f)
Set dynamically allocated function object (new). IDevFitResult object takes ownership and should properly delete it. As a caller of this method you should not manually delete f after you set it here.
-
setQuality
void setQuality(double quality)
-
setNdf
void setNdf(int ndf)
-
setCovMatrixElement
void setCovMatrixElement(int i, int j, double val)
-
setFitMethodName
void setFitMethodName(java.lang.String name)
-
setEngineName
void setEngineName(java.lang.String name)
-
setDataDescription
void setDataDescription(java.lang.String descr)
-
setConstraints
void setConstraints(java.lang.String[] cv)
-
setFitParameterSettings
void setFitParameterSettings(java.lang.String name, IFitParameterSettings s)Set a dynamically allocated object (created with new). This class takes ownership and should properly delete it. As a caller of this method you should not manually delete 's' object after you set it here.
-
-
DMelt 3.0 © DataMelt by jWork.ORG