]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geant321/gconst.inc
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / gconst.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:20:32 cernlib
6* Geant
7*
8*
9#ifndef CERNLIB_GEANT321_GCONST_INC
10#define CERNLIB_GEANT321_GCONST_INC
11*
12*
13* gconst.inc
14*
15#if !defined(CERNLIB_INCLUDE)
16#if defined(CERNLIB_TYPE)
17#include "geant321/gtcons.inc"
18#endif
19 COMMON/GCONST/PI,TWOPI,PIBY2,DEGRAD,RADDEG,CLIGHT,BIG,EMASS
20 COMMON/GCONSX/EMMU,PMASS,AVO
21C
22#endif
23*
24* gconst.inc
25*
26#if defined(CERNLIB_INCLUDE)
27*
28#include "geant321/incbeg.inc"
29 + gconst
30#include "geant321/incend.inc"
31#endif
32
33#endif