/usr/include/isajet758/sspols.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 | #ifndef CERNLIB_ISAJET_SSPOLS_INC
#define CERNLIB_ISAJET_SSPOLS_INC
*
*
* sspols.inc
*
C Polarizations in SUSY decays
C PTAUj(i) = P_tau for tauj -> ziss tau
C PTAUZi(j) = P_tau for ziss -> tauj tau
C PTAUZZ = P_tau for z2ss -> z1ss tau tau
C PTAUWZ = P_tau for w1ss -> z1ss tau nutau
COMMON/SSPOLS/PTAU1(4),PTAU2(4),PTAUZ2(2),PTAUZ3(2),PTAUZ4(2),
$PTAUZZ,PTAUWZ
SAVE /SSPOLS/
REAL PTAU1,PTAU2,PTAUZ2,PTAUZ3,PTAUZ4,PTAUZZ,PTAUWZ
#endif
|