*$ CREATE PART3.ADD *COPY PART3 * *=== part3 ============================================================* * *----------------------------------------------------------------------* * * * Include file: part3 copy Revised on 20-08-96 by A. Ferrari * * * * Last change on 14-oct-00 by Alfredo Ferrari * * * * Included in the following subroutines or functions: * * * * W A R N I N G !!!! check also part and part2 for any change!!! * * * * Description of the common block(s) and variable(s) * * * * Amc = particle mass (GeV/c^2) * * Gac = particle width (GeV) * * Tauc = particle mean life (s) * * Amdcsc = "effective" particle mass for energy balance (GeV) * * Zmnabs = lower width (adimensional unit) to be used during * * particle decay to assure that at least one decay * * channel is physically open * * Atnmna = atan (Zmnabs) * * Ichc = particle electric charge * * Ibarc = particle baryon number * * Isosym = index of the isospin reversed (T_z --> -T_z) * * particle (if any, if 0 no such particle is available* * in the part listing) * * Ichcon = index of the charge conjugated (antiparticle) * * particle (if any, if 0 no such particle is available* * in the part listing) * * K1c = index of first decay channel * * K2c = index of last decay channel * * Kptoip = conversion from part to paprop numbering * * Iptokp = conversion from paprop to part numbering * * Kptoia = conversion from part to abltis numbering * * Iatokp = conversion from abltis to part numbering * * Idcflg = decay flag * * Iptype = particle type * * -1: heavy fragments * * 0: unknown particle or lepton * * 1: nucleon * * 2: antinucleon * * 3: pion * * 4: K+/K0 * * -4: Kshrt/Klong * * 5: K-/K0bar * * 6: Lamda/Sigma (strangeness -1 hyperon) * * 7: Xsi (strangeness -2 hyperon) * * 8: Omega (strangeness -3 hyperon) * * 9: ALamda/ASigma (strangeness +1 antihyperon) * * 10: AXsi (strangeness +2 antihyperon) * * 11: AOmega (strangeness +3 antihyperon) * * 12: D+/D0 * * 13: D-/D0bar * * 14: D_s+/D_s- * * 15: Lambda_c+ * * 16: Xsi_c+/Xsi_c0 * * 17: Xsi'_c+/Xsi'_c0 * * 18: Omega_c * * 19: ALambda_c+ * * 20: AXsi_c-/AXsi_c0 * * 21: AXsi'_c-/AXsi'_c0 * * 22: AOmega_c * * Aname = particle literal name * * * *----------------------------------------------------------------------* * CHARACTER*8 ANAMC COMMON / PART / AMC (-6:IDMAXP), GAC (-6:IDMAXP), & TAUC (-6:IDMAXP), AMCDSC (-6:IDMAXP), & ZMNABS (-6:IDMAXP), ATNMNA (-6:IDMAXP), & ICHC (-6:IDMAXP), IBARC (-6:IDMAXP), & ISOSYM (-6:IDMAXP), ICHCON (-6:IDMAXP), & K1C (-6:IDMAXP), K2C (-6:IDMAXP), & KPTOIP (-6:IDMAXP), IPTOKP (-6:NALLWP), & KPTOIA (-6:IDMAXP), IATOKP (-6:MXPABL), & IDCFLG (-6:NALLWP), IPTYPE (-6:NALLWP) COMMON / CHPART / ANAMC (-6:IDMAXP)