]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geant321/gc10ev.inc
SetChildMomentumRange, SetChildPtRange, SetChildPhiRange, SetChildThetaRange added.
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / gc10ev.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:20:35 cernlib
6* Geant
7*
8*
9#ifndef CERNLIB_GEANT321_GC10EV_INC
10#define CERNLIB_GEANT321_GC10EV_INC
11*
12*
13* gc10ev.inc
14*
15#if !defined(CERNLIB_INCLUDE)
16 REAL G10EV,TENEV
17 PARAMETER (G10EV=1.0E-8)
18 PARAMETER (TENEV=1.E-2)
19C
20#endif
21*
22* gc10ev.inc
23*
24#if defined(CERNLIB_INCLUDE)
25*
26#include "geant321/incbeg.inc"
27 + gc10ev
28#include "geant321/incend.inc"
29#endif
30
31#endif