StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_DataSetIter.h
1 //*CMZ : 13/08/98 18.27.27 by Valery Fine(fine@bnl.gov)
2 //*-- Author : Valery Fine(fine@mail.cern.ch) 13/08/98
3 
4 #ifndef ROOT_St_DataSetIter
5 #define ROOT_St_DataSetIter
6 
7 
9 // //
10 // $Id: St_DataSetIter.h,v 1.1 2000/02/25 00:48:06 fine Exp $
11 //
12 // St_DataSetIter //
13 // //
14 // Iterator of St_DataSet lists. //
15 // //
16 // Provides "standard" features of the TIter class for St_DataSet object//
17 // and //
18 // allows navigating St_DataSet structure using the custom "directory" //
19 // notation (see St_DataSet::Find(const Char *path) method) //
20 // //
22 
23 #include "StTypeDefs.h"
24 #include <TDataSetIter.h>
25 //__________________________________________________
26 // $Log: St_DataSetIter.h,v $
27 // Revision 1.1 2000/02/25 00:48:06 fine
28 // temporary interface for ROOT 2.23/12 with STAR classes inside
29 //
30 // Revision 1.20 1999/12/29 02:37:00 fine
31 // remove warning to make Linux happy
32 //
33 // Revision 1.19 1999/12/28 23:32:01 fine
34 // St_DataSetIter operator++ removed to avoid a future problem
35 //
36 // Revision 1.18 1999/12/28 21:24:07 fine
37 // St_DataSetIter opeartor * and operator ++ have been implemented
38 //__________________________________________________
39 #endif
40