Warning, /GeneratorInterface/BeamHaloGenerator/interface/bhgp_info.inc is written in an unsupported language. File is not indexed.
0001 *****************************************************************
0002 * *
0003 * DESCRIPTION: this include file contains common blocks *
0004 * with kinetic energy ranges and *
0005 * with particle rate counters and *
0006 * with particle rate fractions and *
0007 * with random function infos *
0008 * *
0009 * last update (31/05/2005) by droll *
0010 * *
0011 *****************************************************************
0012
0013 ! allowed kinetic energy ranges for event generation
0014 ! mu+- pi+- K+- p+ n0
0015 REAL EMUMIN,EPIMIN,EKAMIN,EPRMIN,ENEMIN ! minimum
0016 & ,EMUMAX,EPIMAX,EKAMAX,EPRMAX,ENEMAX ! maximum
0017 COMMON/KINENE/EMUMIN,EPIMIN,EKAMIN,EPRMIN,ENEMIN
0018 & ,EMUMAX,EPIMAX,EKAMAX,EPRMAX,ENEMAX
0019
0020 ! particle rate counters
0021 ! mu+ pi+ K+ p+ n0
0022 ! mu- pi- K-
0023 DOUBLE PRECISION R_MU_P,R_PI_P,R_KA_P,R_PROT,R_NEUT
0024 & ,R_MU_M,R_PI_M,R_KA_M,NPRIME,NSTACK
0025 COMMON/PRATES/ R_MU_P,R_PI_P,R_KA_P,R_PROT,R_NEUT
0026 & ,R_MU_M,R_PI_M,R_KA_M,NPRIME,NSTACK
0027
0028 ! particle rate fractions
0029 ! mu+ pi+ K+ p+ n0
0030 ! mu- pi- K-
0031 REAL FR_MUP,FR_PIP,FR_KAP,FR_PRO,FR_NEU
0032 & ,FR_MUM,FR_PIM,FR_KAM
0033 COMMON/PARFRC/FR_MUP,FR_PIP,FR_KAP,FR_PRO,FR_NEU
0034 & ,FR_MUM,FR_PIM,FR_KAM