TDSetElement


class description - source file - inheritance tree

class TDSetElement : public TObject


    public:
TDSetElement(const TDSet* set, const char* file, const char* objname = "0", const char* dir = "0", Long64_t first = 0, Long64_t num = -1) TDSetElement(const TDSetElement&) TDSetElement() virtual ~TDSetElement() static TClass* Class() const char* GetDirectory() const const char* GetFileName() const Long64_t GetFirst() const Long64_t GetNum() const const char* GetObjName() const virtual TClass* IsA() const virtual void Print(Option_t* option) const void SetFirst(Long64_t first) void SetNum(Long64_t num) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TString fFileName physical or logical file name TString fObjName name of objects to be analyzed in this file TString fDirectory directory in file where to look for objects Long64_t fFirst first entry to process Long64_t fNum number of entries to process const TDSet* fSet set to which element belongs

Class Description



Last update: Fri May 14 13:32:37 2004


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.