Namespaces | |
| namespace | RooHelpers |
Functions | |
| void | RooHelpers::checkRangeOfParameters (const RooAbsReal *callingClass, std::initializer_list< const RooAbsReal * > pars, double min=-std::numeric_limits< double >::max(), double max=std::numeric_limits< double >::max(), bool limitsInAllowedRange=false, std::string const &extraMessage="") |
| Check if the parameters have a range, and warn if the range extends below / above the set limits. | |
| bool | RooHelpers::setAllConstant (const RooAbsCollection &coll, bool constant=true) |
| set all RooRealVars to constants. return true if at least one changed status | |