TEventIter


class description - source file - inheritance tree

class TEventIter : public TObject


    public:
virtual void ~TEventIter() static TClass* Class() static TEventIter* Create(TDSet* dset, TDirectory* dir, TSelector* sel) virtual Bool_t GetNextEvent() virtual Bool_t InitRange(Double_t first, Double_t num) 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 TDirectory* fDir directory containing the objects TSelector* fSel selector to by used Double_t fFirst first entry to process Double_t fNum number of entries to process Double_t fCur current entry


See also

TEventIterObj, TEventIterTree

Class Description

                                                                      
 TEventIter                                                           
                                                                      


~TEventIter()

TEventIter* Create(TDSet *dset, TDirectory *dir, TSelector *sel)



Inline Functions


             Bool_t GetNextEvent()
             Bool_t InitRange(Double_t first, Double_t num)
            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.3 2002/03/13 01:52:20 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.