Skip to content

Commit 08a2943

Browse files
committed
added tutorial given at Milano PhD school
1 parent 9b6a28f commit 08a2943

File tree

3 files changed

+55
-1
lines changed

3 files changed

+55
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ <h2>{{- page.title -}}</h2>
1515
{{- content -}}
1616
</div>
1717
</article>
18-
</div>
18+
</div>

_tutorials/Milano_2306.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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+
&nbsp;
10+
&nbsp;
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 &rarr; e<sup>-</sup> &nu;<sub>e</sub> &mu;<sup>+</sup> &nu;<sub>&mu;</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 &rarr; the SMEFT/SM ratio is perfectly flat.
50+
<li> the operators cHW, cHl3 give different kinematics compared to SM &rarr; 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>

_tutorials/RF_2102.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
<h3>
88
<i class="fas fa-calendar-alt"></i> 17.01.2021
9+
&nbsp;
10+
&nbsp;
911
<i class="fas fa-external-link-alt"></i> <a href="https://indico.cern.ch/event/982553/">Indico page</a>
1012
</h3>
1113

0 commit comments

Comments
 (0)