ROOT 6.12/07 Reference Guide |
Public Member Functions | |
Long64_t | GetNextEntry () |
Long64_t | GetStartEntry () |
Long64_t | Next () |
Move on to the next cluster and return the starting entry of this next cluster. More... | |
Long64_t | operator() () |
Long64_t | Previous () |
Move on to the previous cluster and return the starting entry of this previous cluster. More... | |
Protected Member Functions | |
TClusterIterator (TTree *tree, Long64_t firstEntry) | |
Regular constructor. More... | |
Private Member Functions | |
Long64_t | GetEstimatedClusterSize () |
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. More... | |
Private Attributes | |
Int_t | fClusterRange |
Long64_t | fNextEntry |
Long64_t | fStartEntry |
TTree * | fTree |
Friends | |
class | TTree |
#include <TTree.h>
|
private |
Long64_t TTree::TClusterIterator::Next | ( | ) |
Long64_t TTree::TClusterIterator::Previous | ( | ) |