|
| 1 | +--- |
| 2 | +title: PhD course "EFT fitting in Standard Model measurements" |
| 3 | +icon: fa-pencil-alt |
| 4 | +order: 2 |
| 5 | +--- |
| 6 | + |
| 7 | +<h3> |
| 8 | +<i class="fas fa-calendar-alt"></i> 26.06.2023 |
| 9 | + |
| 10 | + |
| 11 | +<i class="fab fa-github"></i> <a href="https://github.com/IlariaBrivio/SMEFTsim_tutorial_June23">repo</a> |
| 12 | +</h3> |
| 13 | + |
| 14 | +<hr> |
| 15 | +<ol class="fa-ul"> |
| 16 | +This is a simple tutorial showcasing how to use SMEFTsim in MadGraph, simulating the decay of the Higgs boson<br> |
| 17 | +h → e<sup>-</sup> ν<sub>e</sub> μ<sup>+</sup> ν<sub>μ</sub> |
| 18 | +</ol> |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +<h3 style="text-align:left;"> Pre-requisites </h3> |
| 23 | +<ol class="fa-ul" style="text-align:left;font-size:15pt;"> |
| 24 | +<li><span class="fa-li"><i class="fas fa-caret-right"></i></span> <a href="https://launchpad.net/mg5amcnlo">MadGraph5_aMC@NLO</a> v2.6 to v2.9, including the reweight module. </li> |
| 25 | +<li><span class="fa-li"><i class="fas fa-caret-right"></i></span> <a href="">ROOT</a> with PyROOT (for python2.7) </li> |
| 26 | +<u>alternatively:</u> |
| 27 | +<li><span class="fa-li"><i class="fas fa-caret-right"></i></span> <a href="https://www.docker.com/"> Docker </a> </li> |
| 28 | +<li><span class="fa-li"><i class="fas fa-caret-right"></i></span> Install the docker image following instructions given <a href="https://github.com/ajgilbert/EFT-HandsOn/tree/main">here</a> |
| 29 | +</li> |
| 30 | +</ol> |
| 31 | + |
| 32 | +<h3 style="text-align:left;"> Material and Instructions </h3> |
| 33 | +<ol class="fa-ul" style="text-align:left;font-size:15pt;"> |
| 34 | +<li><span class="fa-li"><i class="fas fa-caret-right"></i></span> Download material by cloning the github repository |
| 35 | +<code> https://github.com/IlariaBrivio/SMEFTsim_tutorial_June23.git </code> |
| 36 | +<li><span class="fa-li"><i class="fas fa-caret-right"></i></span> |
| 37 | +Follow instructions in the Readme file. |
| 38 | +<li><span class="fa-li"><i class="fas fa-caret-right"></i></span> |
| 39 | +If you are using docker, make sure to download all the material from within the image. |
| 40 | +</ol> |
| 41 | + |
| 42 | + |
| 43 | +<h3 style="text-align:left;"> Solutions </h3> |
| 44 | +<ol class="fa-ul" style="text-align:left;font-size:15pt;"> |
| 45 | +<li><span class="fa-li"><i class="fas fa-caret-right"></i></span> The repository contains a zip folder with the product of the tutorial. |
| 46 | +<li><span class="fa-li"><i class="fas fa-caret-right"></i></span> Some physics to look for in the plots: |
| 47 | +<ul> |
| 48 | + <li> quadratic terms are all much smaller than the linear ones. This is because the decay is kinematically limited. |
| 49 | + <li> operators entering only through input shifts (cll1, cHbox) give exact rescalings of the SM rate → the SMEFT/SM ratio is perfectly flat. |
| 50 | + <li> the operators cHW, cHl3 give different kinematics compared to SM → the SMEFT/SM ratio has a non-flat shape. |
| 51 | + <li> propagator corrections are non-negligible only in the kinematic regions where one of the two W is on-shell. <br>here, they are of the same order as the linear corrections from vertex insertions. |
| 52 | +</ul> |
0 commit comments