Ignore:
Timestamp:
08/23/07 11:26:38 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mranforest/MRanForestCalc.h

    r7687 r8698  
    1212#ifndef ROOT_TArrayD
    1313#include <TArrayD.h>
     14#endif
     15
     16#ifndef ROOT_TF1
     17#include <TF1.h>
    1418#endif
    1519
     
    3640    MParameterD *fRFOut;                //! Used to store result
    3741    MHMatrix    *fTestMatrix;           //! Test Matrix used in Process (together with MMatrixLoop)
     42    TF1          fFunc;                 //! Function to apply to the result
    3843
    3944    TObjArray    fEForests;             //! List of forests read or to be written
     
    6065    // MRanForestCalc
    6166    Int_t ReadForests(MParList &plist);
     67    Double_t Eval() const;
    6268
    6369    // MParContainer
     
    8490    void SetNumTry(UShort_t n=0)     { fNumTry   = n; }
    8591    void SetDebug(Bool_t b=kTRUE)    { fDebug    = b; }
     92
     93    Bool_t SetFunction(const char *name="x");
    8694
    8795    void SetNumObsoleteVariables(Int_t n=1)          { fNumObsoleteVariables = n; }
Note: See TracChangeset for help on using the changeset viewer.