| Long64_t | fMaxIndexValMinor | the maximum value of the index (lower bits) |
| Long64_t | fMaxIndexValue | the maximum value of the index (upper bits) |
| Long64_t | fMinIndexValMinor | the minimum value of the index (lower bits) |
| Long64_t | fMinIndexValue | the minimum value of the index (upper bits) |
| TVirtualIndex* | fTreeIndex | the tree index in case it was created in the constructor, |

{ return IndexValPair_t(fMinIndexValue, fMinIndexValMinor); }{ return IndexValPair_t(fMaxIndexValue, fMaxIndexValMinor); }