00001 //*-- Author : Valery Fine(fine@bnl.gov) 25/12/98 00002 // $Id: St_ObjectSet.h,v 1.1 2000/02/25 00:48:07 fine Exp $ 00003 // $Log: St_ObjectSet.h,v $ 00004 // Revision 1.1 2000/02/25 00:48:07 fine 00005 // temporary interface for ROOT 2.23/12 with STAR classes inside 00006 // 00007 // Revision 1.7 1999/05/07 21:35:31 fine 00008 // Fix some first implemenation bugs 00009 // 00010 // Revision 1.6 1999/05/07 17:53:18 fine 00011 // owner bit has been introduced to deal with the embedded objects 00012 // 00013 #ifndef STAR_St_ObjectSet 00014 #define STAR_St_ObjectSet 00015 00016 #include "StTypeDefs.h" 00017 #include <TObjectSet.h> 00018 00019 #endif 00020
1.5.9