* * $Id$ * * $Log$ * Revision 1.1 2000/06/19 20:00:23 eugenio * Initial revision * * Revision 1.3 1994/10/17 16:38:30 lkg * Changed include statements to use partial path names. * * Revision 1.2 1994/07/15 02:07:53 lkg * Incorporated changes from Geant 3.15 94a correction patch * * Revision 1.1.1.1 1994/04/05 21:31:32 lkg * Beta version of GEANT in CLEO CVS format * * * * gconsp.inc * #include "geant/gcdes/gtconp.inc" #if !defined(CLEO_SINGLE) PARAMETER (PI=3.14159265358979324D0) PARAMETER (TWOPI=6.28318530717958648D0) PARAMETER (PIBY2=1.57079632679489662D0) PARAMETER (DEGRAD=0.0174532925199432958D0) PARAMETER (RADDEG=57.2957795130823209D0) PARAMETER (CLIGHT=29979245800.D0) PARAMETER (BIG=10000000000.D0) PARAMETER (EMASS=0.0005109990615D0) PARAMETER (EMMU=0.105658387D0) PARAMETER (PMASS=0.9382723128D0) PARAMETER (AVO=0.60221367D0) #endif #if defined(CLEO_SINGLE) PARAMETER (PI=3.14159265358979324) PARAMETER (TWOPI=6.28318530717958648) PARAMETER (PIBY2=1.57079632679489662) PARAMETER (DEGRAD=0.0174532925199432958) PARAMETER (RADDEG=57.2957795130823209) PARAMETER (CLIGHT=29979245800.) PARAMETER (BIG=10000000000.) PARAMETER (EMASS=0.0005109990615) PARAMETER (EMMU=0.105658387) PARAMETER (PMASS=0.9382723128) PARAMETER (AVO=0.60221367) #endif