Ignore:
Timestamp:
11/22/05 16:42:11 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7420 r7424  
    7373    MRanForest(const char *name=NULL, const char *title=NULL);
    7474    MRanForest(const MRanForest &rf);
     75    ~MRanForest();
    7576
    76     ~MRanForest();
     77    void Print(Option_t *o="") const; //*MENU*
    7778
    7879    void SetGrid(const TArrayD &grid);
     
    9495
    9596    // getter methods
    96     TObjArray  *GetForest()      { return fForest; }
    97     MRanTree   *GetCurTree()     { return fRanTree; }
    98     MRanTree   *GetTree(Int_t i);
    99     MDataArray *GetRules()       { return fRules; }
     97    TObjArray  *GetForest() const      { return fForest; }
     98    MRanTree   *GetCurTree() const     { return fRanTree; }
     99    MRanTree   *GetTree(Int_t i) const { return static_cast<MRanTree*>(fForest->UncheckedAt(i)); }
     100    MDataArray *GetRules() const       { return fRules; }
    100101
    101102
Note: See TracChangeset for help on using the changeset viewer.