Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
ROOT::Fit::HFitInterface Namespace Reference

Functions

bool AdjustError (const DataOptions &option, double &error, double value=1)
 
void ExamineRange (const TAxis *axis, std::pair< double, double > range, int &hxfirst, int &hxlast)
 
bool IsPointOutOfRange (const TF1 *func, const double *x)
 

Function Documentation

◆ AdjustError()

bool ROOT::Fit::HFitInterface::AdjustError ( const DataOptions & option,
double & error,
double value = 1 )

Definition at line 60 of file HFitInterface.cxx.

◆ ExamineRange()

void ROOT::Fit::HFitInterface::ExamineRange ( const TAxis * axis,
std::pair< double, double > range,
int & hxfirst,
int & hxlast )

Definition at line 79 of file HFitInterface.cxx.

◆ IsPointOutOfRange()

bool ROOT::Fit::HFitInterface::IsPointOutOfRange ( const TF1 * func,
const double * x )

Definition at line 54 of file HFitInterface.cxx.