Print Material Cross sections

+-------------+                                               +----------##
| Geant 3.15  |               GEANT User's Guide              | CONS103  ##
+-------------+                                               +----------##
                                   

Author(s) : R.Brun, M.Maire Submitted: 05/05/86 Origin : M.Maire Revised: 10/12/92

      +------------------------------------------------------------+
      |CALL GPRMAT (IMATE,IPART,MECA,KDIM,TKIN) |
      +------------------------------------------------------------+
                                  

User routine to print and interpolate the dE/dx and cross-sections tabulated in JMATE banks corresponding to : material IMATE, particle IPART, mechanism name MECA, kinetic energies TKIN.

The MECAnism name can be :

                'LOSS' 'PHOT' 'ANNI' 'COMP' 'MUNU' 'BREM'
                 'PAIR' 'DRAY' 'PFIS' 'HADG' 'HADF' 'ALL'
                                  

For hadrons it also computes the total hadronic cross section from GHEISHA ('HADG') or FLUKA ('HADF') programs.

Input parameters:

IMATE
(INTEGER) GEANT material number
IPART
(INTEGER) GEANT particle number
MECA
(CHARACTER*4) mechanism name of the table(s) to be printed; if MECA = 'ALL' all the relevant banks for particle IPART will be printed
KDIM
(INTEGER) dimension of the array TKIN (maximum 100)
TKIN
(REAL) array of kinetic energies of incident particle (in GeV)

Called by: 119>