16#ifndef ROO_BRENT_ROOT_FINDER
17#define ROO_BRENT_ROOT_FINDER
#define ClassDef(name, id)
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...
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.
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.
virtual ~RooBrentRootFinder()
void setTol(Double_t tol)
RooBrentRootFinder(const RooAbsFunc &function)
Constructor taking function binding as input.
void function(const Char_t *name_, T fun, const Char_t *docstring=0)