Documentation of 'hep.aida.ref.fitter.fitmethod.AbstractFitMethod' Java class
AbstractFitMethod
hep.aida.ref.fitter.fitmethod

Class AbstractFitMethod

    • Constructor Detail

      • AbstractFitMethod

        public AbstractFitMethod(int fitType,
                                 java.lang.String[] fitMethodNames)
    • Method Detail

      • fitType

        public int fitType()
        Description copied from interface: IFitMethod
        Return the fit type: BINNED_FIT if it is a binned fit, UNBINNED_FIT if unbinned.
        Specified by:
        fitType in interface IFitMethod
      • fitMethodNames

        public java.lang.String[] fitMethodNames()
        Description copied from interface: IFitMethod
        Get the names for this fit method. The first one in the array is the default. The array cannot be null. It must have at least one name.
        Specified by:
        fitMethodNames in interface IFitMethod
      • setCorrelationObject

        public void setCorrelationObject(java.lang.Object correlationObj)
        Description copied from interface: IFitMethod
        Set the correlation object among the data.
        Specified by:
        setCorrelationObject in interface IFitMethod
      • clear

        public void clear()
        Description copied from interface: IFitMethod
        Clear the fitMethod. This method is invoked before the function is evaluated.
        Specified by:
        clear in interface IFitMethod
      • correlationObject

        public java.lang.Object correlationObject()
        Description copied from interface: IFitMethod
        Get the correlation object.
        Specified by:
        correlationObject in interface IFitMethod

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.