Newer
Older
Presentations / tau23mu_lhcb / 20_08_2013 / group_meeting.tex
@mchrzasz mchrzasz on 10 Oct 2013 12 KB update before changing laptops
  1. % This program can be redistributed and/or modified under the terms
  2. % of the GNU Public License, version 3.
  3. %
  4. % Seth Brown, Ph.D.
  5. % sethbrown@drbunsen.org
  6. %
  7. % Compiled with XeLaTeX
  8. % Dependencies:
  9. % Fontin Sans font (http://www.exljbris.com/fontinsans.fsrtml)
  10. %
  11. \documentclass{beamer}
  12. \usepackage{pgf}
  13. \usepackage{tikz}
  14. \usepackage{times}
  15. \usepackage[T1]{fontenc}
  16. %\usepackage[mathscr]{eucal}
  17. %\usepackage{mathptmx}
  18. %\usepackage{mathrsfs}
  19. \usepackage{hyperref}
  20. \usepackage{color}
  21. \usepackage{graphicx}
  22. \usepackage{wasysym}
  23. % \usepackage{pgfpagfes}
  24. % \setbeameroption{show notes on second screen}
  25. %\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm,landscape]
  26. \usepackage{xcolor}
  27. \usepackage{xcolor,multirow}
  28. %\usepackage[table]{xcolor}
  29. %\usepackage[dvipsnames]{xcolor}
  30. %\usepackage{amsfonts}
  31. %\usepackage{amsmath}
  32. % \usepackage[amssymb]{SIunits}
  33. %\usepackage{natbib}
  34. %\usepackage{amssymb}
  35. \usepackage{hepparticles}
  36. \usepackage{hepnicenames}
  37. \usepackage{hepunits}
  38. \usepackage{tikz}
  39. \usepackage[english]{babel}
  40. %%\usepackage{lmodern}
  41. %\usepackage{feynmp}
  42. % suppress navigation bar
  43. \beamertemplatenavigationsymbolsempty
  44. \usepackage[mathscr]{eucal}
  45. \usepackage{mathrsfs}
  46. \mode<presentation>
  47. {
  48. \usetheme{bunsen}
  49. \setbeamercovered{transparent}
  50. \setbeamertemplate{items}[circle]
  51. }
  52. \newcommand{\Simley}[1]{%
  53. \begin{tikzpicture}[scale=0.15]
  54. \newcommand*{\SmileyRadius}{1.0}%
  55. \draw [fill=brown!10] (0,0) circle (\SmileyRadius)% outside circle
  56. %node [yshift=-0.22*\SmileyRadius cm] {\tiny #1}% uncomment this to see the smile factor
  57. ;
  58.  
  59. \pgfmathsetmacro{\eyeX}{0.5*\SmileyRadius*cos(30)}
  60. \pgfmathsetmacro{\eyeY}{0.5*\SmileyRadius*sin(30)}
  61. \draw [fill=cyan,draw=none] (\eyeX,\eyeY) circle (0.15cm);
  62. \draw [fill=cyan,draw=none] (-\eyeX,\eyeY) circle (0.15cm);
  63.  
  64. \pgfmathsetmacro{\xScale}{2*\eyeX/180}
  65. \pgfmathsetmacro{\yScale}{1.0*\eyeY}
  66. \draw[color=red, domain=-\eyeX:\eyeX]
  67. plot ({\x},{
  68. -0.1+#1*0.15 % shift the smiley as smile decreases
  69. -#1*1.75*\yScale*(sin((\x+\eyeX)/\xScale))-\eyeY});
  70. \end{tikzpicture}%
  71. }%
  72. % set fonts
  73. \usepackage{amsfonts}
  74. \usepackage{amsmath}
  75. \usepackage{verbatim}
  76.  
  77. \usepackage{fancyvrb}
  78. \DefineVerbatimEnvironment{code}{Verbatim}{fontsize=\small}
  79. \DefineVerbatimEnvironment{example}{Verbatim}{fontsize=\small}
  80. \usepackage{listings}
  81. \usepackage{courier}
  82. \lstset{
  83. basicstyle=\footnotesize\ttfamily, % Standardschrift
  84. %numbers=left, % Ort der Zeilennummern
  85. numberstyle=\tiny, % Stil der Zeilennummern
  86. %stepnumber=2, % Abstand zwischen den Zeilennummern
  87. numbersep=5pt, % Abstand der Nummern zum Text
  88. tabsize=2, % Groesse von Tabs
  89. extendedchars=true, %
  90. breaklines=true, % Zeilen werden Umgebrochen
  91. keywordstyle=\color{red},
  92. frame=b,
  93. % keywordstyle=[1]\textbf, % Stil der Keywords
  94. % keywordstyle=[2]\textbf, %
  95. % keywordstyle=[3]\textbf, %
  96. % keywordstyle=[4]\textbf, \sqrt{\sqrt{}} %
  97. stringstyle=\color{white}\ttfamily, % Farbe der String
  98. showspaces=false, % Leerzeichen anzeigen ?
  99. showtabs=false, % Tabs anzeigen ?
  100. xleftmargin=17pt,
  101. framexleftmargin=17pt,
  102. framexrightmargin=5pt,
  103. framexbottommargin=4pt,
  104. %backgroundcolor=\color{lightgray},
  105. showstringspaces=false % Leerzeichen in Strings anzeigen ?
  106. }
  107.  
  108. %\DeclareCaptionFont{blue}{\color{blue}}
  109.  
  110. %\captionsetup[lstlisting]{singlelinecheck=false, labelfont={blue}, textfont={blue}}
  111. \usepackage{caption}
  112. \DeclareCaptionFont{white}{\color{white}}
  113. \DeclareCaptionFormat{listing}{\colorbox[cmyk]{0.43, 0.35, 0.35,0.01}{\parbox{\textwidth}{\hspace{15pt}#1#2#3}}}
  114. \captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white, singlelinecheck=false, margin=0pt, font={bf,footnotesize}}
  115. \usetikzlibrary{arrows}
  116. \usetikzlibrary{shapes}
  117.  
  118. %\usepackage{gfsartemisia-euler}
  119. %\usepackage[T1]{fontenc}
  120. \setbeamerfont{frametitle}{size=\LARGE,series=\bfseries}
  121. \tikzstyle{decision} = [diamond, draw, fill=gray!20,
  122. text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]
  123. \tikzstyle{block} = [rectangle, draw, fill=blue!10,
  124. text width=5em, text centered, rounded corners, minimum height=2em]
  125. \tikzstyle{line} = [draw, -latex']
  126. \tikzstyle{cloud} = [draw, ellipse,fill=red!10, node distance=3cm,
  127. minimum height=2em]
  128.  
  129. \tikzstyle{every picture}+=[remember picture]
  130.  
  131.  
  132. \renewcommand{\PKs}{{\HepParticle{K}{S}{}\xspace}}
  133. % color definitions
  134. \usepackage{color}
  135. \definecolor{uipoppy}{RGB}{225, 64, 5}
  136. \definecolor{uipaleblue}{RGB}{96,123,139}
  137. \definecolor{uiblack}{RGB}{0, 0, 0}
  138.  
  139. % caption styling
  140. %\DeclareCaptionFont{uiblack}{\color{uiblack}}
  141. %\DeclareCaptionFont{uipoppy}{\color{uipoppy}}
  142. %\captionsetup{labelfont={uipoppy},textfont=uiblack}
  143.  
  144. % see the macros.tex file for definitions
  145. \include{macros }
  146.  
  147. % title slide definition
  148. \title{Optimisation of isolation and binning for $\tau \to 3 \mu$.}
  149. %\subtitle{a bias report}
  150. \author{ Marcin Chrz\k{a}szcz$^{1,2}$ , Nicola Serra$^{1}$ }
  151. \institute[UTH, IFJ]
  152. {
  153. %\begin{tiny}
  154. $ ^1$ University of Zurich , $ ^2$ Institute of Nuclear Physics, Krakow,
  155. %\end{tiny}smallsmall
  156. }
  157.  
  158. \date{ \begin{small} $21^{th}$ August 2013 \end{small}}
  159.  
  160. %--------------------------------------------------------------------
  161. % Introduction
  162. %--------------------------------------------------------------------
  163.  
  164. \begin{document}
  165.  
  166.  
  167.  
  168.  
  169. \setbeamertemplate{background}
  170. {\includegraphics[width=\paperwidth,height=\paperheight]{frontpage_bg_mine}}
  171. \setbeamertemplate{footline}[default]
  172.  
  173. \begin{frame}
  174. \vspace{1.1cm}
  175. \begin{columns}
  176. \column{2.75in}
  177. \titlepage
  178.  
  179. \begin{center}
  180. \includegraphics[height=1.0cm ]{pic/uzh.jpg}
  181. % \hspace{0.5cm}
  182. % \includegraphics[height=1.5cm]{pic/babar.jpg}
  183. \hspace{1cm}
  184. \includegraphics[height=1.0cm]{pic/ifj.png}
  185. \hspace{1cm}
  186. %\includegraphics[height=1.0cm]{pic/SNS.jpg}
  187. \end{center}
  188. \vspace{10cm}
  189. \column{2.0in}
  190. \end{columns}
  191. \end{frame}
  192.  
  193. %--------------------------------------------------------------------
  194. % OUTLINE
  195. %--------------------------------------------------------------------
  196.  
  197.  
  198.  
  199.  
  200. \section[Outline]{}
  201. \begin{frame}
  202. \tableofcontents
  203. \end{frame}
  204.  
  205.  
  206.  
  207.  
  208. %-------------------------------------------------------------------
  209. % Introduction
  210. %-------------------------------------------------------------------
  211. %
  212. % Set the background for the rest of the slides.
  213. % Insert infoline
  214. \setbeamertemplate{background}
  215. {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  216. \setbeamertemplate{footline}[bunsentheme]
  217.  
  218. \title{Update on analysis}
  219.  
  220.  
  221. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  222. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  223.  
  224. \setbeamertemplate{background}
  225. {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  226. \setbeamertemplate{footline}[bunsentheme]
  227. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%2>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  228. \section{Binning}
  229. \subsection{Binning optimisation}
  230. \begin{frame}\frametitle{Binning optimisation}
  231. For 2011 we did 2 times one dimensional binning optimisation. This method has disadvantages:
  232. \begin{itemize}
  233. \item The best bin of one classifier is split to very small pieces by the other optimisation.
  234. \item You end up having best bins in the middle. See Pauls presentation.
  235. \end{itemize}
  236.  
  237. \textref {M.Chrz\k{a}szcz, N.Serra 2013}
  238.  
  239. \end{frame}
  240.  
  241.  
  242. \begin{frame}\frametitle{How to fix?}
  243. \only<1>
  244. {
  245. \begin{itemize}
  246. \item Perform a simultaneous optimisation in 2D.
  247. \item Brutal force method is not good enough, cuz number of combination explodes.
  248. \item Use MC methods for optimisation.
  249. \item Takes 3 hours to optimise.
  250. \item Use Punzi FOM instead of Cls method.
  251. \item Use 2011 data to optimise.
  252. \item Apply Fine-tuning. You need a given number of events to perform a stable fit etc.
  253. \end{itemize}
  254. }
  255. \only<2>
  256. {
  257. \includegraphics[scale=0.23]{inflaton/punzi1.png}
  258.  
  259. }
  260. \textref {M.Chrz\k{a}szcz, N.Serra 2013}
  261.  
  262. \end{frame}
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271. \section{Isolation}
  272. \subsection{Isolation optimisation}
  273.  
  274. \begin{frame}\frametitle{Iso optimisation}
  275. {~}
  276.  
  277.  
  278. \only<1>
  279. {
  280. Till now every analysis that used track isolation parameter used the ones develeloped and optimised for $B_s \to \mu \mu$.
  281. This is based on an abstract definitions of isolating and non-isolating tracks:
  282. \begin{itemize}
  283. \item Non-isolating track to a given track($\mu$ from $B_s \to \mu \mu$ for example) will be a track that has the same primary mother as muon.
  284. \item Isolating is the negation of non-isolating.
  285. \end{itemize}
  286. {~} \\
  287. \begin{Large}
  288. Many thanks to Giampi for discussion and advises !
  289. \end{Large}
  290. }
  291.  
  292. \only<2>
  293. {
  294. This definition has potentially dangerous implications.
  295. \begin{itemize}
  296. \item Imagine a long chain of decays. Every of this decay is non-isolating.
  297. \item Why very long living particles ($\Lambda$, $K_s$) have to be considered non-isolating?
  298. \item When we do our analysis we are operating on basis of signal and bck hypothesis.
  299. \item There isnt a 1:1 correspondence between isolating and bck etc.
  300. \item $B_s \to \mu \mu$ does not really suffer from this.
  301. \end{itemize}
  302.  
  303.  
  304. }
  305.  
  306. \textref {M.Chrz\k{a}szcz, N.Serra 2013}
  307.  
  308. \end{frame}
  309.  
  310.  
  311.  
  312. \begin{frame}\frametitle{How to train?}
  313. {~}
  314.  
  315.  
  316.  
  317. \only<1>
  318. {
  319. \begin{enumerate}
  320. \item The main point of isolation variable is to fight again combinatorial bck.(example two decays trees are close and one picks something from the other).
  321. \item We build our bck sample taking from MC truth the candidates that are combinatorial bck.
  322. \end{enumerate}
  323. }
  324. \only<2>
  325. {
  326. Now I will loose you all :P
  327. \begin{enumerate}
  328. \item We need to swap our signal and bck sample.
  329. \item Why? Our signal sample contains: signal candidate(3 tracks)+ tracks surrounding this candidate. Our selection should be optimised in a way that we should end up with our single signal candidate without any tracks nearby.
  330. \item That is why our signal sample is our background sample.
  331. \end{enumerate}
  332. }
  333. \only<3>
  334. {
  335. \begin{enumerate}
  336.  
  337. \item We define the training variables as Giampi did:+tckchi2+IP.
  338. \item We put everything inside tmva.
  339. \item Then we scan the BDT response space and write how many tracks survive the cut.
  340. \item Optimisation of the cut has to be done inside the BDT that we will use.
  341. \end{enumerate}
  342. }
  343. \only<4>
  344. {
  345. \begin{enumerate}
  346.  
  347. \item In practice what we do is to scan BDT form 0. to 0.5 and count the tracks for each of the BDT value.
  348. \item Then our new ntuple will have like 100 isolation parameters.
  349. \item How to choose the best one?
  350. \item Well isolation parameter on its own is useless. It has to be combined with other variables in TMVA. Than you can choose the best cut on the BDT.
  351. \end{enumerate}
  352. }
  353.  
  354. \textref {M.Chrz\k{a}szcz, N.Serra 2013}
  355.  
  356. \end{frame}
  357.  
  358. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5555
  359. \begin{frame}\frametitle{$\tau \to 3 \mu$ specifics}
  360. {~}
  361.  
  362.  
  363. \only<1>
  364. {
  365. In case of $\tau \to 3 \mu$ we want different isolation parameters for different kinds of decays:
  366. \begin{itemize}
  367. \item $D \to \tau$
  368. \item $Ds \to \tau$
  369. \item $B \to D \to \tau$
  370. \item $B \to Ds \to \tau$
  371. \item $B \to \tau$
  372. \end{itemize}
  373. }
  374. \only<2>
  375. {
  376. \begin{enumerate}
  377.  
  378. \item Does it make any sense to make my life so complicated?
  379. \item YES!
  380. \item Example: $B \to \tau$ is in $99 \%$ $B \to D \tau X$.
  381. \item This means we if you have D and tau close to each other track from D can go to $\tau$ etc.
  382. \item In their approach this truck would be considered non-isolating which is nonsense because it forms a bck candidate!
  383. \item From first looks the problem can be reduced to 3 chains: $B \to \tau$,
  384. $B \to Dx \to \tau$, $D \to \tau$.
  385. \end{enumerate}
  386. }
  387. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  388.  
  389.  
  390.  
  391. \only<3>
  392. {
  393.  
  394. \begin{columns}
  395. \column{2.5in}
  396.  
  397. \includegraphics[scale=0.21]{tmva_tau23mu/mva_BDT.png}
  398.  
  399.  
  400. \column{2.5in}
  401.  
  402. \includegraphics[scale=0.21]{tmva_tau23mu/rejBvsS.png}
  403. \end{columns}
  404.  
  405.  
  406. \begin{columns}
  407. \column{2.5in}
  408.  
  409. \includegraphics[scale=0.21]{tmva_tau23mu/mva_BDT_21513000.png}
  410.  
  411.  
  412. \column{2.5in}
  413.  
  414. \includegraphics[scale=0.21]{tmva_tau23mu/rejBvsS_21513000.png}
  415. \end{columns}
  416.  
  417.  
  418.  
  419.  
  420.  
  421. }
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429. \end{frame}
  430.  
  431.  
  432.  
  433. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%55
  434.  
  435.  
  436.  
  437.  
  438.  
  439. \end{document}