Warning, /include/isajet/jetsig.inc is written in an unsupported language. File is not indexed.
0001 #ifndef CERNLIB_ISAJET_JETSIG_INC
0002 #define CERNLIB_ISAJET_JETSIG_INC
0003 *
0004 *
0005 * jetsig.inc
0006 *
0007 INTEGER MXSIGS,IOPAK
0008 PARAMETER (MXSIGS=3000,IOPAK=100)
0009 COMMON/JETSIG/SIGMA,SIGS(MXSIGS),NSIGS,INOUT(MXSIGS),SIGEVT
0010 SAVE /JETSIG/
0011 #if defined(CERNLIB_LEVEL2)
0012 #include "isajet/l2sigs.inc"
0013 * Ignoring t=pass
0014 #endif
0015 INTEGER NSIGS,INOUT
0016 REAL SIGMA,SIGS,SIGEVT
0017
0018 #endif