Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/isajet/mbgen.inc is written in an unsupported language. File is not indexed.

0001 #ifndef CERNLIB_ISAJET_MBGEN_INC
0002 #define CERNLIB_ISAJET_MBGEN_INC
0003 *
0004 *
0005 * mbgen.inc
0006 *
0007       INTEGER   LIMPOM
0008       PARAMETER (LIMPOM=20)
0009       COMMON/MBGEN/POMWT(LIMPOM),POMGEN(LIMPOM),MNPOM,MXPOM,PDIFFR,
0010      $NPOM,XBARY(2),DXBARY(2),XPOM(LIMPOM,2)
0011       SAVE /MBGEN/
0012       INTEGER   MNPOM,MXPOM,NPOM
0013       REAL      POMWT,POMGEN,PDIFFR,XBARY,DXBARY,XPOM
0014 
0015 #endif