Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Public Attributes | List of all members
TChainIndex::TChainIndexEntry Class Reference

Holds a description of indices of trees in the chain.

Definition at line 42 of file TChainIndex.h.

Public Types

typedef std::pair< Long64_t,
Long64_t
IndexValPair_t
 

Public Member Functions

 TChainIndexEntry ()
 
IndexValPair_t GetMaxIndexValPair () const
 
IndexValPair_t GetMinIndexValPair () const
 
void SetMinMaxFrom (const TTreeIndex *index)
 

Public Attributes

Long64_t fMaxIndexValMinor
 
Long64_t fMaxIndexValue
 
Long64_t fMinIndexValMinor
 
Long64_t fMinIndexValue
 
TVirtualIndexfTreeIndex
 

#include <TChainIndex.h>

Member Typedef Documentation

Definition at line 49 of file TChainIndex.h.

Constructor & Destructor Documentation

TChainIndex::TChainIndexEntry::TChainIndexEntry ( )
inline

Definition at line 45 of file TChainIndex.h.

Member Function Documentation

IndexValPair_t TChainIndex::TChainIndexEntry::GetMaxIndexValPair ( ) const
inline

Definition at line 52 of file TChainIndex.h.

IndexValPair_t TChainIndex::TChainIndexEntry::GetMinIndexValPair ( ) const
inline

Definition at line 51 of file TChainIndex.h.

void TChainIndex::TChainIndexEntry::SetMinMaxFrom ( const TTreeIndex index)

Definition at line 34 of file TChainIndex.cxx.

Member Data Documentation

Long64_t TChainIndex::TChainIndexEntry::fMaxIndexValMinor

Definition at line 58 of file TChainIndex.h.

Long64_t TChainIndex::TChainIndexEntry::fMaxIndexValue

Definition at line 57 of file TChainIndex.h.

Long64_t TChainIndex::TChainIndexEntry::fMinIndexValMinor

Definition at line 56 of file TChainIndex.h.

Long64_t TChainIndex::TChainIndexEntry::fMinIndexValue

Definition at line 55 of file TChainIndex.h.

TVirtualIndex* TChainIndex::TChainIndexEntry::fTreeIndex

Definition at line 59 of file TChainIndex.h.


The documentation for this class was generated from the following files: