29 | | '''Sample commands for MadGraph5_aMC@NLO''' [[BR]] |
| 30 | == Sample commands for MadGraph5_aMC@NLO == |
| 31 | The UFO provided together with the feynrules model file was generated for four flavour scheme (4FS) calculations. To perform 5FS ones, you need to generate a new UFO by loading massless_5f restriction file instead of massless_4f. |
| 32 | |
| 33 | Below we give the MadGraph syntax used to generate various mono-X signals |
| 34 | |
| 35 | === MONO-JET === |
| 36 | |
| 37 | |
| 38 | {{{ |
| 39 | generate p p > j ~xd ~xd~ [QCD] |
| 40 | }}} |
| 41 | |
| 42 | |
| 43 | Massive top and bottom quarks. 4FS calculation. |
| 44 | This is LO as there are no tree level diagrams in this scheme. |
| 45 | |
| 46 | === MONO-H === |
| 47 | |
| 48 | |
| 49 | {{{ |
| 50 | generate p p > h ~xd ~xd~ [QCD] |
| 51 | }}} |
| 52 | |
| 53 | |
| 54 | Same notes as above. |
| 55 | |
| 56 | === MONO-Z === |
| 57 | |
| 58 | |
| 59 | {{{ |
| 60 | generate p p > z ~xd ~xd~ [QCD] |
| 61 | }}} |
| 62 | |
| 63 | |
| 64 | Same notes as above. |
| 65 | |
| 66 | === MONO-W === |
| 67 | |
| 68 | WARNING: needs 5FS UFO! |
| 69 | |
| 70 | |
| 71 | {{{ |
| 72 | generate p p > w+ ~xd ~xd~ [QCD] |
| 73 | }}} |
| 74 | |
| 75 | |
| 76 | This has not been tested. |
| 77 | This is LO as there are no tree level diagrams in this scheme. |
| 78 | |
| 79 | === TT+MET (tree level) === |
| 80 | |
| 81 | |
| 82 | {{{ |
| 83 | generate p p > t t~ ~xd ~xd~ |
| 84 | }}} |
| 85 | |
| 86 | |
| 87 | Massive top and bottom quarks. 4FS calculation. |
| 88 | |
| 89 | === BB+MET (tree level) === |
| 90 | |
| 91 | |
| 92 | {{{ |
| 93 | generate p p > b b~ ~xd ~xd~ |
| 94 | }}} |
| 95 | |
| 96 | |
| 97 | Massive top and bottom quarks. 4FS calculation. |
| 98 | |
| 99 | === TT+MET (NLO) === |
| 100 | |
| 101 | Not working yet. However you can generate |
| 102 | |
| 103 | |
| 104 | {{{ |
| 105 | generate p p > t t~ S1 [QCD] |
| 106 | |
| 107 | generate p p > t t~ S2 [QCD] |
| 108 | }}} |
| 109 | |
| 110 | |
| 111 | Massive top and bottom quarks. 4FS calculation. |
| 112 | This is NLO accurate result including both top and bottom loops. |
| 113 | |
| 114 | === BB+MET (NLO) === |
| 115 | |
| 116 | same as above. |
| 117 | |
| 118 | === DI-JET+MET === |
| 119 | |
| 120 | WARNING: to make 5FS you need to output a new UFO with the right restrictions |
| 121 | |
| 122 | |
| 123 | {{{ |
| 124 | generate p p > j j ~xd ~xd~ [QCD] |
| 125 | }}} |
| 126 | |
| 127 | |
| 128 | Massive top and bottom quarks. 4FS calculation. |
| 129 | This is LO as there are no tree level diagrams in this scheme. |
| 130 | |
| 131 | To use 5FS, you need to generate a new UFO output by loading massless_5f restriction file instead of massless_4f. |