13#ifndef ROOT_Fit_DataOptions
14#define ROOT_Fit_DataOptions
TFitResultPtr Fit(FitObject *h1, TF1 *f1, Foption_t &option, const ROOT::Math::MinimizerOptions &moption, const char *goption, ROOT::Fit::DataRange &range)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
DataOptions : simple structure holding the options on how the data are filled.
bool fErrors1
use the function range when creating the fit data (default is false)
bool fAsymErrors
use errors on the x coordinates when available (default is true)
bool fNormBinVolume
normalize data by the bin volume (it is used in the Poisson likelihood fits)
bool fUseRange
use empty bins (default is false) with a fixed error of 1
bool fUseEmpty
normalize data by a normalized the bin volume (bin volume divided by a reference value)
bool fExpErrors
use all errors equal to 1, i.e. fit without errors (default is false)
DataOptions()
Default constructor: use the default options.
bool fBinVolume
use integral of bin content instead of bin center (default is false)
bool fCoordErrors
use expected errors from the function and not from the data