ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataUtil/src/TreeWriter.cc
(Generate patch)

Comparing UserCode/MitAna/DataUtil/src/TreeWriter.cc (file contents):
Revision 1.16 by loizides, Mon Mar 23 22:15:11 2009 UTC vs.
Revision 1.17 by loizides, Mon Jul 13 20:04:13 2009 UTC

# Line 231 | Line 231 | void TreeWriter::CloseFile()
231  
232    for (Int_t i=0;i<fTrees.GetEntries();++i) {
233      MyTree *mt = static_cast<MyTree*>(fTrees.At(i));
234 +    mt->FlushBaskets();
235      mt->Write(mt->GetName(),TObject::kOverwrite);
236  
237      // backup and restore list of branch pointers from TRefTable (needed for autoloading)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines