00001 #ifndef STAR_Stt_PolyLineShape 00002 #define STAR_Stt_PolyLineShape 00003 // $Id: St_PolyLineShape.h,v 1.1 2000/02/25 00:48:08 fine Exp $ 00004 // *********************************************************************** 00005 // * C++ class library to define an abstract 3D shape os STAR "event" geometry 00006 // * Copyright(c) 1997~1999 [BNL] Brookhaven National Laboratory, STAR, All rights reserved 00007 // * Author Valerie Fine (fine@bnl.gov) 00008 // * Copyright(c) 1997~1999 Valerie Fine (fine@bnl.gov) 00009 // * 00010 // * This program is distributed in the hope that it will be useful, 00011 // * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00013 // * 00014 // * Permission to use, copy, modify and distribute this software and its 00015 // * documentation for any purpose is hereby granted without fee, 00016 // * provided that the above copyright notice appear in all copies and 00017 // * that both that copyright notice and this permission notice appear 00018 // * in supporting documentation. Brookhaven National Laboratory makes no 00019 // * representations about the suitability of this software for any 00020 // * purpose. It is provided "as is" without express or implied warranty. 00021 // ************************************************************************ 00022 #include "StTypeDefs.h" 00023 #include <TPolyLineShape.h> 00024 //______________________________________________________________________________ 00025 // $Log: St_PolyLineShape.h,v $ 00026 // Revision 1.1 2000/02/25 00:48:08 fine 00027 // temporary interface for ROOT 2.23/12 with STAR classes inside 00028 // 00029 // Revision 1.14 1999/12/21 18:57:14 fine 00030 // compilation warning plus new type for SizeAttribute 00031 // 00032 // Revision 1.13 1999/12/17 23:28:41 fine 00033 // clean up for the sake of docs + new class St_Table3DPackedPoints introduced 00034 // 00035 //______________________________________________________________________________ 00036 00037 #endif
1.5.9