/usr/include/geant321/cgcedg.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 | *
* $Id: cgcedg.inc,v 1.1.1.1 1995/10/24 10:20:42 cernlib Exp $
*
* $Log: cgcedg.inc,v $
* Revision 1.1.1.1 1995/10/24 10:20:42 cernlib
* Geant
*
*
#ifndef CERNLIB_GEANT321_CGCEDG_INC
#define CERNLIB_GEANT321_CGCEDG_INC
*
*
* cgcedg.inc
*
#if !defined(CERNLIB_INCLUDE)
PARAMETER (INPART = 30, NTTT = 50)
COMMON /CGCEDG/ TDEL,NPART,TSTRT(INPART),TEND(INPART),
+ KX,KY,KZ,NPART2,TSTRT2(INPART),TEND2(INPART),
+ XA,YA,ZA,XB,YB,ZB,XDELT,YDELT,ZDELT,
+ ABC(3,2),DEDGE(5),TTT(2,NTTT),ITTT(NTTT)
REAL AA(3),BB(3),DELTA(3)
EQUIVALENCE (AA,XA),(BB,XB),(DELTA,XDELT)
#endif
*
* cgcedg.inc
*
#if defined(CERNLIB_INCLUDE)
#include <geant321/incbeg.inc>
+ CGCEDG.
#include <geant321/incend.inc>
*
#endif
#endif
|