ROOT » TREE » TREEPLAYER » TChainIndex::TChainIndexEntry

class TChainIndex::TChainIndexEntry


 A Chain Index


Function Members (Methods)

Data Members

public:
Long64_tfMaxIndexValMinorthe maximum value of the index (lower bits)
Long64_tfMaxIndexValuethe maximum value of the index (upper bits)
Long64_tfMinIndexValMinorthe minimum value of the index (lower bits)
Long64_tfMinIndexValuethe minimum value of the index (upper bits)
TVirtualIndex*fTreeIndexthe tree index in case it was created in the constructor,

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

void SetMinMaxFrom(const TTreeIndex* index)
TChainIndexEntry()
 holds a description of indices of trees in the chain.
{}
IndexValPair_t GetMinIndexValPair() const
{ return IndexValPair_t(fMinIndexValue, fMinIndexValMinor); }
IndexValPair_t GetMaxIndexValPair() const
{ return IndexValPair_t(fMaxIndexValue, fMaxIndexValMinor); }