StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_Points3D.h
1 #ifndef ROOT_St_Points3D
2 #define ROOT_St_Points3D
3 // $Id: St_Points3D.h,v 1.1 2000/02/25 00:48:07 fine Exp $
4 // ***********************************************************************
5 // * C++ class to define the abstract array of 3D points
6 // * Copyright(c) 1997~1999 [BNL] Brookhaven National Laboratory, STAR, All rights reserved
7 // * Author Valerie Fine (fine@bnl.gov)
8 // * Copyright(c) 1997~1999 Valerie Fine (fine@bnl.gov)
9 // *
10 // * This program is distributed in the hope that it will be useful,
11 // * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 // *
14 // * Permission to use, copy, modify and distribute this software and its
15 // * documentation for any purpose is hereby granted without fee,
16 // * provided that the above copyright notice appear in all copies and
17 // * that both that copyright notice and this permission notice appear
18 // * in supporting documentation. Brookhaven National Laboratory makes no
19 // * representations about the suitability of this software for any
20 // * purpose. It is provided "as is" without express or implied warranty.
21 // ************************************************************************
22 
24 // //
25 // St_Points3D //
26 // //
27 // A 3-D PolyLine. //
28 // //
30 
31 #include "StTypeDefs.h"
32 #include <TPoints3D.h>
33 
34 //___________________________________________________________________
35 // $Log: St_Points3D.h,v $
36 // Revision 1.1 2000/02/25 00:48:07 fine
37 // temporary interface for ROOT 2.23/12 with STAR classes inside
38 //
39 // Revision 1.6 1999/12/21 18:57:14 fine
40 // compilation warning plus new type for SizeAttribute
41 //___________________________________________________________________
42 
43 #endif
44 
45