Ignore:
Timestamp:
07/23/01 14:44:07 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r894 r895  
    108108//
    109109//  If you want to read the given tree over several files you must add
    110 //  the files here before PreProcess is called. Be carfull: This does
    111 //  only work if the trees in the files containing the same branches yet.
     110//  the files here before PreProcess is called. Be careful: If the tree
     111//  doesn't have the same contents (branches) it may confuse your
     112//  program (trees which are are not existing in later files are not read
     113//  anymore, tree wich are not existing in the first file are never read)
    112114//
    113115/*Int_t*/ void MReadTree::AddFile(const char *fname)
     
    175177            continue;
    176178
    177 
    178179        //
    179180        // Create a pointer to the pointer to the object in which the
     
    202203        // the actual branch should be stored - enable branch.
    203204        //
    204         // FIXME: is it correct, that the pointer is deleted immediatly afterwards?
    205205        fChain->SetBranchAddress(name, pcont);
    206206    }
Note: See TracChangeset for help on using the changeset viewer.