]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geant321/cgcedg.inc
SetChildMomentumRange, SetChildPtRange, SetChildPhiRange, SetChildThetaRange added.
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / cgcedg.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:20:42 cernlib
6* Geant
7*
8*
9#ifndef CERNLIB_GEANT321_CGCEDG_INC
10#define CERNLIB_GEANT321_CGCEDG_INC
11*
12*
13* cgcedg.inc
14*
15#if !defined(CERNLIB_INCLUDE)
16 PARAMETER (INPART = 30, NTTT = 50)
17 COMMON /CGCEDG/ TDEL,NPART,TSTRT(INPART),TEND(INPART),
18 + KX,KY,KZ,NPART2,TSTRT2(INPART),TEND2(INPART),
19 + XA,YA,ZA,XB,YB,ZB,XDELT,YDELT,ZDELT,
20 + ABC(3,2),DEDGE(5),TTT(2,NTTT),ITTT(NTTT)
21 REAL AA(3),BB(3),DELTA(3)
22 EQUIVALENCE (AA,XA),(BB,XB),(DELTA,XDELT)
23#endif
24*
25* cgcedg.inc
26*
27#if defined(CERNLIB_INCLUDE)
28#include "geant321/incbeg.inc"
29 + CGCEDG.
30#include "geant321/incend.inc"
31*
32#endif
33
34#endif