StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
NextTest.cxx
1 {
2  gROOT->Reset();
3  gSystem.Load("St_base.so");
4 
5  St_FileSet set("./");
6  St_DataSet *nextset=0;
7  printf(" \n\ntry the simple ctor\n");
8 // TBrowser bb("Browser",&set);
9 
10  printf(" \n\ntry the complex ctor\n");
11  St_DataSetIter next(&set,0);
12  while(nextset = next()) { nextset->ls(); printf(" Level %d \n",next->GetDepth()); }
13 }
virtual void ls(Option_t *option="") const
Definition: TDataSet.cxx:495