library: libTree
#include "TVirtualIndex.h"

TVirtualIndex


class description - header file - source file - inheritance tree (.pdf)

class TVirtualIndex : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
TVirtualIndex
<-
TChainIndex
TTreeIndex
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
virtual ~TVirtualIndex() static TClass* Class() virtual Int_t GetEntryNumberFriend(const TTree*) virtual Long64_t GetEntryNumberWithBestIndex(Int_t major, Int_t minor) const virtual Long64_t GetEntryNumberWithIndex(Int_t major, Int_t minor) const virtual const char* GetMajorName() const virtual const char* GetMinorName() const virtual Long64_t GetN() const virtual TTree* GetTree() const virtual TClass* IsA() const TVirtualIndex& operator=(const TVirtualIndex&) virtual void SetTree(const TTree* T) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual void UpdateFormulaLeaves()

Data Members


    protected:
TTree* fTree ! pointer to Tree

Class Description

                                                                      
 Abstract interface for Tree Index                                    
                                                                      

~TVirtualIndex()
Long64_t GetEntryNumberWithIndex(Int_t major, Int_t minor)
Long64_t GetEntryNumberWithBestIndex(Int_t major, Int_t minor)
Long64_t GetN()
void UpdateFormulaLeaves()
void SetTree(const TTree *T)

Author: Rene Brun 05/07/2004
Last update: root/tree:$Name: $:$Id: TVirtualIndex.cxx,v 1.1 2004/07/08 08:07:56 brun Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.