Changes between Version 1 and Version 2 of HelpSyntax
- Timestamp:
- May 17, 2010, 3:46:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HelpSyntax
v1 v2 3 3 Compare to MG4 the syntax is basically the same 4 4 but 5 1. All particles should be separated with a spaces 5 6 {{{ 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:: 7 write this: 8 w+ > ve e+ 9 and not: 10 w+>vee+ 11 }}} 12 2. The coupling is specify after the process in the same line. 13 Please note that: 15 14 a. Note that contrary to !MG4 the default for the coupling is to infinity 16 15 b. couplings are case sensitive 17 18 19 20 21 22 16 {{{ 17 write this: 18 w+ > ve e+ QED=2 19 and not: 20 w+>ve e+ qed=2 21 }}} 23 22 3. you can still use the special tag at the end of the process 24 23 a. "/" fordids the following particles to appear in the process … … 28 27 a. In !MG5 the production process is separated from the decay by a coma. 29 28 b. Each part can be restricted by couplings/ special tag restrictions 30 31 32 33 34 29 {{{ 30 write this: 31 g g > t t~ QED=0 /a, (t > b W+, W+ > l+ vl), t~ >j j j QCD=0 32 and not: 33 g g > (t >b (W+ >l+vl))(t~> j j j) 35 34 }}} 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.