+-------------+ +----------##
| Geant 3.16 | GEANT User's Guide | PHYS400 ##
+-------------+ +----------##
Author(s) : G.N.Patrick Submitted: 30.03.82
Origin : Geant 2 Revised: 19.12.92
+--------------------------------+
|CALL GDECAY |
+--------------------------------+
GDECAY is a control routine for the direct simulation of particle decays in flight. From a reference list of parent particles it selects a two- or three-body decay mode using the known branching ratios and calls all the necessary routines needed to generate the vertex and secondary tracks. It used the following input and output:
GDECAY is called automatically by the tracking routines. It calls the subroutines GDECA2 for two-body decay, GDECA3 for three-body decay, GLOREN for Lorentz transformation and GDROT for rotation. For the documetation of GLOREN and GDROT, see PHYS 410.
+--------------------------------------------------+
| CALL GDECA2 (XM0,XM1,XM2,PCM) |
+--------------------------------------------------+
GDECA2 simulates the two-body decay with isotropic angular distribution in the center-of-mass system. It is called from GDECAY.
+------------------------------------------------------+
| CALL GDECA3 (XM0,XM1,XM2,XM3,PCM) |
+------------------------------------------------------+
GDECA3 simulates the three-body decay with isotropic angular distribution in the center-of-mass system. It is called from GDECAY.