26   fWeighted(
rhs.fWeighted)
 
 
Base class for all the fit data types: Stores the coordinates and the DataOptions.
 
FitData & operator=(const FitData &rhs)
 
Class describing the un-binned data sets (just x coordinates values) of any dimensions.
 
UnBinData & operator=(const UnBinData &)
assignment operator
 
UnBinData(unsigned int maxpoints=0, unsigned int dim=1, bool isWeighted=false)
constructor from dimension of point and max number of points (to pre-allocate vector)
 
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...