16 #ifndef ROO_BRENT_ROOT_FINDER 17 #define ROO_BRENT_ROOT_FINDER
RooBrentRootFinder(const RooAbsFunc &function)
Constructor taking function binding as input.
virtual ~RooBrentRootFinder()
#define ClassDef(name, id)
virtual Bool_t findRoot(Double_t &result, Double_t xlo, Double_t xhi, Double_t value=0) const
Do the root finding using the Brent-Decker method.
RooAbsRootFinder is the abstract interface for finding roots of real-valued 1-dimensional function th...
Implement the abstract 1-dimensional root finding interface using the Brent-Decker method...
void setTol(Double_t tol)
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...