Changes between Version 1 and Version 2 of HelpSyntax


Ignore:
Timestamp:
May 17, 2010, 3:46:36 PM (14 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HelpSyntax

    v1 v2  
    33Compare to MG4 the syntax is basically the same
    44but
     5   1. All particles should be separated with a spaces
    56{{{
    6    1. All particles should be separated with a spaces
    7 
    8       write this:
    9          w+ > ve e+
    10       and not:
    11          w+>vee+
    12 
    13    2. The coupling is specify after the process in the same line
    14       Please note that::
     7write this:
     8   w+ > ve e+
     9and not:
     10   w+>vee+
     11}}}
     12   2. The coupling is specify after the process in the same line.
     13      Please note that:
    1514        a. Note that contrary to !MG4 the default for the coupling is to infinity
    1615        b. couplings are case sensitive
    17 
    18       write this:
    19          w+ > ve e+ QED=2
    20       and not:
    21          w+>ve e+ qed=2
    22 
     16{{{
     17write this:
     18   w+ > ve e+ QED=2
     19and not:
     20   w+>ve e+ qed=2
     21}}}
    2322   3. you can still use the special tag at the end of the process
    2423      a. "/" fordids the following particles to appear in the process
     
    2827      a. In !MG5 the production process is separated from the decay by a coma.
    2928      b. Each part can be restricted by couplings/ special tag restrictions
    30 
    31       write this:
    32          g g > t t~ QED=0 /a, (t > b W+, W+ > l+ vl), t~ >j j j QCD=0
    33       and not:
    34          g g > (t >b (W+ >l+vl))(t~> j j j)     
     29{{{
     30write this:
     31   g g > t t~ QED=0 /a, (t > b W+, W+ > l+ vl), t~ >j j j QCD=0
     32and not:
     33   g g > (t >b (W+ >l+vl))(t~> j j j)     
    3534}}}
     35   Note that If you run MG5 on MG4 proc_card. for a decay chains, then the couplings restriction will be applied only on the core process.