]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geant321/gcgobj.inc
Hole() method needed by TRD to find out wheter frame has holes.
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / gcgobj.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:20:34 cernlib
6* Geant
7*
8*
9#ifndef CERNLIB_GEANT321_GCGOBJ_INC
10#define CERNLIB_GEANT321_GCGOBJ_INC
11*
12*
13* gcgobj.inc
14*
15#if !defined(CERNLIB_INCLUDE)
16 PARAMETER (NTRCG=1)
17 PARAMETER (NWB=207,NWREV=100,NWS=1500)
18 PARAMETER (C2TOC1=7.7, C3TOC1=2.,TVLIM=1296.)
19 COMMON /GCGOBJ/IST,IFCG,ILCG,NTCUR,NFILT,NTNEX,KCGST
20 + ,NCGVOL,IVFUN,IVCLOS,IFACST,NCLAS1,NCLAS2,NCLAS3
21 COMMON /CGBLIM/IHOLE,CGXMIN,CGXMAX,CGYMIN,CGYMAX,CGZMIN,CGZMAX
22C
23#endif
24*
25* gcgobj.inc
26*
27#if defined(CERNLIB_INCLUDE)
28*
29#include "geant321/incbeg.inc"
30 + gcgobj
31#include "geant321/incend.inc"
32#endif
33
34#endif