1    	//*-- Author :    Valery Fine(fine@bnl.gov)   25/12/98 
2    	// $Id: St_ObjectSet.h,v 1.1 2000/02/25 00:48:07 fine Exp $
3    	// $Log: St_ObjectSet.h,v $
4    	// Revision 1.1  2000/02/25 00:48:07  fine
5    	// temporary interface for ROOT 2.23/12 with STAR classes inside
6    	//
7    	// Revision 1.7  1999/05/07 21:35:31  fine
8    	// Fix some first implemenation bugs
9    	//
10   	// Revision 1.6  1999/05/07 17:53:18  fine
11   	// owner bit has been introduced to deal with the embedded objects
12   	//
13   	#ifndef STAR_St_ObjectSet
14   	#define STAR_St_ObjectSet
15   	
16   	#include "StTypeDefs.h"
17   	#include <TObjectSet.h>
18   	
19   	#endif
20   	
21