StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_TablePoints.h
1 //*-- Author : Valery Fine 14/05/99 (E-mail: fine@bnl.gov)
2 // $Id: St_TablePoints.h,v 1.1 2000/02/25 00:48:09 fine Exp $
3 
4 #ifndef STAR_St_TablePoints
5 #define STAR_St_TablePoints
6 // ***********************************************************************
7 // * Observer to draw use ant St_Table object as an element of "event" geometry
8 // * Copyright(c) 1997~1999 [BNL] Brookhaven National Laboratory, STAR, All rights reserved
9 // * Author Valerie Fine (fine@bnl.gov)
10 // * Copyright(c) 1997~1999 Valerie Fine (fine@bnl.gov)
11 // *
12 // * This program is distributed in the hope that it will be useful,
13 // * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 // *
16 // * Permission to use, copy, modify and distribute this software and its
17 // * documentation for any purpose is hereby granted without fee,
18 // * provided that the above copyright notice appear in all copies and
19 // * that both that copyright notice and this permission notice appear
20 // * in supporting documentation. Brookhaven National Laboratory makes no
21 // * representations about the suitability of this software for any
22 // * purpose. It is provided "as is" without express or implied warranty.
23 // ************************************************************************
24 
25 #include "StTypeDefs.h"
26 #include <TTablePoints.h>
27 
28 //____________________________________________________________________________
29 // $Log: St_TablePoints.h,v $
30 // Revision 1.1 2000/02/25 00:48:09 fine
31 // temporary interface for ROOT 2.23/12 with STAR classes inside
32 //
33 // Revision 1.4 1999/12/17 23:28:41 fine
34 // clean up for the sake of docs + new class St_Table3DPackedPoints introduced
35 //
36 // Revision 1.3 1999/11/16 16:29:57 fine
37 // TObject::GetObjectInfo() implemented
38 //
39 // Revision 1.2 1999/11/04 18:03:10 fine
40 // new ctor for tablepoints introduced to make EventDiplay happy
41 //
42 // Revision 1.1 1999/05/18 20:21:25 fine
43 // New class to 3D table viewer
44 //____________________________________________________________________________
45 
46 #endif
47