StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_Table3Points.h
1 //*-- Author : Valery Fine 10/05/99 (E-mail: fine@bnl.gov)
2 // $Id: St_Table3Points.h,v 1.1 2000/02/25 00:48:08 fine Exp $
3 // $Log: St_Table3Points.h,v $
4 // Revision 1.1 2000/02/25 00:48:08 fine
5 // temporary interface for ROOT 2.23/12 with STAR classes inside
6 //
7 // Revision 1.2 1999/11/04 18:03:04 fine
8 // new ctor for tablepoints introduced to make EventDiplay happy
9 //
10 // Revision 1.1 1999/05/18 20:21:24 fine
11 // New class to 3D table viewer
12 //
13 
14 #ifndef STAR_St_Table3Points
15 #define STAR_St_Table3Points
16 
17 #include "StTypeDefs.h"
18 #include <TTable3Points.h>
19 
20 #endif
21