Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alefisico committed Dec 20, 2023
1 parent 992aca3 commit e5cf899
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
4 changes: 2 additions & 2 deletions _episodes/02-Pileup_jetID.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Here we are going to produce a file containing the weights used for pileup rewei
> ## Open a notebook
>
> For this part open the notebook called `Jet_Types_and_Algorithms.ipynb` and run the Exercise 2.
> For this part open the notebook called `Pileup.ipynb` and run the Exercise 2.
{: .checklist}
> ## Question 2.4
Expand Down Expand Up @@ -122,7 +122,7 @@ The JetMET POG recommends a single jet ID for most physics analysess in CMS, whi
> ## Open a notebook
>
> For this part open the notebook called `Jet_Types_and_Algorithms.ipynb` and run the Exercise 3.
> For this part open the notebook called `Pileup.ipynb` and run the Exercise 3.
{: .checklist}
In nanoAOD is trivial to apply jetID. They are stored as Flags, where `events.Jet.jetId>=2` corresponds to *tightID* and `events.Jet.jetId>=6` corresponds to *tightLepVetoID*.
Expand Down
35 changes: 24 additions & 11 deletions _episodes/03-JEC_JER.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ questions:
- "What are jet energy correction?"
- "What is jet energy resolution?"
objectives:
- "First learning objective. (FIXME)"
- "Learn about how we calibrate jets in CMS."
- "Learn about the resolution of the jets and its effect."
keypoints:
- "First key point. Brief Answer to questions. (FIXME)"
- "The energy of jets in data and simulations is different, for many reasons, and in CMS we calibrate them in a series of steps."
- "Jets are stochastic objects which its content fluctuates a lot. We measure the jet energy resolution to mitigate this effects."
---

Navigate to directory section3 and follow the instructions in the below notebooks.

Covered notebooks: Jet energy corrections (Ex 3.1) and Jet energy resolution (Ex 3.2)

(Following slides 27-38 from these slides)
(Following slides 27-38 from these slides) (FIXME)

---

Expand All @@ -35,7 +33,7 @@ Covered notebooks: Jet energy corrections (Ex 3.1) and Jet energy resolution (Ex
> ## Open a notebook
>
> For the first part of this introduction open the notebook called `Jet_Energy_Corrections.ipynb`.
> For this part open the notebook called `Jet_Energy_Corrections.ipynb` and run the Exercise 1 and 2.
{: .checklist}
> ## Discussion 1.1
Expand Down Expand Up @@ -95,6 +93,11 @@ labeling the JECs. In this example:
Since we've applied the JEC corrections to the distributions, we should also assign a systematic uncertainty to the procedure. The procedure is explained in [this link](https://cms-jerc.web.cern.ch/JECUncertaintySources/), and this is part of the Exercise 3 of the notebook.
> ## Open a notebook
>
> For this part open the notebook called `Jet_Energy_Corrections.ipynb` and run the Exercise 3.
{: .checklist}
> ## Question 1.1
> After running the Exercise 3 of the notebook, does the result make sense? Is the nominal histogram always between the up and down variations, and should it be?
{: .challenge}
Expand All @@ -112,13 +115,23 @@ The resolution is measured in data for different eta bins, and was approximately
> ## Open a notebook
>
> For the first part of this introduction open the notebook called `Jet_Resolution.ipynb`.
> For this part open the notebook called `Jet_Energy_Corrections.ipynb` and run the Exercise 4.
{: .checklist}
In the notebook we will use the `coffea` implementation to apply JER to nanoAOD events.
In the notebook we will use the `coffea` implementation to apply JER to nanoAOD events. Notice that
the function used to apply corrections will be updated soon to be compatible with `json-pog`.
(FIXME)
> ## Discussion
>
> Let's look at a simple dijet resonance peak shown below.
>
> <img src="../fig/JER_RSplot.png" alt="Jet Resolution plot for a dijet resonance analysis." width="400px" />
>
> It corresponds to a dijet resonance peaks analysis. The plot was produced an MC sample of Randall-Sundrum gravitons (RSGs) with m=3 TeV decaying to two quarks. The resulting signature is two high-$p_{\mathrm{T}}$ jets, with a truth-level invariant mass of 3 TeV.
>
> Can you see the effect the correction and the smearing has?
{: .discussion}
{% include links.md %}
Binary file added fig/JER_RSplot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5cf899

Please sign in to comment.