Plot Material Cross Sections

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

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

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

User routine to plot 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 Hadronic particles 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 data to be plotted; if MECA = 'ALL' all the tables for particle IPART will be plotted
KDIM
(INTEGER) dimension of the array TKIN (maximum 100)
TKIN
(REAL) array of kinetic energies of incident particle (in GeV)

Output parameters:

IDM
(INTEGER) treatment of the created histogram(s):
IDM>0
fill, print, keep histogram(s)
IDM= 0
fill, print, delete histogram(s)
IDM<0
fill, noprint, keep histogram(s)
The histogram IDentifier will be:10000*IMATE+100*IPART+IMECA where, IMECA is the link number in structure JMATE (see [CONS199]) IMECA = 13 for 'HADF', IMECA = 14 for 'HADG'

Called by: 116>