00001 //*-- Author : Valery Fine(fine@bnl.gov) 25/12/98 00002 // $Id: St_Node.h,v 1.1 2000/02/25 00:48:06 fine Exp $ 00003 // $Log: St_Node.h,v $ 00004 // Revision 1.1 2000/02/25 00:48:06 fine 00005 // temporary interface for ROOT 2.23/12 with STAR classes inside 00006 // 00007 // Revision 1.18 1999/11/13 16:59:17 fine 00008 // St_Node and St_NodeView headers adjusted to ROOT 2.23/ not compatible with ROOT 2.22 anymore though! 00009 // 00010 // Revision 1.17 1999/08/03 14:52:23 fine 00011 // make up to make Linux compiler happy 00012 // 00013 // Revision 1.16 1999/07/09 01:56:38 fine 00014 // New method to contrsuct sub views and manage visibilities 00015 // 00016 // Revision 1.15 1999/06/09 22:09:35 fine 00017 // St_PolyLine3D has beed redesigned 00018 // 00019 // Revision 1.14 1999/05/18 20:26:29 fine 00020 // comments clean up 00021 // 00022 // Revision 1.13 1999/05/13 19:57:27 fine 00023 // St_Node the TShape list has been introduced, St_Node file format has been changed 00024 // 00025 // Revision 1.12 1999/04/19 00:05:15 fine 00026 // New class St_PolylineShape has been introduced 00027 // 00028 // Revision 1.11 1999/04/13 14:26:40 fine 00029 // Geometry-based dataset implementation, next step 00030 // 00031 // Revision 1.10 1999/04/08 16:44:09 fine 00032 // Working version of the NodeView family 00033 // 00034 // Revision 1.9 1999/04/05 03:18:26 fine 00035 // St_Node family steps 00036 // 00037 // Revision 1.8 1999/02/04 19:22:23 fine 00038 // Severak drawing method have been added to draw STAR nodes 00039 // 00040 // Revision 1.7 1999/01/31 02:03:07 fine 00041 // St_DataSetIter::Notify - new method + clean up 00042 // 00043 // Revision 1.6 1999/01/30 04:24:21 fine 00044 // St_Table: Print memory leak fixed 00045 // 00046 // Revision 1.5 1999/01/25 23:36:41 fine 00047 // St_DataSet fixed, St_DataSetIter::operator[] introduced, St_Node with own Hash methdo 00048 // 00049 // Revision 1.4 1998/12/27 04:16:44 fine 00050 // *** empty log message *** 00051 // 00052 // Revision 1.2 1998/12/26 21:40:40 fisyak 00053 // Add Id and Log 00054 // 00055 //Copyright (C) 1998. Brookhaven National Laboratory. Valery Fine (Faine). All right reserved. 00056 00058 // // 00059 // St_Node - TVolume // 00060 // // 00061 // Description of parameters to position a 3-D geometry object // 00062 // // 00064 00065 #ifndef ROOT_St_Node 00066 #define ROOT_St_Node 00067 00068 #include "StTypeDefs.h" 00069 #include <TVolume.h> 00070 00071 #endif
1.5.9