| 113 | ==== !MadSpin |
| 114 | [https://cp3.irmp.ucl.ac.be/projects/madgraph/wiki/MadSpin MadSpin] can be used to perform tree-level decays (accounting for leading-order spin correlations). |
| 115 | Information about the branching fractions of the decayed particles should then be included in the restriction (and/or param) card used. |
| 116 | E.g. for the top quark, Z and W bosons: |
| 117 | {{{ |
| 118 | DECAY 6 1.470800e+00 |
| 119 | 1.000000e+00 2 5 24 # 1.4708 |
| 120 | DECAY 23 2.416039e+00 |
| 121 | 1.517939e-01 2 -1 1 |
| 122 | 1.517939e-01 2 -3 3 |
| 123 | 1.517939e-01 2 -5 5 |
| 124 | 1.176099e-01 2 -2 2 |
| 125 | 1.176099e-01 2 -4 4 |
| 126 | 6.865783e-02 2 -12 12 |
| 127 | 6.865783e-02 2 -14 14 |
| 128 | 6.865783e-02 2 -16 16 |
| 129 | 3.447502e-02 2 -11 11 |
| 130 | 3.447502e-02 2 -13 13 |
| 131 | 3.447502e-02 2 -15 15 |
| 132 | DECAY 24 2.002950e+00 |
| 133 | 3.333333e-01 2 -1 2 |
| 134 | 3.333333e-01 2 -3 4 |
| 135 | 1.111111e-01 2 -11 12 |
| 136 | 1.111111e-01 2 -13 14 |
| 137 | 1.111111e-01 2 -15 16 |
| 138 | }}} |
| 139 | These values can be recomputed for a given param_card by running {{{compute_widths <particle-name> --path=<input-param-card> --output=<updated-param-card>}}} after having loaded the model. |
| 140 | To ensure gauge invariance, MadGraph_aMC@NLO would still set the widths of external particles to zero (saying, e.g., "For gauge cancellation, the width of 'Z' has been set to zero") but pass the required information to !MadSpin. |
| 141 | If the EFT coefficient varied affect the widths of the decayed particles, extra care must be taken to properly account for that dependence. |
| 142 | |