Newer
Older
Presentations / Zurich_group / 23_07_2013 / group_meeting.tex
@Marcin Chrzaszcz Marcin Chrzaszcz on 28 Jul 2013 12 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{ \begin{small} $16^{th}$ July 2013 \end{small}}

%--------------------------------------------------------------------
%                           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{Inflaton analysis}
\subsection{MC samples}
\begin{frame}\frametitle{MC Samples}
\only<1>
{
To Study the behaviour of signal I am producing MC samples with different Inflaton life time:
\begin{enumerate}
\item $1 \times 10^{-10} s$, 1M
\item $2.5 \times 10^{-10} s$, 1M
\item $5 \times 10^{-10} s$, 1M
\item $7.5 \times 10^{-10} s$, 1.5M
\item $10 \times 10^{-10} s$, 1.5M
\end{enumerate}

}
\only<2>{
To Study the behaviour of signal I am producing MC samples with different Inflaton life time:
\begin{enumerate}
\item \textcolor{green}{$1 \times 10^{-10}$ 1M}
\item \textcolor{green}{$2.5 \times 10^{-10}$ 1M}
\item  \textcolor{green}{$5 \times 10^{-10}$ 1M}
\item  \textcolor{yellow}{$7.5 \times 10^{-10}$ 1.5M}
\item  \textcolor{red} {$10 \times 10^{-10}$ 1.5M}
\end{enumerate}
Sorry not everything green  \Simley{-1} \Simley{-1} \Simley{-1}
}


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

%\section{Work done so far}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%55
\subsection{Normalization Channel}
\begin{frame}

\frametitle{Normalization channel}
{~}
For the first idea we wanted to use $B^0 \to J/\psi K_s$.
I had to compare how $K_s$ imitates our signal inflaton on MC.:

\only<1>
{	
	IPCHI2
	\begin{columns}
\column{2.5in}
	Long Tracks\\
  \includegraphics[scale=0.23]{pic2/KS_IPCHi2.png}


\column{2.5in}
	DownStream\\
 \includegraphics[scale=0.23]{pic2/KS_IPCHi2_down.png}


\end{columns}

	
		

	
}
\only<2>
{	
	IP
	\begin{columns}
\column{2.5in}
	Long Tracks\\
  \includegraphics[scale=0.23]{pic2/KS_IP.png}


\column{2.5in}
	DownStream\\
 \includegraphics[scale=0.23]{pic2/KS_IP_down.png}


\end{columns}
	
}

\only<3>
{	
	Cone isolation
	\begin{columns}
\column{2.5in}
	Long Tracks\\
  \includegraphics[scale=0.23]{pic2/KS_iso.png}


\column{2.5in}
	DownStream\\
 \includegraphics[scale=0.23]{pic2/KS_iso_down.png}


\end{columns}

	
}

\only<4>
{	
	Pt
	\begin{columns}
\column{2.5in}
	Long Tracks\\
  \includegraphics[scale=0.23]{pic2/KS_PT.png}


\column{2.5in}
	DownStream\\
 \includegraphics[scale=0.23]{pic2/KS_PT_down.png}


\end{columns}

	
}



\only<5>
{	
Vtx Chi2
	\begin{columns}
\column{2.5in}
	Long Tracks\\
  \includegraphics[scale=0.23]{pic2/KS_VRTCHI2.png}


\column{2.5in}
	DownStream\\
 \includegraphics[scale=0.23]{pic2/KS_VRTCHI2_down.png}


\end{columns}

	
}










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




\begin{frame}\frametitle{Summary on inflaton}

\begin{enumerate}
\item Bid difference between control channel and signal \Simley{-1}
\item Different control channel? Some $\Lambda$ channel?
\item Reweigh MC?
\end{enumerate}

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






\section{$\tau \to 3\mu$}
\subtitle{MC troubles}
\begin{frame}
\only<1>{
Making a cross check I found out that our geometry is surprisingly higher than last year:
\begin{enumerate}
\item MC11: $17.28\%$
\item Sim08a: $19.14\%$
\end{enumerate}
Didn't believe that $2\%$ is due to the higher CM energy. 
}
\only<2>
{
I run Generator Level MC to studied what has changed. Turns out this is pythia fault:
\begin{enumerate}
\item MC11, pythia6: $17.28\%$
\item Sim08a, pythia6: $17.96\%$
\item Sim08a, pythia6: $19.14\%$
\end{enumerate}
To make story more funny this is true for all MC samples. With Jon Harrison we checked yesterday: $B_s\to \mu \mu$, $D_s \to \eta \mu \nu $ etc.
We will let Gloria know about this. Does this change something in $B_s\to \mu \mu$?





}


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



\subsection{Peaking background}
\begin{frame}
\frametitle{Peaking background}

For $\tau \to 3 \mu$ we have irreducible background: $D_s \to \eta(\mu \mu \gamma) \mu \nu$.\\ I performed fit to all our bins:

\includegraphics[scale=0.3]{pic2/2d-data.pdf}

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


\begin{frame}
\frametitle{Peaking background}


	\begin{columns}
\column{2.5in}
\includegraphics[scale=0.15]{pic2/pid_0p1_0p48geo0p74_1p1.png}


\column{2.5in}
\includegraphics[scale=0.15]{pic2/pid_-0p1_0p48geo0p35_0p65.png}


\end{columns}
All fits:(user:lhcb, password: 2924)

\url{http://nz17-p1.ifj.edu.pl/work_public/LHCb/Tau23Mu/Eta_fits/}


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



\begin{frame}
\subsection{TMVA Training}
\frametitle{TMVA Training}
\only<1>{
Our $\tau$s come from 5 difference sources:
\begin{enumerate}
\item $B \to \tau$
\item $B \to D^+ \to \tau$
\item $D^+ \to \tau$
\item $B \to D_s \to \tau$
\item $D_s \to \tau$
\end{enumerate}
}
\only<2>
{
	\begin{columns}
\column{3.5in}
Kaggle (leading machine learning competition platform).

\column{2.5in}
\includegraphics[scale=0.4]{pic2/kaggle.png}
\end{columns}
{~}\\
If you notice how people win this competition; you'll notice that sometimes people combine two or more algorithm into ensemble and get better results. \\
This is called blending.

Isn't $\tau \to 3 \mu$ perfect environment to play?
}



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



\begin{frame}
\frametitle{TMVA Training}
\only<1>{
Let's start with old BDT:




  \includegraphics[scale=0.4]{pic2/rejBvsS_oryginal.png}
}

\only<2>{
End lets compare on training on individual signal types:
$D_s \to \tau$

	\begin{columns}
\column{2.5in}

  \includegraphics[scale=0.26]{pic2/rejBvsS_oryginal.png}

\column{2.5in}
\includegraphics[scale=0.26]{pic2/rejBvsS_Ds.png}


\end{columns}

}
\only<3>{
End lets compare on training on individual signal types:
$B \to \tau$

	\begin{columns}
\column{2.5in}

  \includegraphics[scale=0.26]{pic2/rejBvsS_oryginal.png}

\column{2.5in}
\includegraphics[scale=0.26]{pic2/rejBvsS_B.png}


\end{columns}

}


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


\begin{frame}
\frametitle{Conclusions}
{~}
\begin{itemize}
\item Ds is very promising!
\item Our variables in BDT clearly not good for B channels.
\item Studies are ongoing. There are thousands of combinations of different MVA i want to try combine.




\end{itemize}

\end{frame}
\end{document}