|
ROOT 6.08/07 Reference Guide |
Classes for describing the input data for fitting.
Classes | |
| class | ROOT::Fit::BinData |
| Class describing the binned data sets : vectors of x coordinates, y values and optionally error on y values and error on coordinates The dimension of the coordinate is free There are 4 different options: More... | |
| struct | ROOT::Fit::DataOptions |
| DataOptions : simple structure holding the options on how the data are filled. More... | |
| class | ROOT::Fit::DataRange |
| class describing the range in the coordinates it supports multiple range in a coordinate. More... | |
| class | ROOT::Fit::DataVector |
| class holding the fit data points. More... | |
| class | ROOT::Fit::DataWrapper |
| class maintaining a pointer to external data Using this class avoids copying the data when performing a fit NOTE: this class is not thread-safe and should not be used in parallel fits More... | |
| class | ROOT::Fit::FitData |
| Base class for all the fit data types. More... | |
| class | ROOT::Fit::UnBinData |
| Class describing the unbinned data sets (just x coordinates values) of any dimensions. More... | |