ROOT » MATH » MATHCORE » ROOT::Fit::DataOptions

class ROOT::Fit::DataOptions


   DataOptions : simple structure holding the options on how the data are filled

   @ingroup FitData

Function Members (Methods)

Data Members

public:
boolfAsymErrorsuse asymmetric errors in the value when available, selecting them according to the on sign of residual (default is true)
boolfBinVolumenormalize data by the bin volume (it is used in the Poisson likelihood fits)
boolfCoordErrorsuse errors on the x coordinates when available (default is true)
boolfErrors1use all errors equal to 1, i.e. fit without errors (default is false)
boolfExpErrorsuse expected errors from the function and not from the data
boolfIntegraluse integral of bin content instead of bin center (default is false)
boolfNormBinVolumenormalize data by a normalized the bin volume ( bin volume divided by a reference value)
boolfUseEmptyuse empty bins (default is false) with a fixed error of 1
boolfUseRangeuse the function range when creating the fit data (default is false)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

DataOptions()
      Default constructor: use the default options

{}