38                    "lower/upper bounds outside current parameter value. The value will be set to (low+up)/2 ");
 
 
#define MATH_INFO_MSG(loc, str)
Pre-processor macro to report messages which can be configured to use ROOT error or simply an std::io...
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
void RemoveLimits()
remove all limit
 
double fLowerLimit
lower parameter limit
 
double fUpperLimit
upper parameter limit
 
bool fHasUpperLimit
flag to control upper parameter limit
 
bool fHasLowerLimit
flag to control lower parameter limit
 
void SetLimits(double low, double up)
set a double side limit, if low == up the parameter is fixed if low > up the limits are removed The c...
 
double fValue
parameter value
 
void Fix()
fix the parameter
 
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...