#ifndef ROOT_TFileSet
#define ROOT_TFileSet
#include "TDataSet.h"
#include "TString.h"
class TFileSet : public TDataSet {
public:
TFileSet();
TFileSet(const TString &dirname, const Char_t *filename=0,Bool_t expand=kTRUE,Int_t maxDepth=10);
virtual ~TFileSet();
virtual Long_t HasData() const;
virtual Bool_t IsEmpty() const;
virtual Bool_t IsFolder() const;
ClassDef(TFileSet,1)
};
#endif
Last change: Wed Jun 25 08:39:04 2008
Last generated: 2008-06-25 08:39
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.