]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geant321/cgdelt.inc
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / cgdelt.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_CGDELT_INC
10#define CERNLIB_GEANT321_CGDELT_INC
11*
12*
13* cgdelt.inc
14*
15#if !defined(CERNLIB_INCLUDE)
16 PARAMETER (DELWOR = 2.**13, DELSCR = 2.**11)
17 PARAMETER (DEWOR = .5/DELWOR, EEWOR = 1./DELWOR)
18 PARAMETER (DESCR = .5/DELSCR, EESCR = 1./DELSCR)
19#endif
20*
21* cgdelt.inc
22*
23#if defined(CERNLIB_INCLUDE)
24#include "geant321/incbeg.inc"
25 + CGDELT.
26#include "geant321/incend.inc"
27*
28#endif
29
30#endif