Changes between Version 2 and Version 3 of FAQ-IT-4


Ignore:
Timestamp:
Apr 12, 2012, 10:46:49 AM (12 years ago)
Author:
Martin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ-IT-4

    v2 v3  
    33=== Pythia and HERWIG require a mass for all particles, while in !MadGraph several are set to zero. How do I fix it? ===
    44
    5 The !ME2Pythia interface included in the [wiki:Software/PythiaInterface Pythia/PGS package] automatically adds masses to particles which are massless in the LHE file, but have mass in Pythia. This implementation is crude, and simply modifies the z-momentum component to account for the added mass. For normal collider processes this should be good enough, since the masses in question here typically are very small compared to the momenta.
     5The !ME2Pythia interface included in the [wiki:PythiaInterface Pythia/PGS package] automatically adds masses to particles which are massless in the LHE file, but have mass in Pythia. This implementation is crude, and simply modifies the z-momentum component to account for the added mass. For normal collider processes this should be good enough, since the masses in question here typically are very small compared to the momenta.
    66
    77There is also a more refined implementation by Steve Mrenna, in Template/bin/addmasses.py, which boosts each particle pair to the rest frame of their mother, modifies the kinematics, and boosts them back. At the moment this only works when the mother is explicitly given in the event file. This produces a new event file, which can be used with any shower Monte Carlo.