This repository was archived by the owner on Mar 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path6_data_driven_techniques.tex
More file actions
56 lines (47 loc) · 1.81 KB
/
6_data_driven_techniques.tex
File metadata and controls
56 lines (47 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\section[data]{sPlot / Data-driven Techniques}
\begin{frame}
\frametitle{Reweighting}
\begin{center}
\begin{itemize}
\item Requires MC and data events
\item Train classifier to distinguish data events and MC events
\item Reweight MC events using output of classifier
\item Train classifier to distinguish signal and background using reweighted MC
\end{itemize}
\end{center}
\end{frame}
\begin{frame}
\frametitle{Side-band Subtraction}
\begin{center}
\begin{itemize}
\item Requires number of events in signal region and sideband
\item Compensates background events in signal region with negative signal events from the sideband
\end{itemize}
\begin{tikzpicture}
\node[anchor=south west,inner sep=0] (image) at (0,0) {\includegraphics[width=0.7\textwidth]{sideband.png}};
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}
\frametitle{sPlot}
\begin{center}
\begin{itemize}
\item Requires yields and covariance of fitted signal + background model
\item Uses every event twice, as signal and as background with sPlot weight
\end{itemize}
\vspace{-1em}
\begin{align*}
w(\vec{x}_i) &= \frac{ V_{SS} PDF(\vec{x}_i | S) + V_{SB} PDF(\vec{x}_i | B)} {N_S PDF(\vec{x}_i | S) + N_{B} PDF(\vec{x}_i | B)}
\end{align*}
\vspace{-1em}
\begin{tikzpicture}
\node[anchor=south west,inner sep=0] (image) at (0,0) {\includegraphics[width=0.7\textwidth]{splot.png}};
\end{tikzpicture}
\end{center}
\end{frame}
\begin{frame}
\frametitle{Example Classifier Quality}
\begin{center}
\includegraphics[width=\textwidth]{splot_sideband_roc.png}
\end{center}
\end{frame}