Changes between Version 4 and Version 5 of FAQ-General-1


Ignore:
Timestamp:
Jun 11, 2018, 12:04:06 PM (6 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ-General-1

    v4 v5  
    1010   1. to download the code (either after process generation or from our Download page) and run on your local machine.
    1111
    12 If you just want to hard-code a cut, all you need to do is modify the file SubProcesses/cuts.f, where all external particle 4-momenta are given in the P(0:3,nexternal) array (energy in P(0,I) and 3-momenta in P(1:3,I)). The order of the external particles depends on the subprocess, and can be guessed from the name of the subprocess Pxxxxxxx directory or can be seen from the Pxxxxxxx/leshouche.inc file.
     12If you just want to hard-code a cut, all you need to do is modify the file SubProcesses/dummy_fct.f.
     13In that file you have the function: dummy_cuts(P)
     14 where all external particle 4-momenta are given in the P(0:3,nexternal) array (energy in P(0,I) and 3-momenta in P(1:3,I)). The order of the external particles depends on the subprocess, and can be guessed from the name of the subprocess Pxxxxxxx directory or can be seen from the Pxxxxxxx/leshouche.inc file.
    1315
    1416WARNING: By default, various symmetries are taken into account in the process (initial state for example). If your cut didn't agree with those symmetries,
     
    1820   * Source/setrun.f
    1921   * SubProcesses/cuts.inc
    20    * SubProcesses/cuts.f
     22   * SubProcesses/dummy_cuts.f
    2123   * bin/internal/banner.py (which reads the run_card.dat and convert it to a fortran file)
    2224