Changeset 4756 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 08/27/04 14:45:08 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MChain.cc
r2173 r4756 18 18 ! Author(s): Thomas Bretz, 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 320 ! Copyright: MAGIC Software Development, 2000-2004 21 21 ! 22 22 ! … … 24 24 25 25 ///////////////////////////////////////////////////////////////////////////// 26 // //27 // MChain //28 // //29 // Helper class for MReadTree //30 // //26 // 27 // MChain 28 // 29 // Helper class for MReadTree 30 // 31 31 ///////////////////////////////////////////////////////////////////////////// 32 32 #include "MChain.h" 33 33 34 34 ClassImp(MChain); 35 36 using namespace std; 35 37 36 38 Int_t MChain::LoadTree(Int_t entry) -
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r3682 r4756 609 609 610 610 // 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 // 611 620 // check for files and for the tree! 612 621 //
Note:
See TracChangeset
for help on using the changeset viewer.