The terascale tutorial

Konstantinos Theofilatos
2024-03-14
Abstract:This note summarizes the lectures given in the tutorial session of the Introduction to the Terascale school at DESY on March 2023. The target audience are advanced bachelor and master physics students. The tutorial aims to best prepare the students for starting an LHC experimental physics thesis. The cross section of the top quark pair production is detailed alongside with the reconstruction of the invariant masses of the top quark as well as of the $W$ and $Z$ bosons. The tutorial uses ideas and CMS open data files from the CMS HEP Tutorial written by C. Sander and A. Schmidt, but is entirely rewritten so that it can be run in Google Colab Cloud in a columnar style of analysis with python. In addition, a minimal C/C++ version of a simple event-loop analysis relying on ROOT is exampled. The code is kept as short as possible with emphasis on the transparency of the analysis steps, rather than the elegance of the software, having in mind that the students will in any case need to rewrite their own custom analysis framework.
High Energy Physics - Experiment
What problem does this paper attempt to address?
This paper is a tutorial aimed at teaching advanced undergraduate and master's physics students how to analyze data from large hadron collider (LHC) experiments, with a particular focus on the measurement of the production cross-section of top quark anti-top quark (t¯t) pairs. The tutorial utilizes ideas from the CMS High Energy Physics Tutorial and open data files, and rewrites them in a columnar analysis style using Python through Google Colab cloud, while also showcasing a simple C/C++ event loop analysis example. The paper is divided into multiple sections, including physics analysis, event weights, data and simulation samples, opening ROOT files, data analysis, triggers, cross-section measurement, and project suggestions. Main objectives: 1. How to prepare students to start working on LHC experimental physics papers. 2. Detailed explanation of the cross-section of top quark pair production and the reconstruction of top quarks and W/Z bosons' invariant mass. 3. Instructing on how to deal with concepts such as event weights, Monte Carlo (MC) uncertainties, data and MC samples, trigger efficiency, and cross-section measurement. 4. Providing a series of exercises and projects for students to practice data processing and analysis of physical processes. Through this tutorial, students will learn how to identify and measure specific physical processes, such as the production of top quark pairs, in real LHC data, as well as perform basic physics analysis including event selection, background estimation, and cross-section measurement.