TEventIter


class description - source file - inheritance tree

class TEventIter : public TObject


    protected:
Int_t LoadDir() public:
virtual void ~TEventIter() static TClass* Class() static TEventIter* Create(TDSet* dset, TSelector* sel, Long64_t first, Long64_t num) virtual Long64_t GetNextEvent() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TDSet* fDSet data set over which to iterate TDSetElement* fElem Current Element TString fFilename Name of the current file TFile* fFile Current file TString fPath Path to current TDirectory TDirectory* fDir directory containing the objects or the TTree Long64_t fElemFirst first entry to process for this element Long64_t fElemNum number of entries to process for this element Long64_t fElemCur current entry for this element TSelector* fSel selector to be used Long64_t fFirst first entry to process Long64_t fNum number of entries to process Long64_t fCur current entry


See also

TEventIterObj, TEventIterTree

Class Description

                                                                      
 TEventIter                                                           
                                                                      


~TEventIter()
 TODO:

TEventIter* Create(TDSet *dset, TSelector *sel, Long64_t first, Long64_t num)

Int_t LoadDir()



Inline Functions


           Long64_t GetNextEvent()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)


Author: Maarten Ballintijn 07/01/02
Last update: root/proof:$Name: $:$Id: TEventIter.cxx,v 1.7 2002/09/17 10:14:25 rdm Exp $
Copyright (C) 1995-2001, Rene Brun and Fons Rademakers. *


ROOT page - Class index - 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.