/usr/include/geant321/pcodat.inc is in libgeant321-2-dev 1:3.21.14.dfsg-11.
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 23 24 25 26 27 28 29 30 31 32 33 34 35 | *
* $Id: pcodat.inc,v 1.1.1.1 1995/10/24 10:20:43 cernlib Exp $
*
* $Log: pcodat.inc,v $
* Revision 1.1.1.1 1995/10/24 10:20:43 cernlib
* Geant
*
*
#ifndef CERNLIB_GEANT321_PCODAT_INC
#define CERNLIB_GEANT321_PCODAT_INC
*
*
* pcodat.inc
*
C --- DATA STMTS. FOR GEANT/GHEISHA PARTICLE CODE CONVERSIONS ---
C --- KIPART(I)=GHEISHA CODE CORRESPONDING TO GEANT CODE I ---
C --- IKPART(I)=GEANT CODE CORRESPONDING TO GHEISHA CODE I ---
C
DATA KIPART/
$ 1, 3, 4, 2, 5, 6, 8, 7,
$ 9, 12, 10, 13, 16, 14, 15, 11,
$ 35, 18, 20, 21, 22, 26, 27, 33,
$ 17, 19, 23, 24, 25, 28, 29, 34,
$ 35, 35, 35, 35, 35, 35, 35, 35,
$ 35, 35, 35, 35, 30, 31, 32, 35/
C
DATA IKPART/
$ 1, 4, 2, 3, 5, 6, 8, 7,
$ 9, 11, 16, 10, 12, 14, 15, 13,
$ 25, 18, 26, 19, 20, 21, 27, 28,
$ 29, 22, 23, 30, 31, 45, 46, 47,
$ 24, 32, 48/
C
#endif
|