ROOT
6.07/01
Reference Guide
|
Public Member Functions | |
Long64_t | Next () |
Move on to the next cluster and return the starting entry of this next cluster. More... | |
Long64_t | GetStartEntry () |
Long64_t | GetNextEntry () |
Long64_t | operator() () |
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 | |
TTree * | fTree |
Int_t | fClusterRange |
Long64_t | fStartEntry |
Long64_t | fNextEntry |
Friends | |
class | TTree |
#include <TTree.h>
|
private |
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.
Definition at line 543 of file TTree.cxx.
Referenced by TClusterIterator().
|
inline |
Definition at line 282 of file TTree.h.
Referenced by TTreeCache::FillBuffer(), and TTreeCacheUnzip::FillBuffer().
Long64_t TTree::TClusterIterator::Next | ( | ) |
Move on to the next cluster and return the starting entry of this next cluster.
Definition at line 574 of file TTree.cxx.
Referenced by TTreeCache::FillBuffer(), and operator()().
|
private |
Definition at line 253 of file TTree.h.
Referenced by TClusterIterator().
|
private |
Definition at line 255 of file TTree.h.
Referenced by GetNextEntry(), and TClusterIterator().
|
private |
Definition at line 254 of file TTree.h.
Referenced by GetStartEntry(), and TClusterIterator().
|
private |
Definition at line 252 of file TTree.h.
Referenced by TClusterIterator().