Newer
Older
Presentations / Lb_SL / Toys1 / mchrzasz.tex
@mchrzasz mchrzasz on 9 May 2016 19 KB added toy presentation
  1. \documentclass[11 pt,xcolor={dvipsnames,svgnames,x11names,table}]{beamer}
  2.  
  3. \usepackage[english]{babel}
  4. \usepackage{polski}
  5.  
  6.  
  7. \usetheme[
  8. bullet=circle, % Other option: square
  9. bigpagenumber, % circled page number on lower right
  10. topline=true, % colored bar at the top of the frame
  11. shadow=false, % Shading for beamer blocks
  12. watermark=BG_lower, % png file for the watermark
  13. ]{Flip}
  14.  
  15. %\logo{\kern+1.em\includegraphics[height=1cm]{SHiP-3_LightCharcoal}}
  16.  
  17. \usepackage[lf]{berenis}
  18. \usepackage[LY1]{fontenc}
  19. \usepackage[utf8]{inputenc}
  20.  
  21. \usepackage{emerald}
  22. \usefonttheme{professionalfonts}
  23. \usepackage[no-math]{fontspec}
  24. \defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly
  25.  
  26. \setmainfont{Gillius ADF} % Beamer ignores "main font" in favor of sans font
  27. \setsansfont{Gillius ADF} % This is the font that beamer will use by default
  28. % \setmainfont{Gill Sans Light} % Prettier, but harder to read
  29.  
  30. \setbeamerfont{title}{family=\fontspec{Gillius ADF}}
  31.  
  32. \input t1augie.fd
  33.  
  34. %\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font
  35. %\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font
  36. % \newcommand{\handwriting}{} % If you prefer no special handwriting font or don't have augie
  37.  
  38. %% Gill Sans doesn't look very nice when boldfaced
  39. %% This is a hack to use Helvetica instead
  40. %% Usage: \textbf{\forbold some stuff}
  41. %\newcommand{\forbold}{\fontspec{Arial}}
  42.  
  43. \usepackage{graphicx}
  44. \usepackage[export]{adjustbox}
  45.  
  46. \usepackage{amsmath}
  47. \usepackage{amsfonts}
  48. \usepackage{amssymb}
  49. \usepackage{bm}
  50. \usepackage{colortbl}
  51. \usepackage{mathrsfs} % For Weinberg-esque letters
  52. \usepackage{cancel} % For "SUSY-breaking" symbol
  53. \usepackage{slashed} % for slashed characters in math mode
  54. \usepackage{bbm} % for \mathbbm{1} (unit matrix)
  55. \usepackage{amsthm} % For theorem environment
  56. \usepackage{multirow} % For multi row cells in table
  57. \usepackage{arydshln} % For dashed lines in arrays and tables
  58. \usepackage{siunitx}
  59. \usepackage{xhfill}
  60. \usepackage{grffile}
  61. \usepackage{textpos}
  62. \usepackage{subfigure}
  63. \usepackage{tikz}
  64.  
  65. %\usepackage{hepparticles}
  66. \usepackage[italic]{hepparticles}
  67.  
  68. \usepackage{hepnicenames}
  69.  
  70. % Drawing a line
  71. \tikzstyle{lw} = [line width=20pt]
  72. \newcommand{\topline}{%
  73. \tikz[remember picture,overlay] {%
  74. \draw[crimsonred] ([yshift=-23.5pt]current page.north west)
  75. -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}}
  76.  
  77.  
  78.  
  79. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
  80. \usepackage{tikzfeynman} % For Feynman diagrams
  81. \usetikzlibrary{arrows,shapes}
  82. \usetikzlibrary{trees}
  83. \usetikzlibrary{matrix,arrows} % For commutative diagram
  84. % http://www.felixl.de/commu.pdf
  85. \usetikzlibrary{positioning} % For "above of=" commands
  86. \usetikzlibrary{calc,through} % For coordinates
  87. \usetikzlibrary{decorations.pathreplacing} % For curly braces
  88. % http://www.math.ucla.edu/~getreuer/tikz.html
  89. \usepackage{pgffor} % For repeating patterns
  90.  
  91. \usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams
  92. \usetikzlibrary{decorations.markings}
  93. \tikzset{
  94. % >=stealth', %% Uncomment for more conventional arrows
  95. vector/.style={decorate, decoration={snake}, draw},
  96. provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw},
  97. antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw},
  98. fermion/.style={draw=gray, postaction={decorate},
  99. decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}},
  100. fermionbar/.style={draw=gray, postaction={decorate},
  101. decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}},
  102. fermionnoarrow/.style={draw=gray},
  103. gluon/.style={decorate, draw=black,
  104. decoration={coil,amplitude=4pt, segment length=5pt}},
  105. scalar/.style={dashed,draw=black, postaction={decorate},
  106. decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
  107. scalarbar/.style={dashed,draw=black, postaction={decorate},
  108. decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}},
  109. scalarnoarrow/.style={dashed,draw=black},
  110. electron/.style={draw=black, postaction={decorate},
  111. decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
  112. bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw},
  113. }
  114.  
  115. % TIKZ - for block diagrams,
  116. % from http://www.texample.net/tikz/examples/control-system-principles/
  117. % \usetikzlibrary{shapes,arrows}
  118. \tikzstyle{block} = [draw, rectangle,
  119. minimum height=3em, minimum width=6em]
  120.  
  121.  
  122.  
  123.  
  124. \usetikzlibrary{backgrounds}
  125. \usetikzlibrary{mindmap,trees} % For mind map
  126. \newcommand{\degree}{\ensuremath{^\circ}}
  127. \newcommand{\E}{\mathrm{E}}
  128. \newcommand{\Var}{\mathrm{Var}}
  129. \newcommand{\Cov}{\mathrm{Cov}}
  130. \newcommand\Ts{\rule{0pt}{2.6ex}} % Top strut
  131. \newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut
  132.  
  133. \graphicspath{{images/}} % Put all images in this directory. Avoids clutter.
  134.  
  135. % SOME COMMANDS THAT I FIND HANDY
  136. % \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec
  137. \newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild
  138. \newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold
  139. \newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold
  140. \newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert
  141. \newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert
  142. %% "\alert" is already a beamer pre-defined
  143. \newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}%
  144.  
  145. \def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}}
  146.  
  147. \usepackage{gmp}
  148. \usepackage[final]{feynmp-auto}
  149.  
  150. \usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex}
  151. \bibliography{bib}
  152. \setbeamertemplate{bibliography item}[text]
  153.  
  154. \makeatletter\let\frametextheight\beamer@frametextheight\makeatother
  155.  
  156. % suppress frame numbering for backup slides
  157. % you always need the appendix for this!
  158. \newcommand{\backupbegin}{
  159. \newcounter{framenumberappendix}
  160. \setcounter{framenumberappendix}{\value{framenumber}}
  161. }
  162. \newcommand{\backupend}{
  163. \addtocounter{framenumberappendix}{-\value{framenumber}}
  164. \addtocounter{framenumber}{\value{framenumberappendix}}
  165. }
  166.  
  167.  
  168. \definecolor{links}{HTML}{2A1B81}
  169. %\hypersetup{colorlinks,linkcolor=,urlcolor=links}
  170.  
  171. % For shapo's formulas:
  172. \def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  173. \def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  174. \newcommand{\lsim}{\mathop{\lsi}}
  175. \newcommand{\gsim}{\mathop{\gsi}}
  176. \newcommand{\wt}{\widetilde}
  177. %\newcommand{\ol}{\overline}
  178. \newcommand{\Tr}{\rm{Tr}}
  179. \newcommand{\tr}{\rm{tr}}
  180. \newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&}
  181. \newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}}
  182. \newcommand{\abs}[1]{\rm{$\left| #1 \right|$}}
  183. \newcommand{\eV}{\rm{eV}}
  184. \newcommand{\keV}{\rm{keV}}
  185. \newcommand{\GeV}{\rm{GeV}}
  186. \newcommand{\im}{\rm{Im}}
  187. \newcommand{\disp}{\displaystyle}
  188. \def\be{\begin{equation}}
  189. \def\ee{\end{equation}}
  190. \def\ba{\begin{eqnarray}}
  191. \def\ea{\end{eqnarray}}
  192. \def\d{\partial}
  193. \def\l{\left(}
  194. \def\r{\right)}
  195. \def\la{\langle}
  196. \def\ra{\rangle}
  197. \def\e{{\rm e}}
  198. \def\Br{{\rm Br}}
  199.  
  200. \def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace}
  201.  
  202.  
  203. \author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)}
  204. \institute{UZH}
  205. \title[Toy generation]{Toy generation}
  206. \date{9 May 2016}
  207.  
  208.  
  209. \begin{document}
  210. \tikzstyle{every picture}+=[remember picture]
  211.  
  212. {
  213. \setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}}
  214. \begin{frame}[c]%{\phantom{title page}}
  215. \begin{center}
  216. \begin{center}
  217. \begin{columns}
  218. \begin{column}{0.75\textwidth}
  219. \flushright\fontspec{Trebuchet MS}\bfseries \Huge {Toy generation}
  220. \end{column}
  221. \begin{column}{0.02\textwidth}
  222. {~}
  223. \end{column}
  224. \begin{column}{0.23\textwidth}
  225. % \hspace*{-1.cm}
  226. \vspace*{-3mm}
  227. \includegraphics[width=0.6\textwidth]{lhcb-logo}
  228. \end{column}
  229. \end{columns}
  230. \end{center}
  231. \quad
  232. \vspace{3em}
  233. \begin{columns}
  234. \begin{column}{0.44\textwidth}
  235. \flushright \vspace{-1.8em} {\fontspec{Trebuchet MS} \Large Marcin Chrząszcz\\\vspace{-0.1em} Nicola Serra \\\vspace{-0.1em} Elena Graverini}
  236.  
  237. \end{column}
  238. \begin{column}{0.53\textwidth}
  239. \includegraphics[height=1.3cm]{uzh-transp}
  240. \end{column}
  241. \end{columns}
  242.  
  243. \vspace{1em}
  244. % \footnotesize\textcolor{gray}{With N. Serra, B. Storaci\\Thanks to the theory support from M. Shaposhnikov, D. Gorbunov}\normalsize\\
  245. \vspace{0.5em}
  246.  
  247. \textcolor{normal text.fg!50!Comment}{$R(\Lambda_c^{\ast})$ meeting, Zurich\\February 17, 2016}
  248. \end{center}
  249. \end{frame}
  250. }
  251.  
  252.  
  253. \begin{frame}[c]{Introduction}
  254. \begin{minipage}{\textwidth}
  255. \begin{footnotesize}
  256.  
  257. \ARROW Before we ask of $\mathcal{O}(500M)$ events we need to be sure we know how much we need. \\
  258. \ARROW Makes it also easier for convenor to argue for the MC production in the PPG.\\
  259. \ARROW To perform this studies I propose to produce a large number of TOY MC so that we can study the statistical properties of our approach.\\
  260. \ARROW The toys are generated from our data set using a kernel density estimators.\\
  261. \ARROW A word of practical advice: I didn't use as \texttt{RooNDKesPDF} as we want to integrate in at least 5D integral and it took over 24h for root to normalize everything.\\
  262. \ARROW Numpy libraries takes less then a minute to do that.\\
  263. \ARROW The variables I have generated:\\
  264. $q^2$, $m^2_{miss}$, $m_{corr}$, $E^{\ast}$, $\chi^2~{\rm VTX}$\\
  265. \ARROW The sample had just the trigger applied!\\
  266. \ARROW Separate generation for $\tau$, $\mu$, and $\PLambda_c$ states\\
  267. \ARROW Over all it's quite efficient. In 5min I can generate 50M events on my laptop.
  268.  
  269.  
  270. \end{footnotesize}
  271.  
  272. \end{minipage}
  273. \end{frame}
  274.  
  275.  
  276. \begin{frame}[c]{Sanity checks $\PLambda _b \to \PLambda_c(2625) \mu \nu$}
  277. \begin{minipage}{\textwidth}
  278. \begin{footnotesize}
  279.  
  280. \includegraphics[width=0.45\textwidth]{images/mu/MCorr_100_2625.png}
  281. \includegraphics[width=0.45\textwidth]{images/mu/q2_100_2625.png}\\
  282.  
  283. \includegraphics[width=0.32\textwidth]{images/mu/MissM2_100_2625.png}
  284. \includegraphics[width=0.32\textwidth]{{images/mu/Lambda_b0_ENDVERTEX_CHI2_100_2625.png}}
  285. \includegraphics[width=0.32\textwidth]{images/mu/Estar_100_2625.png}\\
  286.  
  287. \end{footnotesize}
  288.  
  289. \end{minipage}
  290. \end{frame}
  291.  
  292.  
  293. \begin{frame}[c]{Sanity checks $\PLambda _b \to \PLambda_c(2595) \mu \nu$}
  294. \begin{minipage}{\textwidth}
  295. \begin{footnotesize}
  296.  
  297. \includegraphics[width=0.45\textwidth]{images/mu/MCorr_106_2595.png}
  298. \includegraphics[width=0.45\textwidth]{images/mu/q2_106_2595.png}\\
  299.  
  300. \includegraphics[width=0.32\textwidth]{images/mu/MissM2_106_2595.png}
  301. \includegraphics[width=0.32\textwidth]{{images/mu/Lambda_b0_ENDVERTEX_CHI2_106_2595.png}}
  302. \includegraphics[width=0.32\textwidth]{images/mu/Estar_106_2595.png}\\
  303.  
  304. \end{footnotesize}
  305.  
  306. \end{minipage}
  307. \end{frame}
  308.  
  309.  
  310. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  311.  
  312.  
  313. \begin{frame}[c]{Sanity checks $\PLambda _b \to \PLambda_c(2625) \tau \nu$}
  314. \begin{minipage}{\textwidth}
  315. \begin{footnotesize}
  316.  
  317. \includegraphics[width=0.45\textwidth]{images/tau/MCorr_117_2625.png}
  318. \includegraphics[width=0.45\textwidth]{images/tau/q2_117_2625.png}\\
  319.  
  320. \includegraphics[width=0.32\textwidth]{images/tau/MissM2_117_2625.png}
  321. \includegraphics[width=0.32\textwidth]{{images/tau/Lambda_b0_ENDVERTEX_CHI2_117_2625.png}}
  322. \includegraphics[width=0.32\textwidth]{images/tau/Estar_117_2625.png}\\
  323.  
  324. \end{footnotesize}
  325.  
  326. \end{minipage}
  327. \end{frame}
  328.  
  329.  
  330. \begin{frame}[c]{Sanity checks $\PLambda _b \to \PLambda_c(2595) \tau \nu$}
  331. \begin{minipage}{\textwidth}
  332. \begin{footnotesize}
  333.  
  334. \includegraphics[width=0.45\textwidth]{images/tau/MCorr_111_2595.png}
  335. \includegraphics[width=0.45\textwidth]{images/tau/q2_111_2595.png}\\
  336.  
  337. \includegraphics[width=0.32\textwidth]{images/tau/MissM2_111_2595.png}
  338. \includegraphics[width=0.32\textwidth]{{images/tau/Lambda_b0_ENDVERTEX_CHI2_111_2595.png}}
  339. \includegraphics[width=0.32\textwidth]{images/tau/Estar_111_2595.png}\\
  340.  
  341. \end{footnotesize}
  342.  
  343. \end{minipage}
  344. \end{frame}
  345.  
  346. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  347.  
  348. \begin{frame}[c]{Sanity checks 2}
  349. \begin{minipage}{\textwidth}
  350. \begin{footnotesize}
  351.  
  352. \ARROW Now it's not the full story. We need to be sure we generate the full correlation correctly!\\
  353. \ARROW I produced all the scatter plots so we can check!
  354.  
  355. \end{footnotesize}
  356.  
  357. \end{minipage}
  358. \end{frame}
  359.  
  360.  
  361. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  362.  
  363. \begin{frame}[c]{Sanity checks 2, $\PLambda _b \to \PLambda_c(2625) \mu \nu$}
  364. \begin{minipage}{\textwidth}
  365. \begin{footnotesize}
  366. \begin{columns}
  367. \column{2.5in}
  368. \begin{center}
  369. Oryginal
  370. \end{center}
  371. \column{2.5in}
  372. \begin{center}
  373. Generated
  374. \end{center}
  375. \end{columns}
  376.  
  377. \includegraphics[width=0.45\textwidth]{images/mu/q2_MCorr_100_2625_o.png}
  378. \includegraphics[width=0.45\textwidth]{images/mu/q2_MCorr_100_2625_g.png}\\
  379.  
  380. \includegraphics[width=0.45\textwidth]{images/mu/q2_Lambda_b0_ENDVERTEX_CHI2_100_2625_o.png}
  381. \includegraphics[width=0.45\textwidth]{images/mu/q2_Lambda_b0_ENDVERTEX_CHI2_100_2625_g.png}\\
  382.  
  383.  
  384.  
  385. \end{footnotesize}
  386.  
  387. \end{minipage}
  388. \end{frame}
  389.  
  390.  
  391.  
  392. \begin{frame}[c]{Sanity checks 2, $\PLambda _b \to \PLambda_c(2625) \mu \nu$}
  393. \begin{minipage}{\textwidth}
  394. \begin{footnotesize}
  395. \begin{columns}
  396. \column{2.5in}
  397. \begin{center}
  398. Oryginal
  399. \end{center}
  400. \column{2.5in}
  401. \begin{center}
  402. Generated
  403. \end{center}
  404. \end{columns}
  405.  
  406. \includegraphics[width=0.45\textwidth]{images/mu/Estar_Lambda_b0_ENDVERTEX_CHI2_100_2625_o.png}
  407. \includegraphics[width=0.45\textwidth]{images/mu/Estar_Lambda_b0_ENDVERTEX_CHI2_100_2625_g.png}\\
  408.  
  409. \includegraphics[width=0.45\textwidth]{images/mu/Estar_MCorr_100_2625_o.png}
  410. \includegraphics[width=0.45\textwidth]{images/mu/Estar_MCorr_100_2625_g.png}\\
  411.  
  412.  
  413.  
  414. \end{footnotesize}
  415.  
  416. \end{minipage}
  417. \end{frame}
  418.  
  419.  
  420.  
  421. \begin{frame}[c]{Sanity checks 2, $\PLambda _b \to \PLambda_c(2625) \mu \nu$}
  422. \begin{minipage}{\textwidth}
  423. \begin{footnotesize}
  424. \begin{columns}
  425. \column{2.5in}
  426. \begin{center}
  427. Oryginal
  428. \end{center}
  429. \column{2.5in}
  430. \begin{center}
  431. Generated
  432. \end{center}
  433. \end{columns}
  434.  
  435. \includegraphics[width=0.45\textwidth]{images/mu/Estar_MissM2_100_2625_o.png}
  436. \includegraphics[width=0.45\textwidth]{images/mu/Estar_MissM2_100_2625_g.png}\\
  437.  
  438. \includegraphics[width=0.45\textwidth]{images/mu/MCorr_Lambda_b0_ENDVERTEX_CHI2_100_2625_o.png}
  439. \includegraphics[width=0.45\textwidth]{images/mu/MCorr_Lambda_b0_ENDVERTEX_CHI2_100_2625_g.png}\\
  440.  
  441. \end{footnotesize}
  442.  
  443. \end{minipage}
  444. \end{frame}
  445.  
  446.  
  447. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  448.  
  449. \begin{frame}[c]{Sanity checks 2, $\PLambda _b \to \PLambda_c(2595) \mu \nu$}
  450. \begin{minipage}{\textwidth}
  451. \begin{footnotesize}
  452. \begin{columns}
  453. \column{2.5in}
  454. \begin{center}
  455. Oryginal
  456. \end{center}
  457. \column{2.5in}
  458. \begin{center}
  459. Generated
  460. \end{center}
  461. \end{columns}
  462.  
  463. \includegraphics[width=0.45\textwidth]{images/mu/q2_MCorr_106_2595_o.png}
  464. \includegraphics[width=0.45\textwidth]{images/mu/q2_MCorr_106_2595_g.png}\\
  465.  
  466. \includegraphics[width=0.45\textwidth]{images/mu/q2_Lambda_b0_ENDVERTEX_CHI2_106_2595_o.png}
  467. \includegraphics[width=0.45\textwidth]{images/mu/q2_Lambda_b0_ENDVERTEX_CHI2_106_2595_g.png}\\
  468.  
  469.  
  470.  
  471. \end{footnotesize}
  472.  
  473. \end{minipage}
  474. \end{frame}
  475.  
  476.  
  477.  
  478. \begin{frame}[c]{Sanity checks 2, $\PLambda _b \to \PLambda_c(2595) \mu \nu$}
  479. \begin{minipage}{\textwidth}
  480. \begin{footnotesize}
  481. \begin{columns}
  482. \column{2.5in}
  483. \begin{center}
  484. Oryginal
  485. \end{center}
  486. \column{2.5in}
  487. \begin{center}
  488. Generated
  489. \end{center}
  490. \end{columns}
  491.  
  492. \includegraphics[width=0.45\textwidth]{images/mu/Estar_Lambda_b0_ENDVERTEX_CHI2_106_2595_o.png}
  493. \includegraphics[width=0.45\textwidth]{images/mu/Estar_Lambda_b0_ENDVERTEX_CHI2_106_2595_g.png}\\
  494.  
  495. \includegraphics[width=0.45\textwidth]{images/mu/Estar_MCorr_106_2595_o.png}
  496. \includegraphics[width=0.45\textwidth]{images/mu/Estar_MCorr_106_2595_g.png}\\
  497.  
  498.  
  499.  
  500. \end{footnotesize}
  501.  
  502. \end{minipage}
  503. \end{frame}
  504.  
  505.  
  506.  
  507. \begin{frame}[c]{Sanity checks 2, $\PLambda _b \to \PLambda_c(2595) \mu \nu$}
  508. \begin{minipage}{\textwidth}
  509. \begin{footnotesize}
  510. \begin{columns}
  511. \column{2.5in}
  512. \begin{center}
  513. Oryginal
  514. \end{center}
  515. \column{2.5in}
  516. \begin{center}
  517. Generated
  518. \end{center}
  519. \end{columns}
  520.  
  521. \includegraphics[width=0.45\textwidth]{images/mu/Estar_MissM2_106_2595_o.png}
  522. \includegraphics[width=0.45\textwidth]{images/mu/Estar_MissM2_106_2595_g.png}\\
  523.  
  524. \includegraphics[width=0.45\textwidth]{images/mu/MCorr_Lambda_b0_ENDVERTEX_CHI2_106_2595_o.png}
  525. \includegraphics[width=0.45\textwidth]{images/mu/MCorr_Lambda_b0_ENDVERTEX_CHI2_106_2595_g.png}\\
  526.  
  527. \end{footnotesize}
  528.  
  529. \end{minipage}
  530. \end{frame}
  531.  
  532. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  533. %% tau
  534. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  535.  
  536.  
  537. \begin{frame}[c]{Sanity checks 2, $\PLambda _b \to \PLambda_c(2625) \tau \nu$}
  538. \begin{minipage}{\textwidth}
  539. \begin{footnotesize}
  540. \begin{columns}
  541. \column{2.5in}
  542. \begin{center}
  543. Oryginal
  544. \end{center}
  545. \column{2.5in}
  546. \begin{center}
  547. Generated
  548. \end{center}
  549. \end{columns}
  550.  
  551. \includegraphics[width=0.45\textwidth]{images/tau/Estar_Lambda_b0_ENDVERTEX_CHI2_117_2625_o.png}
  552. \includegraphics[width=0.45\textwidth]{images/tau/Estar_Lambda_b0_ENDVERTEX_CHI2_117_2625_g.png}\\
  553.  
  554. \includegraphics[width=0.45\textwidth]{images/tau/Estar_MCorr_117_2625_o.png}
  555. \includegraphics[width=0.45\textwidth]{images/tau/Estar_MCorr_117_2625_g.png}\\
  556.  
  557.  
  558.  
  559. \end{footnotesize}
  560.  
  561. \end{minipage}
  562. \end{frame}
  563.  
  564.  
  565.  
  566. \begin{frame}[c]{Sanity checks 2, $\PLambda _b \to \PLambda_c(2625) \tau \nu$}
  567. \begin{minipage}{\textwidth}
  568. \begin{footnotesize}
  569. \begin{columns}
  570. \column{2.5in}
  571. \begin{center}
  572. Oryginal
  573. \end{center}
  574. \column{2.5in}
  575. \begin{center}
  576. Generated
  577. \end{center}
  578. \end{columns}
  579.  
  580. \includegraphics[width=0.45\textwidth]{images/tau/Estar_MissM2_117_2625_o.png}
  581. \includegraphics[width=0.45\textwidth]{images/tau/Estar_MissM2_117_2625_g.png}\\
  582.  
  583. \includegraphics[width=0.45\textwidth]{images/tau/MCorr_Lambda_b0_ENDVERTEX_CHI2_117_2625_o.png}
  584. \includegraphics[width=0.45\textwidth]{images/tau/MCorr_Lambda_b0_ENDVERTEX_CHI2_117_2625_g.png}\\
  585.  
  586. \end{footnotesize}
  587.  
  588. \end{minipage}
  589. \end{frame}
  590.  
  591.  
  592. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  593.  
  594. \begin{frame}[c]{Sanity checks 2, $\PLambda _b \to \PLambda_c(2595) \tau \nu$}
  595. \begin{minipage}{\textwidth}
  596. \begin{footnotesize}
  597. \begin{columns}
  598. \column{2.5in}
  599. \begin{center}
  600. Oryginal
  601. \end{center}
  602. \column{2.5in}
  603. \begin{center}
  604. Generated
  605. \end{center}
  606. \end{columns}
  607.  
  608. \includegraphics[width=0.45\textwidth]{images/tau/Estar_Lambda_b0_ENDVERTEX_CHI2_111_2595_o.png}
  609. \includegraphics[width=0.45\textwidth]{images/tau/Estar_Lambda_b0_ENDVERTEX_CHI2_111_2595_g.png}\\
  610.  
  611. \includegraphics[width=0.45\textwidth]{images/tau/Estar_MCorr_111_2595_o.png}
  612. \includegraphics[width=0.45\textwidth]{images/tau/Estar_MCorr_111_2595_g.png}\\
  613.  
  614.  
  615.  
  616. \end{footnotesize}
  617.  
  618. \end{minipage}
  619. \end{frame}
  620.  
  621.  
  622.  
  623. \begin{frame}[c]{Sanity checks 2, $\PLambda _b \to \PLambda_c(2595) \tau \nu$}
  624. \begin{minipage}{\textwidth}
  625. \begin{footnotesize}
  626. \begin{columns}
  627. \column{2.5in}
  628. \begin{center}
  629. Oryginal
  630. \end{center}
  631. \column{2.5in}
  632. \begin{center}
  633. Generated
  634. \end{center}
  635. \end{columns}
  636.  
  637. \includegraphics[width=0.45\textwidth]{images/tau/Estar_MissM2_111_2595_o.png}
  638. \includegraphics[width=0.45\textwidth]{images/tau/Estar_MissM2_111_2595_g.png}\\
  639.  
  640. \includegraphics[width=0.45\textwidth]{images/tau/MCorr_Lambda_b0_ENDVERTEX_CHI2_111_2595_o.png}
  641. \includegraphics[width=0.45\textwidth]{images/tau/MCorr_Lambda_b0_ENDVERTEX_CHI2_111_2595_g.png}\\
  642.  
  643. \end{footnotesize}
  644.  
  645. \end{minipage}
  646. \end{frame}
  647.  
  648.  
  649.  
  650.  
  651. \begin{frame}[c]{Conclusions}
  652. \begin{minipage}{\textwidth}
  653. \begin{footnotesize}
  654.  
  655. \ARROW The toys work perfectly!\\
  656. \ARROW Produced $300M$ of each type\\
  657. \ARROW First BDT algorithms are already being trained.\\
  658. \ARROW Looks like the trees are stable but need a bit more tests to be sure, should be ready by the end of the week.
  659.  
  660.  
  661. \end{footnotesize}
  662.  
  663. \end{minipage}
  664. \end{frame}
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671. \backupbegin
  672.  
  673. \begin{frame}\frametitle{Backup}
  674. \topline
  675.  
  676. \end{frame}
  677.  
  678. \backupend
  679.  
  680. \end{document}