27 unsigned int ndim =
NDim();
29 if (range.
NDim() == 0)
return true;
31 assert( ndim == range.
NDim() );
32 for (
unsigned int i = 0; i < ndim; ++i) {
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
bool IsInside(double x, unsigned int icoord=0) const
check if a point is inside the range for the given coordinate
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 range dimension
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