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.cc

    r4756 r5832  
    3636using namespace std;
    3737
    38 Int_t MChain::LoadTree(Int_t entry)
     38//#if ROOT_VERSION_CODE < ROOT_VERSION(4,02,00)
     39//Int_t MChain::LoadTree(Int_t entry)
     40//#else
     41Long64_t MChain::LoadTree(Long64_t entry)
     42//#endif
    3943{
    4044    //
     
    5054    SetNotify(this);
    5155
    52     Int_t rc = TChain::LoadTree(entry);
     56//#if ROOT_VERSION_CODE < ROOT_VERSION(4,02,00)
     57//    Int_t
     58//#else
     59    Long64_t
     60//#endif
     61        rc = TChain::LoadTree(entry);
    5362
    5463    if (rc >= 0 && fNotified && notify)
Note: See TracChangeset for help on using the changeset viewer.