/usr/include/isajet758/mgsigs.inc is in libisajet758-3-dev 20061220+dfsg3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | #ifndef CERNLIB_ISAJET_MGSIGS_INC
#define CERNLIB_ISAJET_MGSIGS_INC
*
*
* mgsigs.inc
*
C
C Running totals for MadGraph cross sections
C WTTOT8/NWTTOT = total cross section
C WTSUM8/NWT8 = channel cross section
C IFUNC8, IDENT8 = MadGraph function code channel flavors
C
INTEGER MXSIG8
PARAMETER (MXSIG8=1000)
COMMON /MGSIGS/WTTOT8,WTSUM8(MXSIG8),WTMAX8(MXSIG8),NSIG8,
$NWTTOT,NWT8(MXSIG8),IFUNC8(MXSIG8),IDENT8(MXLIM+2,MXSIG8),
$ISORT8(MXSIG8)
REAL*8 WTTOT8,WTSUM8,WTMAX8
INTEGER NSIG8,NWTTOT,NWT8,IFUNC8,IDENT8,ISORT8
SAVE /MGSIGS/
#endif
|