{
"cells": [
{
"cell_type": "markdown",
"id": "d239c0fa",
"metadata": {},
"source": [
"# df106_HiggsToFourLeptons\n",
"The Higgs to four lepton analysis from the ATLAS Open Data release of 2020, with RDataFrame.\n",
"\n",
"This tutorial is the Higgs to four lepton analysis from the ATLAS Open Data release in 2020\n",
"(http://opendata.atlas.cern/release/2020/documentation/). The data was taken with the ATLAS detector\n",
"during 2016 at a center-of-mass energy of 13 TeV. The decay of the Standard Model Higgs boson\n",
"to two Z bosons and subsequently to four leptons is called the \"golden channel\". The selection leads\n",
"to a narrow invariant mass peak on top a relatively smooth and small background, revealing\n",
"the Higgs at 125 GeV.\n",
"The analysis is translated to an RDataFrame workflow processing about 300 MB of simulated events and data.\n",
"\n",
"Lepton selection efficiency corrections (\"scale factors\") are applied to simulated samples to correct for the\n",
"differences in the trigger, reconstruction, and identification efficiencies in simulation compared to real data.\n",
"Systematic uncertainties for those scale factors are evaluated and the Vary function of RDataFrame is used to\n",
"propagate the variations to the final four leptons mass distribution.\n",
"\n",
"See the [corresponding spec json file](https://github.com/root-project/root/blob/master/tutorials/analysis/dataframe/df106_HiggsToFourLeptons_spec.json).\n",
"\n",
"\n",
"\n",
"\n",
"**Author:** Stefan Wunsch (KIT, CERN), Julia Mathe (CERN), Marta Czurylo (CERN) \n",
"This notebook tutorial was automatically generated with ROOTBOOK-izer from the macro found in the ROOT repository on Tuesday, May 19, 2026 at 08:10 PM."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "6542e46a",
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"%%cpp -d\n",
"#include \"TInterpreter.h\"\n",
"#include