29 #ifndef ROOT_TMVA_RootFinder
30 #define ROOT_TMVA_RootFinder
48 class RootFinder :
public TObject {
52 RootFinder( MethodBase *method,
53 Double_t rootMin, Double_t rootMax,
54 Int_t maxIterations = 100,
55 Double_t absTolerance = 0.0 );
56 virtual ~RootFinder(
void );
59 Double_t Root( Double_t refValue );
71 mutable MsgLogger* fLogger;
72 MsgLogger& Log()
const {
return *fLogger; }
74 ClassDef(RootFinder,0);