1    	#ifndef _STAUTOBROWSE_
2    	#define _STAUTOBROWSE_ 2000
3    	class TObject;
4    	
5    	class StAutoBrowse  
6    	{
7    	protected:
8    	 StAutoBrowse(){};
9    	~StAutoBrowse(){};
10   	public:
11   	static Int_t Browse(TObject *obj, TBrowser *browser);
12   	};
13   	#endif //  _STAUTOBROWSE_
14