Newer
Older
Presentations / Lb_SL / Trigger / mchrzasz.tex~
@Marcin Chrzaszcz Marcin Chrzaszcz on 31 Jan 2017 16 KB large commit
  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. \def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace}
  200.  
  201.  
  202.  
  203. \author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)}
  204. \institute{UZH}
  205. \title[Triggers for $R(\Lambda_c)$]{Triggers for $R(\Lambda_c)$}
  206. \date{25 September 2014}
  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 {Triggers for $R(\Lambda_c)$}
  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}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}}
  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}{Zurich meeting, CERN\\April 12, 2016}
  248. \end{center}
  249. \end{frame}
  250. }
  251.  
  252.  
  253. \begin{frame}\frametitle{Why Triggers are important}
  254. \begin{minipage}{\textwidth}
  255. \ARROW The triggers that were used in $R(\PDstar)$ biased the distribution of the variables that were fitted.\\
  256. \ARROW The bias was an unlucky one as the $\tau$ mode was getting more similar to the $\mu$ mode.\\
  257. \ARROW They eventually used a \texttt{Hlt2CharmHadD02HH\_D02KPi} which was not designed for this analysis but by accident pick it up. \\
  258. \ARROW Today I will show the impact of the trigger line
  259. \ARROW In all cases I will use one stripping line:\\ \texttt{Strippingb2LcMuXB2DMuNuXLine}
  260.  
  261. \end{minipage}
  262. \vspace*{2.cm}
  263. \end{frame}
  264.  
  265. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  266.  
  267. \begin{frame}\frametitle{Why Triggers are important}
  268. \begin{minipage}{\textwidth}
  269.  
  270. \begin{center}
  271. \includegraphics[width=0.8\textwidth]{images/Dstar.png}
  272. \end{center}
  273.  
  274.  
  275. \end{minipage}
  276. \vspace*{2.cm}
  277. \end{frame}
  278.  
  279.  
  280.  
  281. \begin{frame}\frametitle{Why Triggers are important}
  282. \begin{minipage}{\textwidth}
  283. \begin{Huge}
  284. $\PLambda_b \to \PLambda_c(2595) \ell \nu$
  285. \end{Huge}
  286.  
  287.  
  288. \end{minipage}
  289. \vspace*{2.cm}
  290. \end{frame}
  291.  
  292.  
  293.  
  294.  
  295. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  296.  
  297. \begin{frame}\frametitle{Trigger impact}
  298. \begin{minipage}{\textwidth}
  299. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_L0MuonDecision_TOS}.png}
  300. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_L0HadronDecision_TOS}.png}\\
  301.  
  302. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt1MuTrackDecision_TOS}.png}
  303. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt1SingleMuonNoIPDecision_TOS}.png}
  304.  
  305.  
  306.  
  307.  
  308. \end{minipage}
  309. \vspace*{2.cm}
  310. \end{frame}
  311.  
  312. \begin{frame}\frametitle{Trigger impact}
  313. \begin{minipage}{\textwidth}
  314. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt2MuTrackDecision_TOS}.png}
  315. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt2SingleMuonDecision_TOS}.png}\\
  316.  
  317. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt2Topo2BodyBBDTDecision_TOS}.png}
  318. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt2Topo3BodyBBDTDecision_TOS}.png}
  319.  
  320.  
  321.  
  322.  
  323. \end{minipage}
  324. \vspace*{2.cm}
  325. \end{frame}
  326.  
  327.  
  328. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  329.  
  330.  
  331. \begin{frame}\frametitle{Trigger impact}
  332. \begin{minipage}{\textwidth}
  333. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_L0MuonDecision_TOS}.png}
  334. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_L0HadronDecision_TOS}.png}\\
  335.  
  336. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt1MuTrackDecision_TOS}.png}
  337. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt1SingleMuonNoIPDecision_TOS}.png}
  338.  
  339.  
  340.  
  341.  
  342. \end{minipage}
  343. \vspace*{2.cm}
  344. \end{frame}
  345.  
  346. \begin{frame}\frametitle{Trigger impact}
  347. \begin{minipage}{\textwidth}
  348. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt2MuTrackDecision_TOS}.png}
  349. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt2SingleMuonDecision_TOS}.png}\\
  350.  
  351. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt2Topo2BodyBBDTDecision_TOS}.png}
  352. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt2Topo3BodyBBDTDecision_TOS}.png}
  353.  
  354.  
  355.  
  356.  
  357. \end{minipage}
  358. \vspace*{2.cm}
  359. \end{frame}
  360.  
  361. \begin{frame}\frametitle{Trigger impact}
  362. \begin{minipage}{\textwidth}
  363. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_L0MuonDecision_TOS}.png}
  364. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_L0HadronDecision_TOS}.png}\\
  365.  
  366. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt1MuTrackDecision_TOS}.png}
  367. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt1SingleMuonNoIPDecision_TOS}.png}
  368.  
  369.  
  370.  
  371.  
  372. \end{minipage}
  373. \vspace*{2.cm}
  374. \end{frame}
  375.  
  376. \begin{frame}\frametitle{Trigger impact}
  377. \begin{minipage}{\textwidth}
  378. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt2MuTrackDecision_TOS}.png}
  379. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt2SingleMuonDecision_TOS}.png}\\
  380.  
  381. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt2Topo2BodyBBDTDecision_TOS}.png}
  382. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt2Topo3BodyBBDTDecision_TOS}.png}
  383.  
  384.  
  385.  
  386.  
  387. \end{minipage}
  388. \vspace*{2.cm}
  389. \end{frame}
  390.  
  391.  
  392.  
  393. \begin{frame}\frametitle{Why Triggers are important}
  394. \begin{minipage}{\textwidth}
  395. \begin{Huge}
  396. $\PLambda_b \to \PLambda_c(2625) \ell \nu$
  397. \end{Huge}
  398.  
  399.  
  400. \end{minipage}
  401. \vspace*{2.cm}
  402. \end{frame}
  403.  
  404.  
  405.  
  406.  
  407. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  408.  
  409. \begin{frame}\frametitle{Trigger impact}
  410. \begin{minipage}{\textwidth}
  411. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_L0MuonDecision_TOS}.png}
  412. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_L0HadronDecision_TOS}.png}\\
  413.  
  414. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt1MuTrackDecision_TOS}.png}
  415. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt1SingleMuonNoIPDecision_TOS}.png}
  416.  
  417.  
  418.  
  419.  
  420. \end{minipage}
  421. \vspace*{2.cm}
  422. \end{frame}
  423.  
  424. \begin{frame}\frametitle{Trigger impact}
  425. \begin{minipage}{\textwidth}
  426. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt2MuTrackDecision_TOS}.png}
  427. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt2SingleMuonDecision_TOS}.png}\\
  428.  
  429. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt2Topo2BodyBBDTDecision_TOS}.png}
  430. \includegraphics[width=0.45\textwidth]{{images/2595_MissM2_Lambda_b0_Hlt2Topo3BodyBBDTDecision_TOS}.png}
  431.  
  432.  
  433.  
  434.  
  435. \end{minipage}
  436. \vspace*{2.cm}
  437. \end{frame}
  438.  
  439.  
  440. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  441.  
  442.  
  443. \begin{frame}\frametitle{Trigger impact}
  444. \begin{minipage}{\textwidth}
  445. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_L0MuonDecision_TOS}.png}
  446. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_L0HadronDecision_TOS}.png}\\
  447.  
  448. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt1MuTrackDecision_TOS}.png}
  449. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt1SingleMuonNoIPDecision_TOS}.png}
  450.  
  451.  
  452.  
  453.  
  454. \end{minipage}
  455. \vspace*{2.cm}
  456. \end{frame}
  457.  
  458. \begin{frame}\frametitle{Trigger impact}
  459. \begin{minipage}{\textwidth}
  460. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt2MuTrackDecision_TOS}.png}
  461. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt2SingleMuonDecision_TOS}.png}\\
  462.  
  463. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt2Topo2BodyBBDTDecision_TOS}.png}
  464. \includegraphics[width=0.45\textwidth]{{images/2595_Lambda_b0_IP_OWNPV_Lambda_b0_Hlt2Topo3BodyBBDTDecision_TOS}.png}
  465.  
  466.  
  467.  
  468.  
  469. \end{minipage}
  470. \vspace*{2.cm}
  471. \end{frame}
  472.  
  473. \begin{frame}\frametitle{Trigger impact}
  474. \begin{minipage}{\textwidth}
  475. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_L0MuonDecision_TOS}.png}
  476. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_L0HadronDecision_TOS}.png}\\
  477.  
  478. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt1MuTrackDecision_TOS}.png}
  479. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt1SingleMuonNoIPDecision_TOS}.png}
  480.  
  481.  
  482.  
  483.  
  484. \end{minipage}
  485. \vspace*{2.cm}
  486. \end{frame}
  487.  
  488. \begin{frame}\frametitle{Trigger impact}
  489. \begin{minipage}{\textwidth}
  490. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt2MuTrackDecision_TOS}.png}
  491. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt2SingleMuonDecision_TOS}.png}\\
  492.  
  493. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt2Topo2BodyBBDTDecision_TOS}.png}
  494. \includegraphics[width=0.45\textwidth]{{images/2595_q2_Lambda_b0_Hlt2Topo3BodyBBDTDecision_TOS}.png}
  495.  
  496.  
  497.  
  498.  
  499. \end{minipage}
  500. \vspace*{2.cm}
  501. \end{frame}
  502.  
  503.  
  504.  
  505. \backupbegin
  506.  
  507. \begin{frame}\frametitle{Backup}
  508. \topline
  509.  
  510. \end{frame}
  511.  
  512. \backupend
  513.  
  514. \end{document}