+-------------+ +----------## | Geant 3.10 | GEANT User's Guide | TRAK300 ## +-------------+ +----------##
Author(s) : R.Brun Submitted: 01.06.83 Origin : Same Revised: 28.04.86
+------------------------------------+ |CALL GSKING (IT) | +------------------------------------+
This routine replaces the old obsolete routine GSSTAK. It is used to save in the stack one or all particles generated during the current step. It can be called for example from GUSTEP.
If IT = 0 then GSKING stores all particles which have been generated.
Their number NGKINE and their parameters are obtained from
COMMON /GCKING/ KCASE, NGKINE, GKIN(5,100), TOFD(100)
If IT .NE. 0 then GSKING stores only the track number IT taken from /GCKING/
For each particle saved, the momentum components, as well as the time of flight (TOFG+TOFD(IT)) are stored.