Changeset 895 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 07/23/01 14:44:07 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MReadTree.cc
r894 r895 108 108 // 109 109 // 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) 112 114 // 113 115 /*Int_t*/ void MReadTree::AddFile(const char *fname) … … 175 177 continue; 176 178 177 178 179 // 179 180 // Create a pointer to the pointer to the object in which the … … 202 203 // the actual branch should be stored - enable branch. 203 204 // 204 // FIXME: is it correct, that the pointer is deleted immediatly afterwards?205 205 fChain->SetBranchAddress(name, pcont); 206 206 }
Note:
See TracChangeset
for help on using the changeset viewer.