Newer
Older
Presentations / Zurich_group / 1_04_2014 / group_meeting.tex
  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{Updates on activities.}
  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{ \today }
  159. %--------------------------------------------------------------------
  160. % Introduction
  161. %--------------------------------------------------------------------
  162.  
  163. \begin{document}
  164.  
  165.  
  166.  
  167.  
  168. \setbeamertemplate{background}
  169. {\includegraphics[width=\paperwidth,height=\paperheight]{frontpage_bg_mine}}
  170. \setbeamertemplate{footline}[default]
  171.  
  172. \begin{frame}
  173. \vspace{1.1cm}
  174. \begin{columns}
  175. \column{2.75in}
  176. \titlepage
  177.  
  178. \begin{center}
  179. \includegraphics[height=1.0cm ]{pic/uzh.jpg}
  180. % \hspace{0.5cm}
  181. % \includegraphics[height=1.5cm]{pic/babar.jpg}
  182. \hspace{1cm}
  183. \includegraphics[height=1.0cm]{pic/ifj.png}
  184. \hspace{1cm}
  185. %\includegraphics[height=1.0cm]{pic/SNS.jpg}
  186. \end{center}
  187. \vspace{10cm}
  188. \column{2.0in}
  189. \end{columns}
  190. \end{frame}
  191.  
  192. %--------------------------------------------------------------------
  193. % OUTLINE
  194. %--------------------------------------------------------------------
  195.  
  196.  
  197.  
  198.  
  199. \section[Outline]{}
  200. \begin{frame}
  201. \tableofcontents
  202. \end{frame}
  203.  
  204.  
  205.  
  206.  
  207. %-------------------------------------------------------------------
  208. % Introduction
  209. %-------------------------------------------------------------------
  210. %
  211. % Set the background for the rest of the slides.
  212. % Insert infoline
  213. \setbeamertemplate{background}
  214. {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  215. \setbeamertemplate{footline}[bunsentheme]
  216.  
  217. \title{Update on analysis}
  218.  
  219.  
  220. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  221. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  222.  
  223. \setbeamertemplate{background}
  224. {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  225. \setbeamertemplate{footline}[bunsentheme]
  226. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%2>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  227.  
  228.  
  229.  
  230.  
  231. \section{$\PKstar\mu\mu$ toy MC results.}
  232.  
  233.  
  234. \begin{frame}\frametitle{}
  235. \begin{itemize}
  236. \item Chris Langenburgh prepared a "official TOY MC" <- LOL
  237. \item With unfolding of the angles done by him.
  238. \item Last week I wasted analysing this MC.
  239. \end{itemize}
  240.  
  241.  
  242.  
  243. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  244. \end{frame}
  245.  
  246.  
  247.  
  248.  
  249.  
  250. \begin{frame}\frametitle{Strategy}
  251. \begin{itemize}
  252. \item First try to get back the parameters that were put inside the MC.
  253. \item X-check the unfolding.
  254. \item Perform a fit and MM.
  255. \end{itemize}
  256.  
  257. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  258. \end{frame}
  259.  
  260. \begin{frame}\frametitle{$S_4$ results}
  261.  
  262.  
  263. \begin{tiny}
  264.  
  265. \begin{center}
  266. \begin{tabular}{| c | c| c | c | c | c | }
  267. \hline
  268. $q^2$ & $S_4^{true}$ & $S_4^{fit}$ & $S_4^{fold}$ & $S_4^{MM}$ \\ \hline \hline
  269.  
  270. $[0.1,1.0]$& $ -0.0884 $ & $-0.0872 \pm 0.0009$ & $-0.0874 \pm 0.0010 (1.0)$ & $-0.0873 \pm 0.0010 (1.1)$ \\ \hline
  271.  
  272. $[1.1,2.0]$& $-0.0481$ & $-0.0449 +- 0.0015$ & $-0.0462 \pm 0.0017 (1.1)$ & $-0.0477 \pm 0.0018 (0.2)$ \\ \hline
  273.  
  274. $[2.0,3.0]$& $ 0.0480$ & $ X \pm Y $ & $ 0.0476 \pm 0.0016 (0.25)$ & $0.0478 \pm 0.0019 (0.1)$ \\ \hline
  275.  
  276. $[3.0,4.0]$& $0.1255$ & $ X \pm Y $ & $ 0.1253 \pm 0.0016 (0.1)$ & $0.1262 \pm 0.0019 (0.4)$ \\ \hline
  277.  
  278. $[4.0,5.0]$& $0.1765$ & $ X \pm Y $ & $0.1742 \pm 0.0015 (1.5)$ & $0.1760 \pm 0.0018 (0.3)$ \\ \hline
  279.  
  280. $[5.0,6.0]$& $0.2089$ & $ X \pm Y $ & $ 0.2065 \pm 0.0015 (1.6)$ & $0.2081 \pm 0.0017 (0.9)$ \\ \hline
  281.  
  282. $[6.0,7.0]$& $0.2295$ & $ X \pm Y $ & $ 0.2283 \pm 0.0014 (0.9)$ & $0.2313 \pm 0.0016 (1.1) $ \\ \hline
  283.  
  284. $[7.0,8.0]$ & $0.2609$ & $ X \pm Y $ & $ 0.2428 \pm 0.0014 (13)$ & $0.2441 \pm 0.0016 (10.5)$ \\ \hline
  285.  
  286. $[15.0,16.0]$ & $0.2822$ & $ X \pm Y $ & $ 0.2817 \pm 0.0012 (0.4)$ & $0.2819 \pm 0.0014 (0.2)$ \\ \hline
  287.  
  288. $[16.0,17.0]$ & $0.2888$ & $ X \pm Y $ & $ 0.2878 \pm 0.0013 (0.8)$ & $0.2890 \pm 0.0015 (0.1)$ \\ \hline
  289.  
  290. $[17.0,18.0]$ & $0.2987$ & $X \pm Y $ & $ 0.2987 \pm 0.0013 (0.0)$& $0.2980 \pm0.0016 (0.4)$ \\ \hline
  291.  
  292. $[18.0,19.0]$ & $0.3139$ & $X \pm Y $ & $ 0.3150 \pm 0.0015 (0.7)$ & $0.3156 \pm 0.0020 (0.85)$ \\ \hline
  293. \hline
  294. \end{tabular}
  295. \end{center}
  296.  
  297.  
  298. \end{tiny}
  299. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  300. \end{frame}
  301.  
  302.  
  303. \begin{frame}\frametitle{$S_5$ results}
  304.  
  305.  
  306. \begin{tiny}
  307.  
  308. \begin{center}
  309. \begin{tabular}{| c | c| c | c | c | c | }
  310. \hline
  311. $q^2$ & $S_5^{true}$ & $S_5^{fit}$ & $S_5^{fold}$ & $S_5^{MM}$ \\ \hline \hline
  312.  
  313. $[0.1,1.0]$& $0.2253 $ & $-0.0206 +- 0.0442274$ & $0.2253 \pm 0.0009 (0.0)$ & $0.2260 \pm 0.0009 (0.8)$ \\ \hline
  314. $[1.1,2.0]$& $0.1652 $ & $X \pm Y $ & $0.1674 \pm 0.0016 (1.4)$ & $0.1671 \pm 0.0018 (1.1)$ \\ \hline
  315. $[2.0,3.0]$& $-0.0287 $ & $ X \pm Y $ & $ -0.0301 \pm0.0017 (0.8)$ & $-0.0300 \pm 0.0019 (0.7)$ \\ \hline
  316. $[3.0,4.0]$& $-0.1897$ & $ X \pm Y $ & $-0.1919 \pm 0.0016 (1.4)$ & $-0.1891 \pm 0.0019 (0.3)$ \\ \hline
  317. $[4.0,5.0]$& $-0.2969 $ & $ X \pm Y $ & $-0.2971 \pm 0.0015 (0.1)$ & $-0.2966 \pm 0.0018 (0.3)$ \\ \hline
  318. $[5.0,6.0]$& $-0.3654 $ & $ X \pm Y $ & $-0.3682 \pm 0.0014 (2.0)$ & $-0.3700 \pm 0.0017 (2.7)$ \\ \hline
  319. $[6.0,7.0]$& $-0.4084 $ & $ X \pm Y $ & $-0.4092 \pm 0.0013 (0.6)$ & $-0.4096 \pm 0.0016 (0.8)$ \\ \hline
  320. $[7.0,8.0]$& $-0.4113 $ & $ X \pm Y $ & $ -0.4364 \pm 0.0012 (21) $ & $-0.4356 \pm 0.0015 (16)$ \\ \hline
  321. $[15.0,16.0]$& $-0.3654 $ & $ X \pm Y $ & $-0.3650 \pm 0.0011 (0.4)$ & $-0.3646 \pm 0.0012 (0.3)$ \\ \hline
  322. $[16.0,17.0]$& $-0.3356 $ & $ X \pm Y $ & $-0.3349 \pm 0.0011 (0.6)$ & $-0.3359 \pm 0.0013 (0.2)$ \\ \hline
  323. $[17.0,18.0]$& $-0.2911 $ & $ X \pm Y $ & $-0.2903 \pm 0.0013 (0.6)$ & $-0.2896 \pm 0.0014 (1.1)$ \\ \hline
  324. $[18.0,19.0]$& $-0.2124 $ & $ X \pm Y $ & $-0.2152 \pm 0.0016 (1.8)$ & $-0.2158 \pm 0.0018 (1.9)$ \\ \hline
  325.  
  326.  
  327.  
  328. \hline
  329. \end{tabular}
  330. \end{center}
  331.  
  332.  
  333. \end{tiny}
  334. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  335. \end{frame}
  336.  
  337.  
  338. \begin{frame}\frametitle{$S_7$ results}
  339.  
  340.  
  341. \begin{tiny}
  342.  
  343. \begin{center}
  344. \begin{tabular}{| c | c| c | c | c | c | }
  345. \hline
  346. $q^2$ & $S_7^{true}$ & $S_7^{fit}$ & $S_7^{fold}$ & $S_7^{MM}$ \\ \hline \hline
  347.  
  348. $[0.1,1.0]$& $0.0212 $ & $ -0.2047 \pm 0.0442$ & $0.0214 \pm0.0009 (0.2)$ & $0.0208 \pm 0.0009 (0.4)$ \\ \hline
  349. $[1.1,2.0]$& $0.0386 $ & $X \pm Y $ & $0.0352 \pm 0.0016 (2.1)$ & $0.0348 \pm 0.0018 (2.1)$ \\ \hline
  350. $[2.0,3.0]$& $0.0379 $ & $ X \pm Y $ & $ 0.0351 \pm 0.0017 (1.6)$ & $0.0353 \pm 0.0019 (1.4) $ \\ \hline
  351. $[3.0,4.0]$& $0.0341$ & $ X \pm Y $ & $0.0368 \pm 0.0017 (1.6)$ & $0.0363 \pm 0.0019 (1.2)$ \\ \hline
  352. $[4.0,5.0]$& $0.0306 $ & $ X \pm Y $ & $0.0293 \pm 0.0016 (0.8)$ & $0.0303 \pm 0.0018 (0.6)$ \\ \hline
  353. $[5.0,6.0]$& $0.0284 $ & $ X \pm Y $ & $ 0.0262 \pm 0.0016 (1.4)$ & $0.0263 \pm 0.0018 (1.2)$ \\ \hline
  354. $[6.0,7.0]$& $0.0278 $ & $ X \pm Y $ & $0.0286 \pm 0.0015 (0.5)$ & $0.0287 \pm 0.0017 (0.5)$ \\ \hline
  355. $[7.0,8.0]$& $0.0000 $ & $ X \pm Y $ & $0.0290 \pm 0.0015 (19.3)$ & $0.0287 \pm 0.0016 (18)$ \\ \hline
  356. $[15.0,16.0]$& $0.0000 $ & $ X \pm Y $ & $-0.0007 \pm 0.0014 (0.5)$ & $-0.0008 \pm 0.0014 (0.6)$ \\ \hline
  357. $[16.0,17.0]$& $0.0000 $ & $ X \pm Y $ & $-0.0026 \pm 0.0015 (1.6)$ & $-0.0026 \pm 0.0015 (1.7)$ \\ \hline
  358. $[17.0,18.0]$& $0.0000 $ & $ X \pm Y $ & $-0.0023 \pm 0.0016 (1.6)$ & $-0.0021 \pm 0.0017 (1.2)$ \\ \hline
  359. $[18.0,19.0]$& $0.0000 $ & $ X \pm Y $ & $-0.0021 \pm 0.0021 (1.0)$ & $-0.0015 \pm 0.0021 (0.6)$ \\ \hline
  360.  
  361. \hline
  362. \end{tabular}
  363. \end{center}
  364.  
  365.  
  366. \end{tiny}
  367. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  368. \end{frame}
  369.  
  370.  
  371.  
  372. \begin{frame}\frametitle{$S_8$ results}
  373. \begin{tiny}
  374. \begin{center}
  375. \begin{tabular}{| c | c| c | c | c | c | }
  376. \hline
  377. $q^2$ & $S_8^{true}$ & $S_8^{fit}$ & $S_8^{fold}$ & $S_8^{MM}$ \\ \hline \hline
  378.  
  379. $[0.1,1.0]$& $-0.0038 $ & $-0.0061 +- 0.0010$ & $-0.0042 \pm0.0010 (0.4)$ & $-0.0040 \pm 0.0010 (0.2)$ \\ \hline
  380. $[1.1,2.0]$& $-0.0107 $ & $X \pm Y $ & $-0.0142 \pm 0.0017 (2.1)$ & $-0.0135 \pm 0.0018 (1.5)$ \\ \hline
  381. $[2.0,3.0]$& $-0.0123 $ & $ X \pm Y $ & $-0.0144 \pm0.0017 (1.2)$ & $-0.0149 \pm 0.0019 (0.3)$ \\ \hline
  382. $[3.0,4.0]$& $-0.0121$ & $ X \pm Y $ & $-0.0112 \pm 0.0016 (0.6)$ & $-0.0117 \pm 0.0019 (0.2)$ \\ \hline
  383. $[4.0,5.0]$& $-0.0114 $ & $ X \pm Y $ & $-0.0123 \pm 0.0016 (0.6)$ & $-0.0129 \pm 0.0018 (0.8)$ \\ \hline
  384. $[5.0,6.0]$& $-0.0110 $ & $ X \pm Y $ & $-0.0118 \pm 0.0016 (0.5)$ & $-0.0115 \pm 0.0018 (0.3)$ \\ \hline
  385. $[6.0,7.0]$& $-0.0110 $ & $ X \pm Y $ & $-0.0110 \pm 0.0016 (0.0)$ & $-0.0107 \pm 0.0017 (0.2)$ \\ \hline
  386. $[7.0,8.0]$& $0.0007 $ & $ X \pm Y $ & $-0.0112 \pm 0.0015 (7.0)$ & $-0.0113 \pm 0.0016 (6.6)$ \\ \hline
  387. $[15.0,16.0]$& $0.0003 $ & $ X \pm Y $ & $-0.0015 \pm 0.0015 (0.8)$ & $-0.0016 \pm 0.0015 (0.9)$ \\ \hline
  388. $[16.0,17.0]$& $0.0003 $ & $ X \pm Y $ & $-0.0020 \pm 0.0016 (1.1)$ & $-0.0022 \pm 0.0016 (1.2)$ \\ \hline
  389. $[17.0,18.0]$& $0.0002 $ & $ X \pm Y $ & $0.0023 \pm 0.0018 (1.2)$ & $0.0022 \pm 0.0018 (1.1)$ \\ \hline
  390. $[18.0,19.0]$& $0.0002 $ & $ X \pm Y $ & $-0.0007 \pm 0.0022 (0.2)$ & $-0.0012 \pm- 0.0022 (0.5)$ \\ \hline
  391. \hline
  392. \end{tabular}
  393. \end{center}
  394. \end{tiny}
  395. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  396. \end{frame}
  397.  
  398.  
  399. \begin{frame}\frametitle{WTH is going on with $[7.0,8.0]$ ? 1/3}
  400. \begin{itemize}
  401. \item With those parameters from EOS the PDF is negative? <- checked , no
  402. \item Some boundary conditions? <- checked by simulating my toy, no thing going on there.
  403. \item The parametrs that EOS gives you are not the one they simulated? <- YES!
  404. \end{itemize}
  405.  
  406.  
  407.  
  408. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  409. \end{frame}
  410.  
  411. \begin{frame}\frametitle{WTH is going on with $[7.0,8.0]$ ? 2/3}
  412. \begin{itemize}
  413. \item First I simulated MY toy MC:
  414. \end{itemize}
  415. \lstinputlisting[label=samplecode,caption=My unofficial SHIT MC:]{out.log}
  416. \begin{itemize}
  417. \item PDF is fine, can be fitted(here MM).
  418. \end{itemize}
  419.  
  420. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  421. \end{frame}
  422.  
  423.  
  424. \begin{frame}\frametitle{WTH is going on with $[7.0,8.0]$ ? 3/3}
  425. \begin{itemize}
  426. \item Author of this official TOY MC should repeat maths 1 at university.
  427. \end{itemize}
  428. \lstinputlisting[label=samplecode,caption=TABLE from email:]{table1.log}
  429.  
  430.  
  431. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  432. \end{frame}
  433.  
  434.  
  435.  
  436. \section{$\PKstar\mu\mu$ Unfolding}
  437.  
  438.  
  439. \begin{frame}\frametitle{More x-checks}
  440. \begin{itemize}
  441. \item Christoph also performed an unfolding.
  442. \item He parametrized the acceptance corrections using $7^{th}$ order polynomials.
  443. \item Also made a check of this.
  444. \item On his "official TOY MC"
  445. \item Reweighed events($1/\epsilon$) to get back the true distribution.
  446.  
  447. \end{itemize}
  448.  
  449.  
  450.  
  451.  
  452.  
  453. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  454. \end{frame}
  455.  
  456.  
  457.  
  458.  
  459. \begin{frame}\frametitle{More x-checks}
  460.  
  461. \begin{columns}
  462.  
  463. \column{2.5in}
  464. \includegraphics[scale=0.2 ]{plots/SMcosthetak.png}
  465. \column{2.5in}
  466. \includegraphics[scale=0.2 ]{plots/SMcosthetak.png}
  467.  
  468.  
  469. \end{columns}
  470. \begin{columns}
  471.  
  472. \column{2.5in}
  473. \includegraphics[scale=0.2 ]{plots/SMphi.png}
  474. \column{2.5in}
  475. \includegraphics[scale=0.2 ]{plots/SMq2.png}
  476.  
  477.  
  478. \end{columns}
  479.  
  480. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  481. \end{frame}
  482.  
  483.  
  484.  
  485. \begin{frame}\frametitle{More x-checks}
  486. \begin{itemize}
  487. \item Did they get finally something right?
  488. \item You Wish! -> NEXT SLIDE
  489.  
  490. \end{itemize}
  491.  
  492.  
  493.  
  494.  
  495.  
  496. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  497. \end{frame}
  498.  
  499.  
  500. \begin{frame}\frametitle{Congrats}
  501.  
  502.  
  503. \begin{columns}
  504.  
  505. \column{2.5in}
  506. \includegraphics[scale=0.2 ]{plots/lhcbcosthetak.png}
  507. \column{2.5in}
  508. \includegraphics[scale=0.2 ]{plots/lhcbcosthetal.png}
  509.  
  510.  
  511. \end{columns}
  512. \begin{columns}
  513.  
  514. \column{2.5in}
  515. \includegraphics[scale=0.2 ]{plots/lhcbphi.png}
  516. \column{2.5in}
  517. \includegraphics[scale=0.2 ]{plots/lhcbq2.png}
  518.  
  519.  
  520. \end{columns}
  521.  
  522.  
  523.  
  524. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  525. \end{frame}
  526.  
  527.  
  528.  
  529. \begin{frame}\frametitle{Magic happens when i don't require $\PBzero$ trueID}
  530.  
  531.  
  532. \begin{columns}
  533.  
  534. \column{2.5in}
  535. \includegraphics[scale=0.2 ]{plots/lhcb_NO_TRUTHcosthetak.png}
  536. \column{2.5in}
  537. \includegraphics[scale=0.2 ]{plots/lhcb_NO_TRUTHcosthetal.png}
  538.  
  539.  
  540. \end{columns}
  541. \begin{columns}
  542.  
  543. \column{2.5in}
  544. \includegraphics[scale=0.2 ]{plots/lhcb_NO_TRUTHphi.png}
  545. \column{2.5in}
  546. \includegraphics[scale=0.2 ]{plots/lhcb_NO_TRUTHq2.png}
  547.  
  548.  
  549. \end{columns}
  550.  
  551.  
  552.  
  553. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  554. \end{frame}
  555.  
  556.  
  557.  
  558. \begin{frame}\frametitle{Summary}
  559.  
  560. \begin{columns}
  561. \column{3in}
  562. \begin{itemize}
  563. \item Big congratulations to authors of this MC.
  564. \item How many bugs did I miss?
  565.  
  566.  
  567. \end{itemize}
  568. \column{2in}
  569. \includegraphics[scale=0.3 ]{bug.jpg}
  570.  
  571.  
  572. \end{columns}
  573.  
  574. \textref {M.Chrz\k{a}szcz, N.Serra 2014}
  575. \end{frame}
  576.  
  577.  
  578.  
  579.  
  580. \end{document}