StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_Node.h
1 //*-- Author : Valery Fine(fine@bnl.gov) 25/12/98
2 // $Id: St_Node.h,v 1.1 2000/02/25 00:48:06 fine Exp $
3 // $Log: St_Node.h,v $
4 // Revision 1.1 2000/02/25 00:48:06 fine
5 // temporary interface for ROOT 2.23/12 with STAR classes inside
6 //
7 // Revision 1.18 1999/11/13 16:59:17 fine
8 // St_Node and St_NodeView headers adjusted to ROOT 2.23/ not compatible with ROOT 2.22 anymore though!
9 //
10 // Revision 1.17 1999/08/03 14:52:23 fine
11 // make up to make Linux compiler happy
12 //
13 // Revision 1.16 1999/07/09 01:56:38 fine
14 // New method to contrsuct sub views and manage visibilities
15 //
16 // Revision 1.15 1999/06/09 22:09:35 fine
17 // St_PolyLine3D has beed redesigned
18 //
19 // Revision 1.14 1999/05/18 20:26:29 fine
20 // comments clean up
21 //
22 // Revision 1.13 1999/05/13 19:57:27 fine
23 // St_Node the TShape list has been introduced, St_Node file format has been changed
24 //
25 // Revision 1.12 1999/04/19 00:05:15 fine
26 // New class St_PolylineShape has been introduced
27 //
28 // Revision 1.11 1999/04/13 14:26:40 fine
29 // Geometry-based dataset implementation, next step
30 //
31 // Revision 1.10 1999/04/08 16:44:09 fine
32 // Working version of the NodeView family
33 //
34 // Revision 1.9 1999/04/05 03:18:26 fine
35 // St_Node family steps
36 //
37 // Revision 1.8 1999/02/04 19:22:23 fine
38 // Severak drawing method have been added to draw STAR nodes
39 //
40 // Revision 1.7 1999/01/31 02:03:07 fine
41 // St_DataSetIter::Notify - new method + clean up
42 //
43 // Revision 1.6 1999/01/30 04:24:21 fine
44 // St_Table: Print memory leak fixed
45 //
46 // Revision 1.5 1999/01/25 23:36:41 fine
47 // St_DataSet fixed, St_DataSetIter::operator[] introduced, St_Node with own Hash methdo
48 //
49 // Revision 1.4 1998/12/27 04:16:44 fine
50 // *** empty log message ***
51 //
52 // Revision 1.2 1998/12/26 21:40:40 fisyak
53 // Add Id and Log
54 //
55 //Copyright (C) 1998. Brookhaven National Laboratory. Valery Fine (Faine). All right reserved.
56 
58 // //
59 // St_Node - TVolume //
60 // //
61 // Description of parameters to position a 3-D geometry object //
62 // //
64 
65 #ifndef ROOT_St_Node
66 #define ROOT_St_Node
67 
68 #include "StTypeDefs.h"
69 #include <TVolume.h>
70 
71 #endif