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 33e0321 commit 3cc9af8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
6 changes: 4 additions & 2 deletions _episodes/01-jets101.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
---
title: "Jets 101"
teaching: 0
exercises: 0
teaching: 1h30
exercises: 3
questions:
- "What is a jet?"
- "Are there different types of jets? What is a recluster algorithm?"
- "Which types of jets do we use in CMS?"
objectives:
- "Learn about jets, their properties, types and reclustering algorithms."
- "Learn about the difference between gen, calo, pfjet."
keypoints:
- "Jet is a physical object which represents hadronic showers that interact with our detectors. A jet is usually associated with the physical representation of quark and gluons, but they can be more than that depending of their origin and the algorithm used to define them."
- "A jet is defined by its reclustering algorithm and their constituents. In current experiments, jets are reclusted using the anti-kt algorithm. Depending on their constituents, in CMS, we called jets reclustered from genparticles as GenJets, from calorimeter clusters as CaloJets, and from particle flow candidates as PFJets."
- "Jets are stored in the different CMS data tiers (AOD, miniAOD, nanoAOD). The current recommendation in CMS is to use nanoAOD unless other variables are needed."
---

Full set of intro slides: Slides 1-24 (FIXME)
Expand Down
1 change: 1 addition & 0 deletions _episodes/02-Pileup_jetID.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,6 @@ C++ from a miniAOD file:
>
> What do the jets with jetId represent? Were you expecting more or less jets with jetId==0?
{: .discussion}
{% include links.md %}
3 changes: 2 additions & 1 deletion _episodes/03-JEC_JER.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "JEC and JER"
teaching: 0
teaching: 1h30
exercises: 0
questions:
- "What are jet energy correction?"
Expand Down Expand Up @@ -118,6 +118,7 @@ The resolution is measured in data for different eta bins, and was approximately
In the notebook we will use the `coffea` implementation to apply JER to nanoAOD events.
(FIXME)
{% include links.md %}
Expand Down
13 changes: 9 additions & 4 deletions _episodes/04-Jet_Substructure.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
---
title: "Jet Substructure"
teaching: 0
exercises: 0
teaching: 1h30
exercises: 6
questions:
- "What is jet substructure?"
- "How to distinguished jets originating from W or top quarks?"
objectives:
- "Learn how to identify the origin of jets with high pt"
- "Learn about high pt ak8jets (FatJet)"
- "Learn about the different substructure variables and taggers"
- "Learn ways to identify boosted W and top quarks"
keypoints:
- "First key point. Brief Answer to questions. (FIXME)"
- "Jet substructure is the field study the internakl structure of high pt jets, usually clustered with a bigger jet radius (AK8)."
- "Grooming algorithms like softdrop, and substructure variables like the nsubjettiness ratio help us to identify the origin of these jets."
- "Over the years more state-of-the-art taggers involving ML have been implemented in CMS. Those help us indentify more effectively boosted jets."
---

Full set of intro slides: Slides 58-76 (FIXME)
Expand Down

0 comments on commit 3cc9af8

Please sign in to comment.