00001 #ifndef ROOT_St_Points3D 00002 #define ROOT_St_Points3D 00003 // $Id: St_Points3D.h,v 1.1 2000/02/25 00:48:07 fine Exp $ 00004 // *********************************************************************** 00005 // * C++ class to define the abstract array of 3D points 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 00024 // // 00025 // St_Points3D // 00026 // // 00027 // A 3-D PolyLine. // 00028 // // 00030 00031 #include "StTypeDefs.h" 00032 #include <TPoints3D.h> 00033 00034 //___________________________________________________________________ 00035 // $Log: St_Points3D.h,v $ 00036 // Revision 1.1 2000/02/25 00:48:07 fine 00037 // temporary interface for ROOT 2.23/12 with STAR classes inside 00038 // 00039 // Revision 1.6 1999/12/21 18:57:14 fine 00040 // compilation warning plus new type for SizeAttribute 00041 //___________________________________________________________________ 00042 00043 #endif 00044 00045
1.5.9