The Kinematics data structures JVERTX and JKINE

+-------------+                                               +----------##
| Geant 3.10  |               GEANT User's Guide              | KINE199  ##
+-------------+                                               +----------##
                                   

Author(s) : Submitted: 01.11.83 Origin : GEANT2/3 Revised: 28.05.86

^ ^ ^| JVERTX
 ^NVERTX^IVERT^v
.bx 5 20 22 40 42 55
^^^^NVERTX
.bx end
.il 20;|
.il 20;| JV
.il 20;v
.bx 10 14 35
.tb 4 12 41
^ ^1     VX
.bx
^ ^2     VY
.bx
^ ^3     VZ
.bx
^ ^4     Time of flight
.bx
^ ^5     NTBEAM
.bx
^ ^6     NTTARG
.bx
^ ^7     no. of tracks
.bx
^ ^8     List of tracks
.bx
^ ^9     ...

JV
= LQ(JVERTX-IVERT) pointer to parameters of vertex number IVERT
Q(JV+1)
x coordinate of this vertex.
The JVERTX banks are filled by the routine GSVERT.

 .tb 4 20 41 45
^ ^ ^| JKINE
 ^NTRACK^ITRA ^v
.bx 5 20 22 40 42 52
^^^^NTRACK
.bx end
.il 20;|
.il 20;| JK
.il 20;v
.bx 10 14 35
.tb 4 12 35
^ ^1     PX
.bx
^ ^2     PY
.bx
^ ^3     PZ
.bx
^ ^4     Energy
.bx
^ ^5     IPART
.bx
^ ^6     Vertex origin
.bx
^ ^7     no. of vertices
.bx
^ ^8     List of vertices
.bx
^ ^9     ...
.bx end

JK
= LQ(JKINE-ITRA) pointer to parameters of track number ITRA
Q(JK+1)
x component of the momentum for this track.

The JKINE banks are filled by the routine GSKINE.

The track parameters may be obtained through the routine GFKINE.