StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_NodePosition.h
1 //*-- Author : Valery Fine(fine@bnl.gov) 25/12/98
2 // $Id: St_NodePosition.h,v 1.1 2000/02/25 00:48:07 fine Exp $
3 // $Log: St_NodePosition.h,v $
4 // Revision 1.1 2000/02/25 00:48:07 fine
5 // temporary interface for ROOT 2.23/12 with STAR classes inside
6 //
7 // Revision 1.18 1999/10/28 16:24:31 fine
8 // St_DataSet major correction: it may be built with TList (default) or with TObjArray
9 //
10 // Revision 1.17 1999/09/27 23:45:43 fine
11 // Several methods to calculate errors were introduced
12 //
13 // Revision 1.16 1999/09/22 03:51:50 fine
14 // New method and RMath class to manage different transformation have been introduced
15 //
16 // Revision 1.15 1999/06/09 22:09:35 fine
17 // St_PolyLine3D has beed redesigned
18 //
19 // Revision 1.14 1999/06/05 00:42:32 fine
20 // SetLineAttribute methods have been introduced
21 //
22 // Revision 1.13 1999/04/23 22:47:34 fine
23 // Node family has been adjusted for St_PolyLineShape class
24 //
25 // Revision 1.12 1999/04/13 14:26:40 fine
26 // Geometry-based dataset implementation, next step
27 //
28 // Revision 1.11 1999/04/08 16:44:10 fine
29 // Working version of the NodeView family
30 //
31 // Revision 1.10 1999/04/05 03:18:27 fine
32 // St_Node family steps
33 //
34 // Revision 1.9 1999/04/02 23:36:04 fine
35 // Collapsed geometry structures has been implemeted
36 //
37 // Revision 1.8 1999/03/30 22:30:14 fine
38 // Visibility test has been added for Paint method
39 //
40 // Revision 1.7 1999/03/27 22:44:59 fine
41 // Working 3D St_node with X3d and OpenGL
42 //
43 // Revision 1.6 1999/03/21 22:38:53 fine
44 // StDataSetIter make up + new NextDataSet method introced
45 //
46 // Revision 1.5 1999/02/04 19:22:23 fine
47 // Severak drawing method have been added to draw STAR nodes
48 //
49 // Revision 1.4 1999/01/31 02:03:07 fine
50 // St_DataSetIter::Notify - new method + clean up
51 //
52 // Revision 1.3 1998/12/27 02:33:17 fine
53 // St_Node, St_NodePosition - first working versions have been introduced *see macros/STAR_shapes.C for an example)
54 //
55 // Revision 1.2 1998/12/26 21:40:40 fisyak
56 // Add Id and Log
57 //
58 //+SEQ,CopyRight,T=NOINCLUDE.
59 
61 // //
62 // St_NodePosition - TVolumePosition //
63 // //
64 // Description of parameters to position a 3-D geometry object //
65 // //
67 
68 #ifndef ROOT_St_NodePosition
69 #define ROOT_St_NodePosition
70 
71 #include "StTypeDefs.h"
72 #include <TVolumePosition.h>
73 
74 #endif