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

Legend:

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

    r2173 r4756  
    1818!   Author(s): Thomas Bretz, 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2003
     20!   Copyright: MAGIC Software Development, 2000-2004
    2121!
    2222!
     
    2424
    2525/////////////////////////////////////////////////////////////////////////////
    26 //                                                                         //
    27 // MChain                                                                  //
    28 //                                                                         //
    29 // Helper class for MReadTree                                              //
    30 //                                                                         //
     26//
     27// MChain
     28//
     29// Helper class for MReadTree
     30//
    3131/////////////////////////////////////////////////////////////////////////////
    3232#include "MChain.h"
    3333
    3434ClassImp(MChain);
     35
     36using namespace std;
    3537
    3638Int_t MChain::LoadTree(Int_t entry)
Note: See TracChangeset for help on using the changeset viewer.