Warning, /include/geant321/gcgobj.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1 1995/10/24 10:20:33 cernlib
0006 * Initial revision
0007 *
0008 *
0009 #ifndef CERNLIB_GEANT321_GCGOBJ_INC
0010 #define CERNLIB_GEANT321_GCGOBJ_INC
0011 *
0012 *
0013 * gcgobj.inc
0014 *
0015 #if !defined(CERNLIB_INCLUDE)
0016 PARAMETER (NTRCG=1)
0017 PARAMETER (NWB=207,NWREV=100,NWS=1500)
0018 PARAMETER (C2TOC1=7.7, C3TOC1=2.,TVLIM=1296.)
0019 COMMON /GCGOBJ/IST,IFCG,ILCG,NTCUR,NFILT,NTNEX,KCGST
0020 + ,NCGVOL,IVFUN,IVCLOS,IFACST,NCLAS1,NCLAS2,NCLAS3
0021 COMMON /CGBLIM/IHOLE,CGXMIN,CGXMAX,CGYMIN,CGYMAX,CGZMIN,CGZMAX
0022 C
0023 #endif
0024 *
0025 * gcgobj.inc
0026 *
0027 #if defined(CERNLIB_INCLUDE)
0028 *
0029 #include "geant321/incbeg.inc"
0030 + gcgobj
0031 #include "geant321/incend.inc"
0032 #endif
0033
0034 #endif