/usr/include/isajet758/hcon.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_HCON_INC
#define CERNLIB_ISAJET_HCON_INC
*
*
* hcon.inc
*
COMMON/HCON/ANWWWW(4,4,4),ADWWWW(2,4),AIWWWW(4)
$,HMASS,HGAM,HGAMS(29),ETAHGG,MATCHH(29),ZSTARS(4,2)
$,IHTYPE,HGAMSS(85,85)
SAVE /HCON/
#if defined(CERNLIB_DOUBLE)
#include <isajet/hcon2.inc>
* Ignoring t=pass
#endif
#if defined(CERNLIB_SINGLE)
#include <isajet/hcon1.inc>
* Ignoring t=pass
#endif
INTEGER MATCHH,IHTYPE
REAL HMASS,HGAM,HGAMS,ETAHGG,ZSTARS,HGAMSS
#endif
|