Newer
Older
Presentations / Zurich_group / 11_02_2014 / group_meeting.tex
@mchrzasz mchrzasz on 31 Mar 2014 23 KB update
% This program can be redistributed and/or modified under the terms
% of the GNU Public License, version 3.
%
% Seth Brown, Ph.D.
% sethbrown@drbunsen.org
%
% Compiled with XeLaTeX
% Dependencies:
%   Fontin Sans font (http://www.exljbris.com/fontinsans.fsrtml)
%
\documentclass{beamer}
\usepackage{pgf}
\usepackage{tikz}
\usepackage{times}
\usepackage[T1]{fontenc}
%\usepackage[mathscr]{eucal}
%\usepackage{mathptmx}
%\usepackage{mathrsfs}
\usepackage{hyperref}
\usepackage{color}
\usepackage{graphicx}
\usepackage{wasysym}
% \usepackage{pgfpagfes}
% \setbeameroption{show notes on second screen}
%\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm,landscape]
\usepackage{xcolor}
\usepackage{xcolor,multirow}
%\usepackage[table]{xcolor}
%\usepackage[dvipsnames]{xcolor}
%\usepackage{amsfonts}
%\usepackage{amsmath}
% \usepackage[amssymb]{SIunits}
%\usepackage{natbib}
%\usepackage{amssymb}
\usepackage{hepparticles}
\usepackage{hepnicenames}
\usepackage{hepunits}
\usepackage{tikz}
\usepackage[english]{babel}
%%\usepackage{lmodern}
%\usepackage{feynmp}
% suppress navigation bar
\beamertemplatenavigationsymbolsempty
\usepackage[mathscr]{eucal}
\usepackage{mathrsfs}
\mode<presentation>
{
  \usetheme{bunsen}
  \setbeamercovered{transparent}
  \setbeamertemplate{items}[circle]
}
\newcommand{\Simley}[1]{%
\begin{tikzpicture}[scale=0.15]
    \newcommand*{\SmileyRadius}{1.0}%
    \draw [fill=brown!10] (0,0) circle (\SmileyRadius)% outside circle
        %node [yshift=-0.22*\SmileyRadius cm] {\tiny #1}% uncomment this to see the smile factor
        ;  

    \pgfmathsetmacro{\eyeX}{0.5*\SmileyRadius*cos(30)}
    \pgfmathsetmacro{\eyeY}{0.5*\SmileyRadius*sin(30)}
    \draw [fill=cyan,draw=none] (\eyeX,\eyeY) circle (0.15cm);
    \draw [fill=cyan,draw=none] (-\eyeX,\eyeY) circle (0.15cm);

    \pgfmathsetmacro{\xScale}{2*\eyeX/180}
    \pgfmathsetmacro{\yScale}{1.0*\eyeY}
    \draw[color=red, domain=-\eyeX:\eyeX]   
        plot ({\x},{
            -0.1+#1*0.15 % shift the smiley as smile decreases
            -#1*1.75*\yScale*(sin((\x+\eyeX)/\xScale))-\eyeY});
\end{tikzpicture}%
}%
% set fonts
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{verbatim}

\usepackage{fancyvrb}
\DefineVerbatimEnvironment{code}{Verbatim}{fontsize=\small}
\DefineVerbatimEnvironment{example}{Verbatim}{fontsize=\small}
\usepackage{listings}
  \usepackage{courier}
 \lstset{
         basicstyle=\footnotesize\ttfamily, % Standardschrift
         %numbers=left,               % Ort der Zeilennummern
         numberstyle=\tiny,          % Stil der Zeilennummern
         %stepnumber=2,               % Abstand zwischen den Zeilennummern
         numbersep=5pt,              % Abstand der Nummern zum Text
         tabsize=2,                  % Groesse von Tabs
         extendedchars=true,         %
         breaklines=true,            % Zeilen werden Umgebrochen
         keywordstyle=\color{red},
    		frame=b,         
 %        keywordstyle=[1]\textbf,    % Stil der Keywords
 %        keywordstyle=[2]\textbf,    %
 %        keywordstyle=[3]\textbf,    %
 %        keywordstyle=[4]\textbf,   \sqrt{\sqrt{}} %
         stringstyle=\color{white}\ttfamily, % Farbe der String
         showspaces=false,           % Leerzeichen anzeigen ?
         showtabs=false,             % Tabs anzeigen ?
         xleftmargin=17pt,
         framexleftmargin=17pt,
         framexrightmargin=5pt,
         framexbottommargin=4pt,
         %backgroundcolor=\color{lightgray},
         showstringspaces=false      % Leerzeichen in Strings anzeigen ?        
 }

    %\DeclareCaptionFont{blue}{\color{blue}} 

  %\captionsetup[lstlisting]{singlelinecheck=false, labelfont={blue}, textfont={blue}}
  \usepackage{caption}
\DeclareCaptionFont{white}{\color{white}}
\DeclareCaptionFormat{listing}{\colorbox[cmyk]{0.43, 0.35, 0.35,0.01}{\parbox{\textwidth}{\hspace{15pt}#1#2#3}}}
\captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white, singlelinecheck=false, margin=0pt, font={bf,footnotesize}}
\usetikzlibrary{arrows}
\usetikzlibrary{shapes}

%\usepackage{gfsartemisia-euler}
%\usepackage[T1]{fontenc}
\setbeamerfont{frametitle}{size=\LARGE,series=\bfseries}
\tikzstyle{decision} = [diamond, draw, fill=gray!20, 
    text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]
\tikzstyle{block} = [rectangle, draw, fill=blue!10, 
    text width=5em, text centered, rounded corners, minimum height=2em]
\tikzstyle{line} = [draw, -latex']
\tikzstyle{cloud} = [draw, ellipse,fill=red!10, node distance=3cm,
    minimum height=2em]

\tikzstyle{every picture}+=[remember picture]


\renewcommand{\PKs}{{\HepParticle{K}{S}{}\xspace}}
% color definitions
\usepackage{color}
\definecolor{uipoppy}{RGB}{225, 64, 5}
\definecolor{uipaleblue}{RGB}{96,123,139}
\definecolor{uiblack}{RGB}{0, 0, 0}

% caption styling
%\DeclareCaptionFont{uiblack}{\color{uiblack}}
%\DeclareCaptionFont{uipoppy}{\color{uipoppy}}
%\captionsetup{labelfont={uipoppy},textfont=uiblack}

% see the macros.tex file for definitions
\include{macros }

% title slide definition
\title{Updates on activities.}
%\subtitle{a bias report}
\author{ Marcin Chrz\k{a}szcz$^{1,2}$ ,  Nicola Serra$^{1}$ }
\institute[UTH, IFJ]
{
 %\begin{tiny}
$ ^1$ University of Zurich , $ ^2$ Institute of Nuclear Physics, Krakow,  
 %\end{tiny}smallsmall
}
  

\date{ \today }
%--------------------------------------------------------------------
%                           Introduction
%--------------------------------------------------------------------

\begin{document}




\setbeamertemplate{background}
{\includegraphics[width=\paperwidth,height=\paperheight]{frontpage_bg_mine}}
\setbeamertemplate{footline}[default]

\begin{frame}
\vspace{1.1cm}
\begin{columns}
\column{2.75in}
  \titlepage

  \begin{center}
  \includegraphics[height=1.0cm ]{pic/uzh.jpg}
  % \hspace{0.5cm}
  % \includegraphics[height=1.5cm]{pic/babar.jpg}
   \hspace{1cm}
   \includegraphics[height=1.0cm]{pic/ifj.png}
   \hspace{1cm}
   %\includegraphics[height=1.0cm]{pic/SNS.jpg}
   \end{center}      
  \vspace{10cm}
\column{2.0in}
\end{columns}
\end{frame}

%--------------------------------------------------------------------
%                          OUTLINE
%--------------------------------------------------------------------




\section[Outline]{}
\begin{frame}
\tableofcontents
\end{frame}




%-------------------------------------------------------------------
%                          Introduction
%-------------------------------------------------------------------
%
% Set the background for the rest of the slides.
% Insert infoline
\setbeamertemplate{background}
 {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
\setbeamertemplate{footline}[bunsentheme]

\title{Update on analysis}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\setbeamertemplate{background}
 {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
\setbeamertemplate{footline}[bunsentheme]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%2>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\section{ $\tau \to 3 \mu$ }
\begin{frame}\frametitle{To much charm?}
\only<1>
{

\begin{columns}
\column{2.5in}
 \begin{itemize}
 \item We observed a small discrepancy in IP for our control channel: $\PDs \to \phi(\mu\mu) \pi$.
 \item I made a cross check if this is really serious by fluctuating the $bb$ to $cc$ by one sigma.
 \item Everything is consistent.
 \end{itemize}
\column{2.5in}
  \includegraphics[scale=0.23]{new/IP.png}
\end{columns}


}


	\textref {M.Chrz\k{a}szcz, N.Serra 2014}
\end{frame}

\section{$\Lambda_c \to p \mu \mu$}

\begin{frame}\frametitle{$\Lambda_c \to p \mu \mu$ peaking bck}
\only<1>
{
\begin{columns}

\column{2.5in}

  \includegraphics[scale=0.23]{new/Lc_mass.png}
\column{2.5in}

  \includegraphics[scale=0.23]{new/Lc_mass_b.png}
  
\end{columns}
}



	\textref {M.Chrz\k{a}szcz, N.Serra 2014}
\end{frame}

\begin{frame}\frametitle{$\Lambda_c \to p \mu \mu$ peaking bck}
\only<1>
{
\begin{columns}

\column{3in}

  \includegraphics[scale=0.15]{new/bck.png}
\column{2.5in}
\begin{itemize}
\item We see $\phi$, $\eta$, $\omega$
\end{itemize}

 
\end{columns}
}
\end{frame}
\begin{frame}\frametitle{$\Lambda_c \to p \mu \mu$ TMVA}
\only<1>
{
\begin{columns}

\column{2.5in}

 \includegraphics[scale=0.25]{new/overtrain_BDTG.jpg}
\column{2.5in}
\includegraphics[scale=0.25]{new/rejBvsS.jpg}

\end{columns}
}
In the end I will use BLENDING :)
	\textref {M.Chrz\k{a}szcz, N.Serra 2014}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5


\section{Reminder}
\begin{frame}\frametitle{Plan}
Method of moments:
\begin{enumerate}
\item Last meeting showed how orthogonality of the does magic for method of moments.
\item Using toy MC (experimental math) checked the errors estimates.
\item Checked that it does not suffer from boundary conditions.
\item Many thanks to Tom for checking all my calculations.
\end{enumerate}
For today:
\begin{enumerate}
\item How this method behaves in terms of background?
\end{enumerate}

\end{frame}
\section{Theory introduction}
\begin{frame}\frametitle{What do we start with}
{~}
Let's assume for simplicity we have our pdf:
\begin{multline}
\dfrac{d^4\Gamma}{ \Gamma dq^2 dcos\theta_k dcos\theta_l d\phi}=\dfrac{9}{32\pi}( \dfrac{3}{4} (1-F_l) \sin^2 \theta_k + F_l\cos^2 \theta_k + ( \dfrac{1}{4}(1-Fl)\sin^2 \theta_k \\ -  F_l\cos^2) cos 2\theta_l  + S_3 \sin^2 \theta_k \sin^2 \theta_l \cos2\phi + S_4 \sin2 \theta_k \sin \theta_l \cos\phi +\\ S_5 \sin2 \theta_k \sin \theta_l \cos \phi +  (S_{6s} \sin^2 \theta_k) \cos \theta_l + \\ S_7 \sin 2\theta_k \sin \theta_l \sin \phi +  S_8 \sin 2 \theta_k \sin 2 \theta_l \sin phi + S_9 sin^2 \theta_k \sin^2 \theta_l \sin 2 \phi)
\end{multline}
What did we assume:
\begin{itemize}
\item  $S_{1x}$,~$J_{2x}$ can be parametrized by $F_l$. 
\item  $S_{6c}=0$.
\item In short what was in the paper.
\end{itemize}
\end{frame}


\begin{frame}\frametitle{Obtained moments 1}
{~}
Lets see how this works in practice:
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi } \sin^2 \theta_k  = \dfrac{2}{5}(2-F_l)
\end{equation}
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi } \cos^2 \theta_k = \dfrac{1}{5}(1+F_l)
\end{equation}
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi } \sin^2 \theta_k \cos 2\theta_l = -\dfrac{2}{25}(2+F_l)
\end{equation}
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi} \cos^2 \theta_k \cos 2\theta_l = -\dfrac{1}{25}(1+8F_l)
\end{equation}
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi} \sin^2 \theta_k \cos \theta_l = \dfrac{2 S_{6s} }{5}
\end{equation}

\end{frame}


\begin{frame}\frametitle{Obtained moments 2}
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi} \cos^2 \theta_k \cos \theta_l = \dfrac{S_{6s} }{10}
\end{equation}
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi }sin^2 \theta_k sin^2 \theta_l cos 2 \phi= \dfrac{8 S_3 }{25}
\end{equation}
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi } sin 2 \theta_k sin 2 \theta_k cos\phi= \dfrac{8 S_4 }{25}
\end{equation}
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi }sin2\theta_k sin\theta_l cos\phi = \dfrac{2 S_5 }{5}
\end{equation}
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi} sin 2 \theta_k sin \theta_l sin \phi = \dfrac{2 S_7 }{5}
\end{equation}
\begin{equation}
 \dfrac{d^3\Gamma}{\Gamma dcos\theta_k dcos\theta_l d\phi} sin 2 \theta_k sin2 \theta_l sin \phi = \dfrac{8 S_8 }{25}
\end{equation}

\end{frame}

\section{Background regions}

\begin{frame}\frametitle{Studied background region}
{~}

\begin{columns}

\column{2.5in}
\begin{itemize}
\item Defined $\PBzero$ mass bins: $1:(5,5,15)\cup 2:(5.15,5.22) \cup 3:(5.35,5.5) \cup 4:(5.5,6)~GeV$
\begin{enumerate}
\item Region 5:$(5.35, 6)$
\item Region 6:$(5, 5.22)$
\end{enumerate}
\item use the old $q^2$ bins:
\begin{itemize}
\item 0:$0, 2$
\item 1:$2,4.3$
\item 2:$4.3, 8,6$
\item 3:$10.1, 12.9$
\item 4:$14.2, 16$
\item 5:$16,19$
\end{itemize}
\end{itemize}

Please remember the numbers, we will need then later on.
\column{2.5in}
\includegraphics[scale=0.22]{plots2/PLOT.png}
\end{columns}


\end{frame}

\section{Results}
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_S3.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_S3.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_S3.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_S3.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_S3.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_S3.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_S4.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_S4.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_S4.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_S4.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_S4.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_S4.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_S5.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_S5.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_S5.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_S5.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_S5.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_S5.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_S6s.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_S6s.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_S6s.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_S6s.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_S6s.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_S6s.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_S6c.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_S6c.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_S6c.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_S6c.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_S6c.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_S6c.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_S7.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_S7.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_S7.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_S7.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_S7.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_S7.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_S8.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_S8.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_S8.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_S8.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_S8.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_S8.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_S9.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_S9.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_S9.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_S9.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_S9.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_S9.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_Fl1.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_Fl1.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_Fl1.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_Fl1.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_Fl1.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_Fl1.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_Fl2.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_Fl2.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_Fl2.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_Fl2.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_Fl2.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_Fl2.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_Fl3.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_Fl3.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_Fl3.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_Fl3.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_Fl3.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_Fl3.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_0_Fl4.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_1_Fl4.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_2_Fl4.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_3_Fl4.png}

\end{columns}
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}\frametitle{Measurement of background moments}
{~}
\begin{columns}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_4_Fl4.png}

\column{2.5in}

\includegraphics[scale=0.22]{plots2/Q2_5_Fl4.png}

\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Summary}
\begin{frame}\frametitle{Summary}
{~}
\begin{itemize}
\item Background moments are effectivelly 0
\item Apart from $F_l$ and $S_6$
\item $S_6$ is sizeable at the left hand sideband for certain bins, evidence of partially reconstructed semileptonic decays?
\item Because the moments are small, they should have small effect on the final result :)
\end{itemize}

Wish list:
\begin{itemize}
\item Repeat the same with smaller $q^2$ bins.
\item Optimise the binning in $q^2$ taking into account background systematics and error on signal
\item Do unfolding.
\end{itemize}
\end{frame}






\end{document}