]> git.uio.no Git - u/mrichter/AliRoot.git/blob - GEANT321/gkine/gkine.doc
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / GEANT321 / gkine / gkine.doc
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1995/10/24 10:21:18  cernlib
6 * Geant
7 *
8 *
9 #include "geant321/pilot.h"
10 #if defined(CERNLIB_DOC)
11 *CMZ :  3.21/02 29/03/94  15.41.21  by  S.Giani
12 *-- Author :
13 *
14 ************************************************************************
15 *            -----------------------------------------------           *
16 *            The Kinematics data structures JVERTX and JKINE           *
17 *            -----------------------------------------------           *
18 *                                                                      *
19 *                                          | JVERTX                    *
20 *     NVERTX          IVERT                v                           *
21 *      ...............................................                 *
22 *      |              | |                 | | NVERTX |                 *
23 *      ...............................................                 *
24 *                      |                                               *
25 *                      | JV                                            *
26 *                      v                                               *
27 *           ..........................                                 *
28 *           | 1 |   VX               |                                 *
29 *           |...|....................|                                 *
30 *           | 2 |   VY               |                                 *
31 *           |...|....................|                                 *
32 *           | 3 |   VZ               |                                 *
33 *           |...|....................|                                 *
34 *           | 4 |   TOF              |                                 *
35 *           |...|....................|                                 *
36 *           | 5 |   NTBEAM           |                                 *
37 *           |...|....................|                                 *
38 *           | 6 |   NTTARG           |                                 *
39 *           |...|....................|                                 *
40 *           | 7 |   no. of tracks    |                                 *
41 *           |...|....................|                                 *
42 *           | 8 |   List of tracks   |                                 *
43 *           |...|....................|                                 *
44 *           | 9 |                    |                                 *
45 *           ..........................                                 *
46 *                                                                      *
47 *  JV        = LQ(JVERTX-IVERT) pointer to parameters of vertex        *
48 *            number IVERT                                              *
49 *  Q(JV+1)   x coordinate of this vertex.                              *
50 *                                                                      *
51 *  The JVERTX  banks are filled  by the routine GSVERT.   The Vertex   *
52 * parameters are retrieved by the routine GFVERT.                      *
53 *                                                                      *
54 *                                                                      *
55 *                                          | JKINE                     *
56 *     NTRACK          ITRA                 v                           *
57 *      ...............................................                 *
58 *      |              | |                 | | NTRACK |                 *
59 *      ...............................................                 *
60 *                      |                                               *
61 *                      | JK                                            *
62 *                      v                                               *
63 *           ..........................                                 *
64 *           | 1 |   PX               |                                 *
65 *           |...|....................|                                 *
66 *           | 2 |   PY               |                                 *
67 *           |...|....................|                                 *
68 *           | 3 |   PZ               |                                 *
69 *           |...|....................|                                 *
70 *           | 4 |   Energy           |                                 *
71 *           |...|....................|                                 *
72 *           | 5 |   IPART            |                                 *
73 *           |...|....................|                                 *
74 *           | 6 |   Vertex origin    |                                 *
75 *           |...|....................|                                 *
76 *           | 7 |   no. of vertices  |                                 *
77 *           |...|....................|                                 *
78 *           | 8 |   List of vertices |                                 *
79 *           |...|....................|                                 *
80 *           | 9 |                    |                                 *
81 *           ..........................                                 *
82 *                                                                      *
83 *  JK        = LQ(JKINE-ITRA)   pointer to parameters  of track        *
84 *            number ITRA                                               *
85 *  Q(JK+1)   x component of the momentum for this track.               *
86 *                                                                      *
87 *  The  JKINE  banks  are  filled  by  the  routine  GSKINE.   Track   *
88 * parameters are obtained by GFKINE.                                   *
89 *                                                                      *
90 ************************************************************************
91 #endif