Ignore:
Timestamp:
10/30/02 17:09:31 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1527 r1568  
    2323    TList  *fVetoList;         // List of Branches which are not allowed to get enabled
    2424    TList  *fNotify;           // List of TObjects to notify when switching files
     25
     26    enum { kChainWasChanged = BIT(14) };
    2527
    2628private:
     
    5860
    5961    UInt_t GetEventNum() const { return fNumEntry;   }
    60     UInt_t GetEntries() const  { return fNumEntries; }
     62    UInt_t GetEntries();
    6163
    6264    TString    GetFileName() const;
Note: See TracChangeset for help on using the changeset viewer.