|
||||
Warning, /include/isajet/pjets.inc is written in an unsupported language. File is not indexed.
0001 #ifndef CERNLIB_ISAJET_PJETS_INC 0002 #define CERNLIB_ISAJET_PJETS_INC 0003 * 0004 * 0005 * pjets.inc 0006 * 0007 INTEGER MXJETS 0008 PARAMETER (MXJETS=10) 0009 COMMON/PJETS/PJETS(5,MXJETS),IDJETS(MXJETS),QWJET(5),IDENTW 0010 $,PPAIR(5,4),IDPAIR(4),JPAIR(4),NPAIR,IFRAME(MXJETS) 0011 SAVE /PJETS/ 0012 INTEGER IDJETS,IDENTW,IDPAIR,JPAIR,NPAIR,IFRAME 0013 REAL PJETS,QWJET,PPAIR 0014 0015 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |