Newer
Older
Presentations / Gambit / Geilo_meeting / mchrzasz2.tex
@Marcin Chrząszcz Marcin Chrząszcz on 9 Feb 2015 3 KB added IFJ seminar
\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{M.Chrz\k{a}szcz, N.Serra}
% ------------------------------------------------------------------------------
% --------------------------- SLIDE --------------------------------------------

\institute{~}


   %   \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}
\iffalse
      \begin{frame}\frametitle{Outline}
          \tableofcontents
      \end{frame}
\fi


      \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^T V^{-1} \Delta
\end{equation}
\begin{itemize}
\item We will have four covariance matrix: $V_{++}$, $V_{-+}$, $V_{+-}$, $V_{--}$.
\end{itemize}
\end{frame}

\begin{frame}\frametitle{What is missing?}
\begin{itemize}
\item We do not have theory errors in. 
\item Started discusion with Nazila about them.
\item This is tricky, we need to properly recalculate the errors from SM values.
\item Limit treatment procedure. We had some discussion about this but we should make a decision here.
\item My personal view: procedure should be as unbias as possible.

\end{itemize}


\end{frame}
      
      
      
      
      
      
      
      
\end{document}