Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TChainIndex::TChainIndexEntry Class Reference

Holds a description of indices of trees in the chain.

Definition at line 43 of file TChainIndex.h.

Public Types

typedef std::pair< Long64_t, Long64_tIndexValPair_t
 

Public Member Functions

 TChainIndexEntry ()
 
 TChainIndexEntry (const TChainIndexEntry &other)
 
IndexValPair_t GetMaxIndexValPair () const
 
IndexValPair_t GetMinIndexValPair () const
 
TChainIndexEntryoperator= (TChainIndexEntry other)
 
void SetMinMaxFrom (const TTreeIndex *index)
 

Public Attributes

Long64_t fMaxIndexValMinor
 
Long64_t fMaxIndexValue
 
Long64_t fMinIndexValMinor
 
Long64_t fMinIndexValue
 
TVirtualIndexfTreeIndex
 

Private Member Functions

void Swap (TChainIndexEntry &other)
 

#include <TChainIndex.h>

Member Typedef Documentation

◆ IndexValPair_t

Definition at line 56 of file TChainIndex.h.

Constructor & Destructor Documentation

◆ TChainIndexEntry() [1/2]

TChainIndex::TChainIndexEntry::TChainIndexEntry ( )
inline

Definition at line 47 of file TChainIndex.h.

◆ TChainIndexEntry() [2/2]

TChainIndex::TChainIndexEntry::TChainIndexEntry ( const TChainIndexEntry other)

Definition at line 53 of file TChainIndex.cxx.

Member Function Documentation

◆ GetMaxIndexValPair()

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

Definition at line 59 of file TChainIndex.h.

◆ GetMinIndexValPair()

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

Definition at line 58 of file TChainIndex.h.

◆ operator=()

TChainIndexEntry & TChainIndex::TChainIndexEntry::operator= ( TChainIndexEntry  other)
inline

Definition at line 51 of file TChainIndex.h.

◆ SetMinMaxFrom()

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

Definition at line 36 of file TChainIndex.cxx.

◆ Swap()

void TChainIndex::TChainIndexEntry::Swap ( TChainIndex::TChainIndexEntry other)
private

Definition at line 44 of file TChainIndex.cxx.

Member Data Documentation

◆ fMaxIndexValMinor

Long64_t TChainIndex::TChainIndexEntry::fMaxIndexValMinor

Definition at line 65 of file TChainIndex.h.

◆ fMaxIndexValue

Long64_t TChainIndex::TChainIndexEntry::fMaxIndexValue

Definition at line 64 of file TChainIndex.h.

◆ fMinIndexValMinor

Long64_t TChainIndex::TChainIndexEntry::fMinIndexValMinor

Definition at line 63 of file TChainIndex.h.

◆ fMinIndexValue

Long64_t TChainIndex::TChainIndexEntry::fMinIndexValue

Definition at line 62 of file TChainIndex.h.

◆ fTreeIndex

TVirtualIndex* TChainIndex::TChainIndexEntry::fTreeIndex

Definition at line 66 of file TChainIndex.h.

Libraries for TChainIndex::TChainIndexEntry:

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