The Hit data structure JHITS

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

Author(s) : R.Brun Submitted: 01.11.83 Origin : Same Revised: 28.04.86

                                                             JHITS
 NSET                  ISET                          v
                       JH
NDET   IDET          v                           NDET
       JHD
        v
       1st hit                             2nd hit, etc.
                    Bank layout

JH
= LQ(JHITS-ISET,) pointer to hits for set number ISET
JHD
= LQ(JH-IDET), pointer to hits of detector IDET of set ISET
IQ(JH+IDET)
number of words used so far for storing the hits of detector IDET
IQ(JHD+1)
1st word of 1st hit
IQ(JHD+NWH+1)
1st word of 2nd hit

           JS=LQ(JSET-ISET)
           JD=LQ(JS-IDET)
           NWH=IQ(JD+3)

The JHITS structure is filled with the routines GSAHIT and GSCHIT. The routine GFHITS can be used to get the hits for a detector IDET in set ISET.