Changeset 4756 for trunk/MagicSoft/Mars/mfileio/MChain.cc
- Timestamp:
- 08/27/04 14:45:08 (22 years ago)
- File:
-
- 1 edited
-
trunk/MagicSoft/Mars/mfileio/MChain.cc (modified) (2 diffs)
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)
Note:
See TracChangeset
for help on using the changeset viewer.
