![]() |
ROOT
6.06/09
Reference Guide
|
Holds a description of indices of trees in the chain.
Definition at line 44 of file TChainIndex.h.
Public Types | |
| typedef std::pair< Long64_t, Long64_t > | IndexValPair_t |
Public Member Functions | |
| TChainIndexEntry () | |
| IndexValPair_t | GetMinIndexValPair () const |
| IndexValPair_t | GetMaxIndexValPair () const |
| void | SetMinMaxFrom (const TTreeIndex *index) |
Public Attributes | |
| Long64_t | fMinIndexValue |
| Long64_t | fMinIndexValMinor |
| Long64_t | fMaxIndexValue |
| Long64_t | fMaxIndexValMinor |
| TVirtualIndex * | fTreeIndex |
#include <TChainIndex.h>
Collaboration diagram for TChainIndex::TChainIndexEntry:| typedef std::pair<Long64_t, Long64_t> TChainIndex::TChainIndexEntry::IndexValPair_t |
Definition at line 51 of file TChainIndex.h.
|
inline |
Definition at line 47 of file TChainIndex.h.
|
inline |
Definition at line 54 of file TChainIndex.h.
|
inline |
Definition at line 53 of file TChainIndex.h.
| void TChainIndex::TChainIndexEntry::SetMinMaxFrom | ( | const TTreeIndex * | index | ) |
Definition at line 34 of file TChainIndex.cxx.
Referenced by TChainIndex::Append(), and TChainIndex::TChainIndex().
| Long64_t TChainIndex::TChainIndexEntry::fMaxIndexValMinor |
Definition at line 60 of file TChainIndex.h.
Referenced by GetMaxIndexValPair(), and SetMinMaxFrom().
| Long64_t TChainIndex::TChainIndexEntry::fMaxIndexValue |
Definition at line 59 of file TChainIndex.h.
Referenced by GetMaxIndexValPair(), and SetMinMaxFrom().
| Long64_t TChainIndex::TChainIndexEntry::fMinIndexValMinor |
Definition at line 58 of file TChainIndex.h.
Referenced by GetMinIndexValPair(), and SetMinMaxFrom().
| Long64_t TChainIndex::TChainIndexEntry::fMinIndexValue |
Definition at line 57 of file TChainIndex.h.
Referenced by GetMinIndexValPair(), and SetMinMaxFrom().
| TVirtualIndex* TChainIndex::TChainIndexEntry::fTreeIndex |
Definition at line 61 of file TChainIndex.h.
Referenced by TChainIndex::Append(), and TChainIndex::TChainIndex().