13 #ifndef ROOT_Fit_BinPoint 14 #define ROOT_Fit_BinPoint 69 void Set(
const double *
x,
double value,
double invErr) {
75 void Set(
const double *
x,
double value,
const double *
ex,
double err) {
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
BinPoint(unsigned int n=1)
Constructor.
double Error() const
return the error on the value
double Value() const
return the value (bin height in case of an histogram)
Obsolete class, no more in use.
~BinPoint()
Destructor (no operations)
const double * Coords() const
return pointer to coordinates
void Set(const double *x, double value, double invErr)
constructor from a vector of coordinates, y value and y error
double InvError() const
return the inverse of error on the value
void Set(const double *x, double value, const double *ex, double err)
class describing the range in the coordinates it supports multiple range in a coordinate.
TFitResultPtr Fit(FitObject *h1, TF1 *f1, Foption_t &option, const ROOT::Math::MinimizerOptions &moption, const char *goption, ROOT::Fit::DataRange &range)
unsigned int NDim() const
get the dimension (dimension of the cooordinates)
bool IsInRange(const DataRange &range) const
check if a Point is inside the given range