Ignore:
Timestamp:
10/31/01 14:38:20 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MReadTree.h

    r1014 r1020  
    77
    88class TChain;
     9class TGProgressBar;
    910
    1011class MReadTree : public MTask
     
    2122    TOrdCollection *fVetoList; // List of Branches which are not allowed to get enabled
    2223
     24    TGProgressBar *fProgress;  // Possible display of status
     25
    2326    void EnableBranches(MParList *plist);
    2427    void EnableBranchChoosing();
     
    3033    Bool_t PreProcess(MParList *pList);
    3134    Bool_t Process();
     35
     36    void   SetProgressBar(TGProgressBar *bar) { fProgress = bar; }
    3237
    3338    Int_t  AddFile(const char *fname);
Note: See TracChangeset for help on using the changeset viewer.