]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geant321/ludat3.inc
SetChildMomentumRange, SetChildPtRange, SetChildPhiRange, SetChildThetaRange added.
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / ludat3.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_LUDAT3_INC
10#define CERNLIB_GEANT321_LUDAT3_INC
11*
12*
13* ludat3.inc
14*
15#if !defined(CERNLIB_INCLUDE)
16 COMMON/LUDAT3/MDCY(500,3),MDME(2000,2),BRAT(2000),KFDP(2000,5)
17 INTEGER MDCY,MDME,KFDP
18 REAL BRAT
19 SAVE /LUDAT3/
20*
21#endif
22*
23* ludat3.inc
24*
25#if defined(CERNLIB_INCLUDE)
26*
27#include "geant321/incbeg.inc"
28 + ludat3
29#include "geant321/incend.inc"
30#endif
31
32#endif