Ignore:
Timestamp:
08/27/04 14:45:08 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3682 r4756  
    609609
    610610    //
     611    // It seems, that TFile and TTree are not completely independant if
     612    // many times the same file is openes (MReadReports) and some of
     613    // the files in the chains don't have one tree. TChain::fTreeNumber
     614    // is already set before LoadTree from GetFile is called and
     615    // it crashes. ResetTree makes sure, that the tree number is -1
     616    //
     617    fChain->ResetTree();
     618
     619    //
    611620    // check for files and for the tree!
    612621    //
Note: See TracChangeset for help on using the changeset viewer.