Skip to content

Commit

Permalink
Update on Overleaf.
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvesan authored and Philip Keicher committed Oct 23, 2024
1 parent 0a0a896 commit 7695f5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sections/goal.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\section{Physics example: $H \rightarrow ZZ \rightarrow 4l$}
\section{Physics example: H $\rightarrow$ ZZ $\rightarrow$ 4l}
\justifying
\paragraph{}
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:
Expand Down
4 changes: 4 additions & 0 deletions sections/producer.tex
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
\section{Writing a Producer}\label{sec:producer}

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.

In this part of the tutorial, we will write a producer which calculates the four lepton invariant mass.

0 comments on commit 7695f5e

Please sign in to comment.