TEventIter
class description - source file - inheritance tree
protected:
Int_t LoadDir()
public:
virtual ~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 StopProcess(Bool_t abort)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
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
Bool_t fStop termination of run requested
See also
-
TEventIterObj, TEventIterTree
TEventIter
~TEventIter()
void StopProcess(Bool_t /*abort*/)
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.11 2003/05/06 08:23:43 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.