]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geant321/gccuts.inc
Default compile option changed to -g (Alpha)
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / gccuts.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:20:31 cernlib
6* Geant
7*
8*
9#ifndef CERNLIB_GEANT321_GCCUTS_INC
10#define CERNLIB_GEANT321_GCCUTS_INC
11*
12*
13* gccuts.inc
14*
15#if !defined(CERNLIB_INCLUDE)
16 COMMON/GCCUTS/CUTGAM,CUTELE,CUTNEU,CUTHAD,CUTMUO,BCUTE,BCUTM
17 + ,DCUTE ,DCUTM ,PPCUTM,TOFMAX,GCUTS(5)
18C
19#if defined(CERNLIB_TYPE)
20#include "geant321/gtcuts.inc"
21#endif
22#endif
23*
24* gccuts.inc
25*
26#if defined(CERNLIB_INCLUDE)
27*
28#include "geant321/incbeg.inc"
29 + gccuts
30#include "geant321/incend.inc"
31#endif
32
33#endif