Newer
Older
Master_thesis / Group meeting presentations / 16.04.19 / presentation.tex
\documentclass{beamer}

\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{braket}
\usepackage{tikz-feynman}

% Theme
\usetheme[progressbar = frametitle]{metropolis}
\setbeamertemplate{frame numbering}[number]
\useoutertheme{metropolis}
\useinnertheme{metropolis}
\usefonttheme{metropolis}

% Colors
\usecolortheme{seahorse} %Colortheme
\setbeamercolor{background canvas}{bg = white} %Color of pages

\usepackage{multicol} %allow multicolumns

\setbeamercovered{transparent =5} %transparency of covered things (with online)

% Font
\usepackage{times}
\fontfamily{ptm}\selectfont


%Define own color
%\definecolor{mygreen}{rgb}{.125,.5,.25}
%\usecolortheme[named = mygreen]{structure}


%Document info
\title[B_s B_s_bar]{Search for $Z'$ in the dimuon spectrum of $B \rightarrow K \mu \mu$ }
%\subtitle{Subtitle here}
\author{Sascha Liechti}
\institute{University of Zurich - LHCb group}
\date{}


%Document

\begin{document}
\metroset{block=fill}
\addtocounter{framenumber}{-2}

\begin{frame}[plain]
\titlepage
\end{frame}


\begin{frame}[plain]{Overview}\vspace{4pt}

\begin{enumerate}
\item Decay
\item Search
\item $Z'$ cusp
\item Outlook
\end{enumerate}
\end{frame}

\begin{frame}[t]{Decay} \vspace{4pt}

\begin{itemize}
\item Anomalies gave rise to new search for possible lepton flavor universality violation
\begin{itemize}
\item Different coupling to leptons of different generations \\
$\triangleright$ Most to $\tau$, least to $e$
\end{itemize}
\item[$\triangleright$] How can we observe different generations at once?
\end{itemize}
\begin{columns}
\column{0.49\textwidth}{
\includegraphics[width = 0.9\textwidth]{img/full_decay.png}
}
\column{0.49\textwidth}{
\includegraphics[width = 0.9\textwidth]{img/b_to_s.png}
}
\end{columns}

\end{frame}

\begin{frame}[t]{Search} \vspace{4pt}

\begin{itemize}
\item According to SM the $\tau$ contribution should not be visible in the dimuon spectrum
\begin{itemize}
\item Dependent on Wilson coefficients ($C7$), $C9$, $C10$
\end{itemize}
\item[$\triangleright$] Some SUSY models predict an amplification of the $\tau$ contribution:
\begin{itemize}
\item[$\triangleright$] Amplification due to new channel
\item[$\triangleright$] Amplification factor: \textbf{10 - 1000}
\end{itemize}
\item[$\Rightarrow$] $\tau$ contribution should become visible
\begin{itemize}
\item Cusp like shape in between $J/\Psi$ and $\Psi(2S)$ resonances
\end{itemize}
\end{itemize}

\end{frame}

\begin{frame}[t]{Search} \vspace{4pt}


\end{frame}

\addtocounter{framenumber}{1}

\begin{frame}[standout] \vspace{4pt}
\includegraphics[width = 0.6\textwidth]{img/questions.jpg}
\end{frame}


\end{document}