Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
alefisico committed Jan 2, 2024
1 parent b3cb98f commit 2fdb16e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# CMS Data Analysis School 2023: Jet Analysis Short Exercise

[![Create a Slack Account with us](https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg)](https://swc-slack-invite.herokuapp.com/)

This repository generates the corresponding lesson website from [The Carpentries](https://carpentries.org/) repertoire of lessons.

Expand All @@ -22,11 +21,9 @@ Look for the tag ![good_first_issue](https://img.shields.io/badge/-good%20first%

## Maintainer(s)

Current maintainers of this lesson are
There have been many maintainers of these exercises during the years. Current maintainers of this lesson are

* FIXME
* FIXME
* FIXME
* [Alejandro Gomez Espinosa](mailto:[email protected])


## Authors
Expand Down
2 changes: 2 additions & 0 deletions _includes/lesson_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<div class="row">
<div class="col-md-6 license" id="license-info" align="left">
{% if site.carpentry == "swc" %}
Content licensed under <a href="{{ site.cc_by_human }}">CC-BY 4.0</a> 2020–{{ 'now' | date: "%Y" }}
by the <a href="{{ site.cms_site }}">CMS</a> Collaborations at <a href="{{ site.cern_site }}">CERN</a>
Licensed under <a href="{{ site.cc_by_human }}">CC-BY 4.0</a> 2018–{{ 'now' | date: "%Y" }}
by <a href="{{ site.carpentries_site }}">The Carpentries</a>
<br>
Expand Down
Binary file added fig/20140806_01_jet_pileup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ root: . # Is the only page that doesn't follow the pattern /:path/index.html
permalink: index.html # Is the only page that doesn't follow the pattern /:path/index.html
---

<img src="../fig/20140806_01_jet_pileup.png" alt="" style="width: 400px;"/>

This tutorial will give you the basics you need to deal with jets in your analysis. We start with the basics of a jet, how they are reconstructed, what algorithms are used, etc. Then, we give examples with scripts on how to access jets and use them in your analysis frameworks, including corrections and systematics. In the second part of the exercise, we examine jet substructure algorithms, which have many uses, including the identification of hadronic decays of heavy SM particles like top quarks, W, Z, and H bosons, as well as mitigation of pileup and others.

The tutorial is designed to be executed at cmslpc, following the setup step, using jupyter notebooks. On this website, you will find links to instructional slides and more information about the topics to walk you through the exercises.
Expand All @@ -13,7 +15,7 @@ _For general questions, problems, debugs, or asking for help from experts on jet

_Follow the CMS workbook on jet analysis:_ [WorkBookJetAnalysis](https://twiki.cern.ch/twiki/bin/view/CMSPublic/WorkBookJetAnalysis)

> # What is this set of exercises trying to do?
> ## What is this set of exercises trying to do?
>
>It gives you hands-on experience accessing jet collection in an event, plotting basic jet quantities, and applying jet energy correction.
> * This is a 101 on accessing jets in the CMS framework without assuming prior knowledge of jet analysis.
Expand All @@ -22,12 +24,12 @@ _Follow the CMS workbook on jet analysis:_ [WorkBookJetAnalysis](https://twiki.
> * Give a comprehensive reference to more advanced workbook examples, additional resources, and pedagogical documentation in one place.
{: .objectives}

> # What are these exercises NOT meant for?
> ## What are these exercises NOT meant for?
>
> To summarize the CMS JetMET software machinery comprehensively or the jet analyses performed at CMS.
{: .keypoints}

> # What do we expect from you?
> ## What do we expect from you?
>
> * You should have followed all the pre-exercises and have a cmslpc account, grid certificate, and a current web browser.
> * It would be best if you worked through the notebooks, ensuring you understand every step and every plot.
Expand Down

0 comments on commit 2fdb16e

Please sign in to comment.