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

Legend:

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

    r2173 r5832  
    2020    virtual void   SetNotify(TObject *obj) { fNotify = obj; fNotified = kFALSE; }
    2121
    22     Int_t LoadTree(Int_t entry);
     22//#if ROOT_VERSION_CODE < ROOT_VERSION(4,02,00)
     23    Int_t LoadTree(Int_t entry) { return (Int_t)LoadTree((Long64_t)entry); }
     24//#else
     25    Long64_t LoadTree(Long64_t entry);
     26//#endif
    2327
    2428    ClassDef(MChain, 1) // Class derived from TChain to give access to Notify-return value
Note: See TracChangeset for help on using the changeset viewer.