00001 //*CMZ : 13/08/98 18.27.27 by Valery Fine(fine@bnl.gov) 00002 //*-- Author : Valery Fine(fine@mail.cern.ch) 13/08/98 00003 00004 #ifndef ROOT_St_DataSetIter 00005 #define ROOT_St_DataSetIter 00006 00007 00009 // // 00010 // $Id: St_DataSetIter.h,v 1.1 2000/02/25 00:48:06 fine Exp $ 00011 // 00012 // St_DataSetIter // 00013 // // 00014 // Iterator of St_DataSet lists. // 00015 // // 00016 // Provides "standard" features of the TIter class for St_DataSet object// 00017 // and // 00018 // allows navigating St_DataSet structure using the custom "directory" // 00019 // notation (see St_DataSet::Find(const Char *path) method) // 00020 // // 00022 00023 #include "StTypeDefs.h" 00024 #include <TDataSetIter.h> 00025 //__________________________________________________ 00026 // $Log: St_DataSetIter.h,v $ 00027 // Revision 1.1 2000/02/25 00:48:06 fine 00028 // temporary interface for ROOT 2.23/12 with STAR classes inside 00029 // 00030 // Revision 1.20 1999/12/29 02:37:00 fine 00031 // remove warning to make Linux happy 00032 // 00033 // Revision 1.19 1999/12/28 23:32:01 fine 00034 // St_DataSetIter operator++ removed to avoid a future problem 00035 // 00036 // Revision 1.18 1999/12/28 21:24:07 fine 00037 // St_DataSetIter opeartor * and operator ++ have been implemented 00038 //__________________________________________________ 00039 #endif 00040
1.5.9