Helper class to iterate over cluster of baskets.
Definition at line 264 of file TTree.h.
Long64_t TTree::TClusterIterator::GetEstimatedClusterSize |
( |
| ) |
|
|
private |
Estimate the cluster size.
In almost all cases, this quickly returns the size of the auto-flush in the TTree.
However, in the case where the cluster size was not fixed (old files and case where autoflush was explicitly set to zero), we need estimate a cluster size in relation to the size of the cache.
After this value is calculated once for the TClusterIterator, it is cached and reused in future calls.
Definition at line 596 of file TTree.cxx.