Physics Searches: Standard Model
These notebooks dive into the world of Standard Model searches, exploring the fundamental particles and forces that constitute the universe as described by the Standard Model of particle physics. Through these analyses, we aim to test the predictions of the Standard Model, enhancing our understanding of the universe.
Jupyter Notebooks
Uproot
Higgs to ZZ
This notebook uses ATLAS Open Data to show you the steps to rediscover the Higgs boson yourself! You will discover the Higgs boson decaying into a pair of Z bosons, which are in turn decaying into a lepton-antilepton pair each.
Physics: ⭐
Coding: ⭐⭐
Time: ⭐⭐⭐
Higgs to ZZ with Boosted Decision Tree
This notebook uses ATLAS Open Data to show you the steps to apply a Machine Learning approach to discover the Higgs boson yourself! You will discover the Higgs boson decaying into a pair of Z bosons, which are in turn decaying into a lepton-antilepton pair each, and you will learn how to use a boosted decision tree (BDT) like a professional data analist in Physics!
Physics: ⭐
Coding: ⭐⭐⭐
Time: ⭐⭐
Higgs to ZZ with a neural network
This notebook uses ATLAS Open Data to show you the steps to apply a Machine Learning approach to discover the Higgs boson yourself! You will discover the Higgs boson decaying into a pair of Z bosons, which are in turn decaying into a lepton-antilepton pair each, and you will learn how to use a simple neural network like a professional data analist in Physics!
Physics: ⭐
Coding: ⭐⭐⭐
Time: ⭐⭐
Higgs to ZZ with the Coffea framework
This notebook uses ATLAS Open Data to show you the steps to rediscover the Higgs boson yourself, with the Coffea framework!
Physics: ⭐⭐
Coding: ⭐⭐
Time: ⭐⭐
Higgs to γγ analysis NEW
This notebook uses the 2024 release of ATLAS Open Data, with 36.1 fb, to show you the steps to rediscover the Higgs boson yourself! You will discover the Higgs boson decaying into two photons.
Physics: ⭐⭐
Coding: ⭐⭐
Time: ⭐⭐
Higgs to γγ analysis
This notebook uses ATLAS Open Data to show you the steps to rediscover the Higgs boson yourself! You will discover the Higgs boson decaying into two photons.
Physics: ⭐⭐
Coding: ⭐⭐
Time: ⭐⭐
Find the Z boson yourself!
This notebook uses ATLAS Open Data to show you the steps to find the shape of the resonance of the Z boson.
Physics: ⭐⭐
Coding: ⭐⭐⭐
Time: ⭐⭐⭐
Machine Learning for ttZ opposite-sign dilepton analysis
This notebook uses ATLAS Open Data to show you the steps to implement Machine Learning in the opposite-sign dilepton analysis, with a special focus on the definition of the learning rate, following the ATLAS published paper Measurement of the ttZ and ttW cross sections in proton-proton collisions at sqrt(s)= 13 TeV with the ATLAS detector".
Physics: ⭐⭐⭐
Coding: ⭐⭐⭐
Time: ⭐⭐⭐
Machine Learning for ttZ in ATLAS
This notebook uses ATLAS Open Data to show you the steps to implement Machine Learning in the opposite-sign dilepton analysis, following the ATLAS published paper Measurement of the ttZ and ttW cross sections in proton-proton collisions at sqrt(s)= 13 TeV with the ATLAS detector".
Physics: ⭐⭐⭐
Coding: ⭐⭐⭐
Time: ⭐⭐⭐
Machine Learning and BDT for ttZ in ATLAS
This notebook uses ATLAS Open Data to show you the steps to implement Machine Learning, in particular a boosted decision tree, in the opposite-sign dilepton analysis, following the ATLAS published paper Measurement of the ttZ and ttW cross sections in proton-proton collisions at sqrt(s)= 13 TeV with the ATLAS detector".
Physics: ⭐⭐⭐
Coding: ⭐⭐⭐
Time: ⭐⭐⭐
C++
An introductional notebook to HEP analysis in C++
This notebook helps you to find an easy set of commands that show some basic computing techniques commonly used in High Energy Physics (HEP) analyzes, in few lines of code. It also shows how to create an histogram, fill it and draw it. Moreover it is an introduction to ROOT too. The final output is a plot with the number of leptons. The library used is ROOT, a scientific data analysis software framework that provides a large set of functionalities needed to deal with big data processing, statistical analysis, visualisation and storage.
Physics: ⭐
Coding: ⭐
Time: ⭐
Searching for the Higgs boson in the H→γγ channel
This notebook uses ATLAS Open Data to show you the steps to rediscover the Higgs boson decaying in two photons.
Physics: ⭐⭐
Coding: ⭐⭐
Time: ⭐⭐
Python
Get running the full H→γγ analysis using the 13 TeV dataset in 5 minutes!
The analysis is based on the 13 TeV Open Data by the ATLAS Experiment. The ATLAS note ATL-OREACH-PUB-2020-001 can be used as a guide on the content, properties, capabilities and limitations of the released datasets. In this tutorial, in about 5 minutes you are going to re-produce the H→γγ analysis plots from the note.
Physics: ⭐⭐
Coding: ⭐⭐
Time: ⭐
Invariant mass recontruction using TLorentz_vectors
The analysis presented in this notebook consists in searching for events where one or two Z bosons decay to two (or four) leptons of same flavour and opposite charge.
Physics: ⭐⭐
Coding: ⭐⭐
Time: ⭐
Simple two-samples comparison
The analysis presented in this notebook consists in comparing the kinematics between events coming from the Standard Model Higgs boson decaying to two W bosons to those coming from the Standard Model WW-diboson background production.
Physics: ⭐⭐
Coding: ⭐⭐
Time: ⭐⭐
A simple introductional notebook to HEP analysis in python
In this notebook you can find an easy set of commands that show the basic computing techniques commonly used in high energy physics (HEP) analyzes. It also shows how to create a histogram, fill it and draw it. Moreover it is an introduction to ROOT too. At the end you get a plot with the number of leptons.
Physics: ⭐
Coding: ⭐
Time: ⭐
Searching for the Higgs boson in the H→γγ channel
In this notebook you can learn how to discover the Higgs boson at the LHC, using ATLAS Open Data.
Physics: ⭐
Coding: ⭐
Time: ⭐
Kaggle Notebooks
Python
Introduction to Machine Learning completed
This notebook uses ATLAS Open Data to show you the steps to apply a Machine Learning approach to discover the Higgs boson yourself! You will discover the Higgs boson decaying into a pair of Z bosons, which are in turn decaying into a lepton-antilepton pair each.
Physics: ⭐
Coding: ⭐⭐
Time: ⭐⭐
Matplotlib Data vs MC
This notebook uses ATLAS Open Data to show you the steps to apply a Machine Learning approach to discover the Higgs boson yourself! In particular, you will learn how to use the Matplotlib tool to compare real data from the ATLAS Experiment at the LHC with simulated Monte Carlo data, which are generated to mimic the real Physics of the Higgs boson.
Physics: ⭐⭐
Coding: ⭐⭐
Time: ⭐⭐⭐
How to rediscover the Higgs!
This notebook uses ATLAS Open Data to show you the steps to apply a Machine Learning approach to discover the Higgs boson yourself!
Physics: ⭐⭐
Coding: ⭐⭐
Time: ⭐⭐⭐