ROOT logo
ROOT » ROOFIT » ROOFITCORE » RooAbsRootFinder

class RooAbsRootFinder



RooAbsRootFinder is the abstract interface for finding roots of real-valued 1-dimensional function that implements the RooAbsFunc interface.


Function Members (Methods)

 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~RooAbsRootFinder()
static TClass*Class()
virtual Bool_tfindRoot(Double_t& result, Double_t xlo, Double_t xhi, Double_t value = 0) const
virtual TClass*IsA() const
virtual voidShowMembers(TMemberInspector& insp)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
const RooAbsFunc*_functionPointer to input function
Bool_t_validTrue if current state is valid

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

virtual ~RooAbsRootFinder()
{ }
Bool_t findRoot(Double_t& result, Double_t xlo, Double_t xhi, Double_t value = 0) const