Skip to content
Snippets Groups Projects
Commit 5457a864 authored by Rene Brun's avatar Rene Brun
Browse files

Add a new function

void TBranch::DeleteBaskets(Option_t* option)
   // Loop on all branch baskets. If the file where branch buffers reside is
   // writable, free the disk space associated to the baskets of the branch,
   // then call Reset(). If the option contains "all", delete also the baskets
   // for the subbranches.
   // The branch is reset.
   // NOTE that this function must be used with extreme care. Deleting branch baskets
   // fragments the file and may introduce inefficiencies when adding new entries
   // in the Tree or later on when reading the Tree.


git-svn-id: http://root.cern.ch/svn/root/trunk@23378 27541ba8-7e3a-0410-8455-c3a389f83636
parent 184fbaf5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment