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/MHRanForest.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 fSigma;
    25     Int_t fNumEvent;
    26     TGraph *fGraphSigma;
     24    TArrayF fSigma;                 //!
     25    Int_t fNumEvent;                //!
     26    TGraph *fGraphSigma;            //->
    2727
    2828public:
     
    3030    ~MHRanForest();
    3131
    32     TGraph *GetGrphSigma() const  { return fGraphSigma; }
     32    TGraph *GetGraphSigma() const  { return fGraphSigma; }
    3333
    3434    Bool_t SetupFill(const MParList *plist);
    3535    Bool_t Fill(const MParContainer *par);
    3636    Bool_t Finalize();
    37 
    38     void Print(Option_t *option="") const;
    3937
    4038    void Draw(Option_t *opt="");
Note: See TracChangeset for help on using the changeset viewer.