Signal and controls regions in the ABCD method for analyses of proton-proton collision data. Also see the other isolation sideband methods, or event categorization with jets
Edit and compile if you like:
% Author: Izaak Neutelings (November 2020)\documentclass[border=3pt,tikz]{standalone}\usepackage{amsmath} % for \text\usepackage{tikz}\tikzset{>=latex} % for LaTeX arrow head%\usetikzlibrary{patterns} % for hatches area% colors\colorlet{mylightred}{red!50!black!15}\colorlet{mylightblue}{blue!50!black!15}\colorlet{mylightgreen}{green!50!black!15}\begin{document}% CONTROL REGIONS FF\begin{tikzpicture}\def\xmax{4.6}\def\ymax{4.2}\def\mx{0.57*\xmax}\def\my{0.50*\ymax}% boxes\fill[mylightblue] (0,\my) rectangle (\mx,\ymax); % A\fill[mylightgreen](0,0) rectangle (\xmax,\my); % SS = B + C\fill[mylightred] (\mx,\my) rectangle (\xmax,\ymax); % D\draw[thick] (0,0) rectangle (\xmax,\ymax);% dashed lines\draw[dashed,thick] (\mx,-0.1) -- (\mx,\ymax);\draw[dashed,thick] (-0.1,\my) -- (\xmax,\my);% labels\draw(0,{\ymax+\my)/2}) node[left] {OS}(0,\my/2) node[left] {SS}(\mx/2,0) node[below,scale=0.8] {VLoose \&\& !Medium}({(\xmax+\mx)/2},0) node[below,scale=0.8] {Medium}(0,\my) node[rotate=90,above=16pt] {$\ell\tau_\mathrm{h}$ charge}(\my,0) node[below=12pt] {$\tau_\mathrm{h}$ DeepTauVSjet WP};
Click to download: control_region_abcd.tex • control_region_abcd.pdf
Open in Overleaf: control_region_abcd.tex