StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_PolyLineShape.h
1 #ifndef STAR_Stt_PolyLineShape
2 #define STAR_Stt_PolyLineShape
3 // $Id: St_PolyLineShape.h,v 1.1 2000/02/25 00:48:08 fine Exp $
4 // ***********************************************************************
5 // * C++ class library to define an abstract 3D shape os STAR "event" geometry
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 #include "StTypeDefs.h"
23 #include <TPolyLineShape.h>
24 //______________________________________________________________________________
25 // $Log: St_PolyLineShape.h,v $
26 // Revision 1.1 2000/02/25 00:48:08 fine
27 // temporary interface for ROOT 2.23/12 with STAR classes inside
28 //
29 // Revision 1.14 1999/12/21 18:57:14 fine
30 // compilation warning plus new type for SizeAttribute
31 //
32 // Revision 1.13 1999/12/17 23:28:41 fine
33 // clean up for the sake of docs + new class St_Table3DPackedPoints introduced
34 //
35 //______________________________________________________________________________
36 
37 #endif