Changes between Version 4 and Version 5 of HelpSyntax
- Timestamp:
- Jul 26, 2010, 3:23:46 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HelpSyntax
v4 v5 1 == !MadGraph5 Syntax For generate events==1 == !MadGraph5 Syntax for process generation == 2 2 3 Compared to [http://madgraph.phys.ucl.ac.be/EXAMPLES/example.html MG4 the syntax] is basically the same 4 but 3 Most of the [http://madgraph.phys.ucl.ac.be/EXAMPLES/example.html MG4 syntax] is kept unchanged, but in MG5, 5 4 1. All particles should be separated with a spaces 6 5 {{{ … … 10 9 w+>vee+ 11 10 }}} 12 2. The coupling is specify after the process in the same line.11 2. The coupling order is specified after the process, on the same line. 13 12 Please note that: 14 a. Note that contrary to !MG4 the default for the coupling is toinfinity13 a. Note that contrary to MG4 the default coupling order is infinity 15 14 b. couplings are case sensitive 16 15 {{{ 17 16 write this: 18 w+ > ve e+QED=217 p p > ve e+ j j QED=2 19 18 and not: 20 w+>ve e+ qed=219 p p > ve e+ j j qed=2 qcd=99 21 20 }}} 22 3. you can still use the special tag at the end of the process 23 a. "/" fordids the following particles to appear in the process 24 b. "$" fordids the following particles to appear in a S-Channel 21 3. Other special process definition tags are the same: 22 a. "p p > w+ > j j j" allows only diagrams with a W+ as an s-channel propagator 23 b. "e+ e- > e+ e- / z" forbids Z to appear in any internal line in the process 24 c. "p p > ul ul~ j $ go" forbids go to appear in any s-channel propagator 25 25 26 4. The syntax for decay chain is different.27 a. In !MG5 the production process is separated from the decay by a coma.28 b. Each part can be restricted by couplings/special tag restrictions26 4. *The syntax for decay chain is different.* 27 a. In MG5 the production process is separated from the decays by a comma. 28 b. Each subprocess (core process or decay) can have coupling orders/special tag restrictions 29 29 {{{ 30 30 write this: 31 g g > t t~ QED=0 /a, (t > b W+, W+ > l+ vl), t~ >j j j QCD=031 g g > t t~ / a QED=0, (t > b W+, W+ > l+ vl), t~ >j j j QCD=0 32 32 and not: 33 g g > (t > b (W+ >l+vl))(t~> j j j)33 g g > (t > b (W+ > l+vl))(t~ > j j j) 34 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.35 Note that if you run MG5 using an MG4 proc_card, then the coupling orders will act as in MG4.