Skip to content

Commit 7695f5e

Browse files
aalvesanPhilip Keicher
authored and
Philip Keicher
committed
Update on Overleaf.
1 parent 0a0a896 commit 7695f5e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sections/goal.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\section{Physics example: $H \rightarrow ZZ \rightarrow 4l$}
1+
\section{Physics example: H $\rightarrow$ ZZ $\rightarrow$ 4l}
22
\justifying
33
\paragraph{}
44
The goal of this exercise is to reconstruct the standard model (SM) Higgs boson mass, using a selection targeting the four-lepton final state. This is considered a \textit{golden} channel to measure the properties of the Higgs boson because:

sections/producer.tex

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
\section{Writing a Producer}\label{sec:producer}
2+
3+
The \CCSPStlye{Producer} class is used to calculate higher-level observables and define new columns to be written o disk. The corresponding task is called \CCSPStlye{cf.ProduceColumns} (see Ref.~\cite{cf_repo} for detailed info). Naturally, we only want to compute these new variables for the relevant events for our analysis. Thus, the producers are executed after the selection step.
4+
5+
In this part of the tutorial, we will write a producer which calculates the four lepton invariant mass.

0 commit comments

Comments
 (0)