16#ifndef ROO_ABS_ROOT_FINDER 
   17#define ROO_ABS_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...
 
virtual Bool_t findRoot(Double_t &result, Double_t xlo, Double_t xhi, Double_t value=0) const =0
 
const RooAbsFunc * _function
 
virtual ~RooAbsRootFinder()