Changeset 8674 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 08/18/07 12:04:44 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mfileio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r8226 r8674 267 267 // list gets a new address. Therefor we reset all the autodel flags. 268 268 // 269 // MAKE SURE THAT ALL YO PUR CUSTOM STREAMERS TAKE CARE OF ALL MEMORY269 // MAKE SURE THAT ALL YOUR CUSTOM STREAMERS TAKE CARE OF ALL MEMORY 270 270 // 271 271 Bool_t MReadTree::Notify() … … 295 295 // list gets a new address. Therefor we reset all the autodel flags. 296 296 // 297 // MAKE SURE THAT ALL YO PUR CUSTOM STREAMERS TAKE CARE OF ALL MEMORY297 // MAKE SURE THAT ALL YOUR CUSTOM STREAMERS TAKE CARE OF ALL MEMORY 298 298 // 299 299 TIter NextB(fTree->GetListOfBranches()); -
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r8642 r8674 35 35 // There is a special mode of operation which opens a new file for each new 36 36 // file read by the reading task (opening the new file is initiated by 37 // ReInit()) For more details se the corresponding constructor.37 // ReInit()) For more details see the corresponding constructor. 38 38 // 39 39 // Memory based trees
Note:
See TracChangeset
for help on using the changeset viewer.