Ignore:
Timestamp:
03/24/03 15:13:14 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHRanForestGini.h

    r1859 r1866  
    66#endif
    77
    8 #ifndef TArrayF
    9 #include "TArrayF.h"
     8#ifndef ROOT_TArrayF
     9#include <TArrayF.h>
    1010#endif
    1111
     
    1919{
    2020private:
    21     const MMcEvt *fMcEvt;
    22     const MRanForest *fRanForest;
     21    const MMcEvt *fMcEvt;          //!
     22    const MRanForest *fRanForest;  //!
    2323
    24     TArrayF fGini;
    25     TGraph *fGraphGini;
     24    TArrayF fGini;                 //!
     25    TGraph *fGraphGini;            //->
    2626
    2727public:
     
    2929    ~MHRanForestGini();
    3030
    31     TGraph *GetGrphGini() const  { return fGraphGini; }
     31    TGraph *GetGraphGini() const  { return fGraphGini; }
    3232
    3333    Bool_t SetupFill(const MParList *plist);
    3434    Bool_t Fill(const MParContainer *par);
    3535    Bool_t Finalize();
    36 
    37     void Print(Option_t *option="") const;
    3836
    3937    void Draw(Option_t *opt="");
Note: See TracChangeset for help on using the changeset viewer.