\documentclass[xcolor=svgnames]{beamer} \usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage{polski} %\usepackage{amssymb,amsmath} %\usepackage[latin1]{inputenc} %\usepackage{amsmath} %\newcommand\abs[1]{\left|#1\right|} \usepackage{amsmath} \newcommand\abs[1]{\left|#1\right|} \usepackage{hepnicenames} \usepackage{hepunits} \usepackage{color} \usepackage{feynmp} \usepackage{pst-pdf} \usepackage{hyperref} \usepackage{xcolor} \setbeamertemplate{footline}{\insertframenumber/\inserttotalframenumber} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 \definecolor{mygreen}{cmyk}{0.82,0.11,1,0.25} \usepackage{listings} \usepackage{color} \definecolor{dkgreen}{rgb}{0,0.6,0} \definecolor{gray}{rgb}{0.5,0.5,0.5} \definecolor{mauve}{rgb}{0.58,0,0.82} \newcommand{\includecode}[2][c]{\lstinputlisting[caption=#2, escapechar=, style=custom#1]{#2}} \usetheme{Sybila} \title[FlavBit status and future plans]{FlavBit status and future plans} \author{Marcin Chrz\k{a}szcz$^{1,2}$, Nicola Serra$^{1}$ } \institute{$^1$~University of Zurich,\\ $^2$~Institute of Nuclear Physics, Krakow} \date{\today} \begin{document} % --------------------------- SLIDE -------------------------------------------- \frame[plain]{\titlepage} \author{Marcin Chrz\k{a}szcz} % ------------------------------------------------------------------------------ % --------------------------- SLIDE -------------------------------------------- \institute{~(UZH, IFJ)} % \begin{frame}\frametitle{Outline} % \begin{enumerate} % \item introduction\vspace{.5em} % \item multivariate technique\vspace{.5em} % \item normalisation\vspace{.5em} % % \item backgrounds\vspace{.5em} % \item expected sensitivity\vspace{.5em} % \item model dependence\vspace{.5em} data from Reco14Stripping20(r1) % \end{enumerate} % Major news wrt.\ the $1~fb^{-1}$ analysis are highlighted in \textcolor{mygreen}{green} % \end{frame} \begin{frame}\frametitle{Outline} \tableofcontents \end{frame} \begin{frame}\frametitle{Flav\_Reader} \begin{columns} \column{2in} \begin{itemize} \item We needed a framework that will calculate the actuall $\chi^2$, taking into account all errors collerations etc. \item Theory predictions comes from Nazila SuperIso wrapper. \item Used Yaml to pass the arguments. \item Boost for mathematic operations. \end{itemize} \column{3in} \lstinputlisting{example_short.yaml} \end{columns} \end{frame} \begin{frame}\frametitle{Safety matters} \begin{itemize} \item This cards style I addopted from HFAG. \item Additionally code check if the correlation matrix makes sense~$\rightarrow$ symmetric. \item Claculates the total $\chi^2$ and returns. \item In principle we will have assymetric errors. The treatmend of the standard: \end{itemize} \begin{equation} \chi^2 = \Delta cov \Delta \end{equation} \end{frame} \begin{frame}\frametitle{What is missing?} \end{frame} \end{document}