You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sections/producer.tex
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ \section{Writing a Producer}\label{sec:producer}
38
38
Note that to perform four-vector calculations, you need to import \code{attach\_coffea\_behavior} from \code{columnflow.production.util}.
39
39
You will need to use kinematic information from both the \code{events.Electron} and \code{events.Muon} collections and create a new column which stores your calculated invariant mass.
40
40
41
-
\begin{exercise}{Writing a Producer}{}
41
+
\begin{exercise}{Writing a Producer}{h4l/production/invariant_mass.py}
42
42
Write a \CCSPStlye{Producer} class which computes the four lepton invariant mass.
0 commit comments