Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/isajet/sugxin.inc is written in an unsupported language. File is not indexed.

0001 #ifndef CERNLIB_ISAJET_SUGXIN_INC
0002 #define CERNLIB_ISAJET_SUGXIN_INC
0003 *
0004 *
0005 * sugxin.inc
0006 *
0007 C     XSUGIN contains the inputs to SUGRA:
0008 C     XSUGIN(1) = M_0        XSUGIN(2) = M_(1/2)  XSUGIN(3) = A_0
0009 C     XSUGIN(4) = tan(beta)  XSUGIN(5) = sgn(mu)  XSUGIN(6) = M_t
0010 C     XSUGIN(7) = SUG BC scale
0011 C     XGMIN(1) = LAM         XGMIN(2)  = M_MES    XGMIN(3)  = XN5
0012 C     XGMIN(4) = tan(beta)   XGMIN(5)  = sgn(mu)  XGMIN(6) = M_t
0013 C     XGMIN(7) = CGRAV       XGMIN(8)  =RSL       XGMIN(9)  = DEL_HD
0014 C     XGMIN(10)  = DEL_HU    XGMIN(11) = DY       XGMIN(12) = N5_1
0015 C     XGMIN(13)  = N5_2      XGMIN(14) = N5_3
0016 C     XNRIN(1) = M_N3        XNRIN(2) = M_MAJ     XNRIN(3) = ANSS 
0017 C     XNRIN(4) = M_N3SS
0018 C     XISAIN contains the MSSMi inputs in natural order.
0019       COMMON /SUGXIN/ XISAIN(24),XSUGIN(7),XGMIN(14),XNRIN(4)
0020       REAL XISAIN,XSUGIN,XGMIN,XNRIN
0021       SAVE /SUGXIN/
0022 
0023 #endif