Newer
Older
Presentations / Kstarmumu_Run2 / Selection2 / mchrzasz.tex
@Marcin Chrzaszcz Marcin Chrzaszcz on 29 Mar 2017 20 KB A&S for Lc
  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.  
  18. \usepackage[lf]{berenis}
  19. \usepackage[LY1]{fontenc}
  20. \usepackage[utf8]{inputenc}
  21.  
  22. %\usepackage{emerald}
  23. \usefonttheme{professionalfonts}
  24. \usepackage[no-math]{fontspec}
  25. \defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly
  26.  
  27. \setmainfont{Gillius ADF} % Beamer ignores "main font" in favor of sans font
  28. \setsansfont{Gillius ADF} % This is the font that beamer will use by default
  29. % \setmainfont{Gill Sans Light} % Prettier, but harder to read
  30.  
  31. \setbeamerfont{title}{family=\fontspec{Gillius ADF}}
  32.  
  33. \input t1augie.fd
  34.  
  35. %\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font
  36. %\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font
  37. % \newcommand{\handwriting}{} % If you prefer no special handwriting font or don't have augie
  38.  
  39. %% Gill Sans doesn't look very nice when boldfaced
  40. %% This is a hack to use Helvetica instead
  41. %% Usage: \textbf{\forbold some stuff}
  42. %\newcommand{\forbold}{\fontspec{Arial}}
  43.  
  44. \usepackage{graphicx}
  45. \usepackage[export]{adjustbox}
  46.  
  47. \usepackage{amsmath}
  48. \usepackage{amsfonts}
  49. \usepackage{amssymb}
  50. \usepackage{bm}
  51. \usepackage{colortbl}
  52. \usepackage{mathrsfs} % For Weinberg-esque letters
  53. \usepackage{cancel} % For "SUSY-breaking" symbol
  54. \usepackage{slashed} % for slashed characters in math mode
  55. \usepackage{bbm} %for \mathbbm{1} (unit matrix)
  56. \usepackage{amsthm} % For theorem environment
  57. \usepackage{multirow} % For multi row cells in table
  58. \usepackage{arydshln} % For dashed lines in arrays and tables
  59. \usepackage{siunitx}
  60. \usepackage{xhfill}
  61. \usepackage{grffile}
  62. \usepackage{textpos}
  63. \usepackage{subfigure}
  64. \usepackage{tikz}
  65.  
  66. %\usepackage{hepparticles}
  67. \usepackage[italic]{hepparticles}
  68.  
  69. \usepackage{hepnicenames}
  70.  
  71. % Drawing a line
  72. \tikzstyle{lw} = [line width=20pt]
  73. \newcommand{\topline}{%
  74. \tikz[remember picture,overlay] {%
  75. \draw[crimsonred] ([yshift=-23.5pt]current page.north west)
  76. -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}}
  77.  
  78.  
  79.  
  80. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
  81. \usepackage{tikzfeynman} % For Feynman diagrams
  82. \usetikzlibrary{arrows,shapes}
  83. \usetikzlibrary{trees}
  84. \usetikzlibrary{matrix,arrows} % For commutative diagram
  85. % http://www.felixl.de/commu.pdf
  86. \usetikzlibrary{positioning} % For "above of=" commands
  87. \usetikzlibrary{calc,through} % For coordinates
  88. \usetikzlibrary{decorations.pathreplacing} % For curly braces
  89. % http://www.math.ucla.edu/~getreuer/tikz.html
  90. \usepackage{pgffor} % For repeating patterns
  91.  
  92. \usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams
  93. \usetikzlibrary{decorations.markings}
  94. \tikzset{
  95. % >=stealth', %% Uncomment for more conventional arrows
  96. vector/.style={decorate, decoration={snake}, draw},
  97. provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw},
  98. antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw},
  99. fermion/.style={draw=gray, postaction={decorate},
  100. decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}},
  101. fermionbar/.style={draw=gray, postaction={decorate},
  102. decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}},
  103. fermionnoarrow/.style={draw=gray},
  104. gluon/.style={decorate, draw=black,
  105. decoration={coil,amplitude=4pt, segment length=5pt}},
  106. scalar/.style={dashed,draw=black, postaction={decorate},
  107. decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
  108. scalarbar/.style={dashed,draw=black, postaction={decorate},
  109. decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}},
  110. scalarnoarrow/.style={dashed,draw=black},
  111. electron/.style={draw=black, postaction={decorate},
  112. decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}},
  113. bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw},
  114. }
  115.  
  116. % TIKZ - for block diagrams,
  117. % from http://www.texample.net/tikz/examples/control-system-principles/
  118. % \usetikzlibrary{shapes,arrows}
  119. \tikzstyle{block} = [draw, rectangle,
  120. minimum height=3em, minimum width=6em]
  121.  
  122.  
  123.  
  124.  
  125. \usetikzlibrary{backgrounds}
  126. \usetikzlibrary{mindmap,trees} % For mind map
  127. \newcommand{\degree}{\ensuremath{^\circ}}
  128. \newcommand{\E}{\mathrm{E}}
  129. \newcommand{\Var}{\mathrm{Var}}
  130. \newcommand{\Cov}{\mathrm{Cov}}
  131. \newcommand\Ts{\rule{0pt}{2.6ex}} % Top strut
  132. \newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut
  133.  
  134. \graphicspath{{images/}} % Put all images in this directory. Avoids clutter.
  135.  
  136. % SOME COMMANDS THAT I FIND HANDY
  137. % \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec
  138. \newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild
  139. \newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold
  140. \newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold
  141. \newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert
  142. \newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert
  143. %% "\alert" is already a beamer pre-defined
  144. \newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}%
  145.  
  146. \def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}}
  147.  
  148. \usepackage{gmp}
  149. \usepackage[final]{feynmp-auto}
  150.  
  151. \usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex}
  152. \bibliography{bib}
  153. \setbeamertemplate{bibliography item}[text]
  154.  
  155. \makeatletter\let\frametextheight\beamer@frametextheight\makeatother
  156.  
  157. % suppress frame numbering for backup slides
  158. % you always need the appendix for this!
  159. \newcommand{\backupbegin}{
  160. \newcounter{framenumberappendix}
  161. \setcounter{framenumberappendix}{\value{framenumber}}
  162. }
  163. \newcommand{\backupend}{
  164. \addtocounter{framenumberappendix}{-\value{framenumber}}
  165. \addtocounter{framenumber}{\value{framenumberappendix}}
  166. }
  167.  
  168.  
  169. \definecolor{links}{HTML}{2A1B81}
  170. %\hypersetup{colorlinks,linkcolor=,urlcolor=links}
  171.  
  172. % For shapo's formulas:
  173. \def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  174. \def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}}
  175. \newcommand{\lsim}{\mathop{\lsi}}
  176. \newcommand{\gsim}{\mathop{\gsi}}
  177. \newcommand{\wt}{\widetilde}
  178. %\newcommand{\ol}{\overline}
  179. \newcommand{\Tr}{\rm{Tr}}
  180. \newcommand{\tr}{\rm{tr}}
  181. \newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&}
  182. \newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}}
  183. \newcommand{\abs}[1]{\rm{$\left| #1 \right|$}}
  184. \newcommand{\eV}{\rm{eV}}
  185. \newcommand{\keV}{\rm{keV}}
  186. \newcommand{\GeV}{\rm{GeV}}
  187. \newcommand{\im}{\rm{Im}}
  188. \newcommand{\disp}{\displaystyle}
  189. \def\be{\begin{equation}}
  190. \def\ee{\end{equation}}
  191. \def\ba{\begin{eqnarray}}
  192. \def\ea{\end{eqnarray}}
  193. \def\d{\partial}
  194. \def\l{\left(}
  195. \def\r{\right)}
  196. \def\la{\langle}
  197. \def\ra{\rangle}
  198. \def\e{{\rm e}}
  199. \def\Br{{\rm Br}}
  200.  
  201. \def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace}
  202. \def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace}
  203.  
  204. \author{ {M.Chrzaszcz~A.Mauri~R.Coutinho} (UZH)}
  205. \institute{UZH}
  206. \title[$\PBzero \to \PKstar \Pmuon \APmuon$ Update]{$\PBzero \to \PKstar \Pmuon \APmuon$ Update}
  207. \date{30 January 2017}
  208.  
  209.  
  210. \begin{document}
  211. \tikzstyle{every picture}+=[remember picture]
  212.  
  213. {
  214. \setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}}
  215. \begin{frame}[c]%{\phantom{title page}}
  216. \begin{center}
  217. \begin{center}
  218. \begin{columns}
  219. \begin{column}{0.75\textwidth}
  220. \flushright\bfseries \Huge {$\PBzero \to \PKstar \Pmuon \APmuon$\\ Update}
  221. \end{column}
  222. \begin{column}{0.02\textwidth}
  223. {~}
  224. \end{column}
  225. \begin{column}{0.23\textwidth}
  226. % \hspace*{-1.cm}
  227. \vspace*{-3mm}
  228. \includegraphics[width=0.6\textwidth]{lhcb-logo}
  229. \end{column}
  230.  
  231. \end{columns}
  232. \end{center}
  233. \quad
  234. \vspace{3em}
  235. \begin{columns}
  236. \begin{column}{0.44\textwidth}
  237. \flushright \vspace{-1.8em} { \large Marcin Chrzaszcz\\\vspace{-0.1em} \large Andrea Mauri\\\vspace{-0.1em} \large Rafael Silva Coutinho\\\vspace{-0.1em} }
  238.  
  239. \end{column}
  240. \begin{column}{0.53\textwidth}
  241. \includegraphics[height=1.3cm]{uzh-transp}
  242. \end{column}
  243. \end{columns}
  244.  
  245. \vspace{1em}
  246.  
  247. \vspace{0.5em}
  248.  
  249. \textcolor{normal text.fg!50!Comment}{$\PBzero \to \PKstar \Pmuon \APmuon$ meeting, CERN\\February 14, 2017}
  250. \end{center}
  251. \end{frame}
  252. }
  253.  
  254.  
  255. \begin{frame}[c]{The need for MC}
  256.  
  257. \begin{minipage}{\textwidth}
  258. \ARROW New analysis will need new/Run2 MC. Already in progress:
  259.  
  260.  
  261. \begin{center}
  262. \includegraphics[width=0.99\textwidth]{images/dirac.png}
  263. \end{center}
  264.  
  265.  
  266. \end{minipage}
  267. \vspace*{2.cm}
  268. \end{frame}
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276. \begin{frame}[c]{Selection}
  277. \begin{minipage}{\textwidth}
  278. \ARROW Re-examine the selection:
  279. \begin{itemize}
  280. \item $m_{K \pi \mu \mu}> 4960~ \&\&~ m_{K \pi \mu \mu} < 6000$
  281. \item $q^2 <19.5$
  282. \item \texttt{K\_PIDK>-5~\&\&~Pi\_PIDK<25~\&\& \\mu\_minus\_PIDmu>-3~\&\&~mu\_plus\_PIDmu>-3}
  283. \item Muons: \texttt{isMuon}
  284. \item $m_{K \pi} >630~ \&\&~ m_{K \pi} < 1530$
  285. \end{itemize}
  286.  
  287. \end{minipage}
  288. \vspace*{2.cm}
  289. \end{frame}
  290.  
  291.  
  292.  
  293.  
  294. \begin{frame}[c]{Trigger Run1}
  295. \begin{minipage}{\textwidth}
  296. \ARROW There is the standerd:
  297. \begin{itemize}
  298. \item \texttt{L0Muon}
  299. \item \texttt{B0\_Hlt1TrackAllL0} $\Vert$ \texttt{B0\_Hlt1TrackMuon}
  300. \item \texttt{B0\_Hlt2TopoMu(2,3,4)BodyBBDT} $\Vert$ \texttt{B0\_Hlt2Topo(2,3,4)BodyBBDT} $\Vert$ \texttt{B0\_Hlt2DiMuonDetached} $\Vert$ \texttt{B0\_Hlt2DiMuon}
  301. \end{itemize}
  302. \ARROW All required to be TOS.
  303. \end{minipage}
  304. \vspace*{2.cm}
  305. \end{frame}
  306.  
  307.  
  308. \begin{frame}[c]{Trigger Run2}
  309. \begin{minipage}{\textwidth}
  310. \ARROW There is the standerd:
  311. \begin{itemize}
  312. \item \texttt{L0Muon}
  313. \item \texttt{B0\_Hlt1TrackMVADecision} \texttt{B0\_Hlt1TrackMuonDecision}
  314. \texttt{B0\_Hlt1DiMuonHighMassDecision} \texttt{B0\_Hlt1DiMuonLowMassDecision} \texttt{B0\_Hlt1SingleMuonHighPTDecision}
  315. \item \texttt{B0\_Hlt2TopoMuMu(2,3,4)BodyBBDT} $\Vert$ \texttt{B0\_Hlt2TopoMu(2,3,4)BodyBBDT} $\Vert$ \texttt{B0\_Hlt2Topo(2,3,4)BodyBBDT} $\Vert$ \texttt{B0\_Hlt2DiMuonDetached} $\Vert$ \texttt{
  316. B0\_Hlt2SingleMuon} $\Vert$ \texttt{B0\_Hlt2SingleMuonHighPT} $\Vert$ \texttt{B0\_Hlt2SingleMuonLowPT} $\Vert$ \texttt{B0\_Hlt2SingleMuonRare}
  317. \end{itemize}
  318. \end{minipage}
  319. \vspace*{2.cm}
  320. \end{frame}
  321.  
  322.  
  323.  
  324. \begin{frame}[c]{Angles peak}
  325. \begin{minipage}{\textwidth}
  326. \ARROW Remove events where angles between two particles is small:
  327. \includegraphics[width=0.45\textwidth]{images/B0_kstarAngSep_Pwave_fullq2.png}
  328. \includegraphics[width=0.45\textwidth]{images/B0_kstarAngSep_SPDwave_fullq2.png}\\
  329. \includegraphics[width=0.45\textwidth]{images/B0_jpsiAngSep_Pwave_fullq2.png}
  330. \includegraphics[width=0.45\textwidth]{images/B0_jpsiAngSep_SPDwave_fullq2.png}
  331. \end{minipage}
  332. \vspace*{2.cm}
  333. \end{frame}
  334.  
  335.  
  336. \begin{frame}[c]{Angles peak}
  337. \begin{minipage}{\textwidth}
  338. \ARROW Remove events where angles between two particles is small:
  339. \includegraphics[width=0.45\textwidth]{images/B0_kmuminAngSep_Pwave_fullq2.png}
  340. \includegraphics[width=0.45\textwidth]{images/B0_kmuminAngSep_SPDwave_fullq2.png}\\
  341. \includegraphics[width=0.45\textwidth]{images/B0_kmuplusAngSep_Pwave_fullq2.png}
  342. \includegraphics[width=0.45\textwidth]{images/B0_kmuplusAngSep_SPDwave_fullq2.png}
  343. \end{minipage}
  344. \vspace*{2.cm}
  345. \end{frame}
  346.  
  347. \begin{frame}[c]{Angles peak}
  348. \begin{minipage}{\textwidth}
  349. \ARROW Remove events where angles between two particles is small:
  350. \includegraphics[width=0.45\textwidth]{images/B0_pimuminAngSep_Pwave_fullq2.png}
  351. \includegraphics[width=0.45\textwidth]{images/B0_pimuminAngSep_SPDwave_fullq2.png}\\
  352. \includegraphics[width=0.45\textwidth]{images/B0_pimuplusAngSep_Pwave_fullq2.png}
  353. \includegraphics[width=0.45\textwidth]{images/B0_pimuplusAngSep_SPDwave_fullq2.png}
  354. \end{minipage}
  355. \vspace*{2.cm}
  356. \ARROW The current cut is $0.001$ but I would move it to $0.0015$ to be extra safe for higher $m_{K \pi}$.
  357. \end{frame}
  358.  
  359. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  360.  
  361.  
  362. \begin{frame}[c]{Angles peak}
  363. \begin{minipage}{\textwidth}
  364. \ARROW Remove events where angles between two particles is small:
  365. \includegraphics[width=0.45\textwidth]{images/B0_pimuminAngSep_Pwave_fullq2.png}
  366. \includegraphics[width=0.45\textwidth]{images/B0_pimuminAngSep_SPDwave_fullq2.png}\\
  367. \includegraphics[width=0.45\textwidth]{images/B0_pimuplusAngSep_Pwave_fullq2.png}
  368. \includegraphics[width=0.45\textwidth]{images/B0_pimuplusAngSep_SPDwave_fullq2.png}
  369. \end{minipage}
  370. \vspace*{2.cm}
  371. \ARROW The current cut is $0.001$ but I would move it to $0.0015$ to be extra safe for higher $m_{K \pi}$.
  372. \end{frame}
  373.  
  374.  
  375. \begin{frame}[c]{$\mu \leftrightarrow \pi$ swaps}
  376. \begin{minipage}{\textwidth}
  377. \ARROW Remove events where we swap $\PJpsi$ and $\Psi(2S)$.
  378. \includegraphics[width=0.45\textwidth]{images/B0_swapMass_Pwave_fullq2.png}
  379. \includegraphics[width=0.45\textwidth]{images/B0_swapMass_SPDwave_fullq2.png}\\
  380. \includegraphics[width=0.45\textwidth]{images/B0_swapMass2_Pwave_fullq2.png}
  381. \includegraphics[width=0.45\textwidth]{images/B0_swapMass2_SPDwave_fullq2.png}
  382. \end{minipage}
  383. \vspace*{2.cm}
  384.  
  385. \end{frame}
  386.  
  387.  
  388.  
  389. \begin{frame}[c]{$\mu \leftrightarrow \pi$ swaps}
  390. \begin{minipage}{\textwidth}
  391. \ARROW Cuts $\PJpsi$:\\
  392. \texttt{(B0\_swapMass>3036)\&\&(B0\_swapMass<3156)\\ \&\&(Pi\_PIDmu>5||Pi\_isMuon==1}\\
  393. \ARROW Cuts $\PJpsi$ double swap:\\
  394. \texttt{(B0\_kmuswapMass>3036)\&\&(B0\_kmuswapMass<3156)\\ \&\&(K\_PIDmu>5||K\_isMuon==1))}\\
  395.  
  396.  
  397. \ARROW Cuts $\Psi (2S)$:\\
  398. \texttt{(B0\_swapMass>3626)\&\&(B0\_swapMass<3746)\\ \&\&(Pi\_PIDmu>5||Pi\_isMuon==1}\\
  399. \ARROW Cuts $\Psi (2S)$ double swap:\\
  400. \texttt{(B0\_kmuswapMass>3626)\&\&(B0\_kmuswapMass<3746)\\ \&\&(K\_PIDmu>5||K\_isMuon==1))}
  401.  
  402. \end{minipage}
  403. \vspace*{2.cm}
  404.  
  405. \end{frame}
  406.  
  407.  
  408.  
  409.  
  410.  
  411. \begin{frame}[c]{$\PB \to \PK \mu \mu$ with a pion}
  412. \begin{minipage}{\textwidth}
  413. \includegraphics[width=0.45\textwidth]{images/B0_BuToKMuMuMass_Pwave_fullq2.png}
  414. \includegraphics[width=0.45\textwidth]{images/B0_BuToKMuMuMass_SPDwave_fullq2.png}\\
  415.  
  416. \ARROW Cut:\\
  417. \texttt{(B0\_M>5380\&\&B0\_BuToKMuMuMass>5220\&\&B0\_BuToKMuMuMass<5340)}
  418.  
  419.  
  420. \end{minipage}
  421. \vspace*{2.cm}
  422. \end{frame}
  423.  
  424.  
  425.  
  426.  
  427. \begin{frame}[c]{$\PBs \to \Phi \mu \mu$}
  428. \begin{minipage}{\textwidth}
  429. \includegraphics[width=0.45\textwidth]{images/B0_BsMass_Pwave_fullq2.png}
  430. \includegraphics[width=0.45\textwidth]{images/B0_BsMass_SPDwave_fullq2.png}\\
  431. \includegraphics[width=0.45\textwidth]{images/B0_BsMassCut_Pwave_fullq2.png}
  432. \includegraphics[width=0.45\textwidth]{images/B0_BsMassCut_SPDwave_fullq2.png}\\
  433. \end{minipage}
  434. \vspace*{2.cm}
  435. \end{frame}
  436.  
  437.  
  438. \begin{frame}[c]{$\PBs \to \Phi \mu \mu$}
  439. \begin{minipage}{\textwidth}
  440. \ARROW Cut: \\
  441. \texttt{(B0\_phiMass>1010\&\& B0\_phiMass<1030 \&\& B0\_BsMass>5321\&\& B0\_BsMass<5411\&\&Pi\_PIDK>-10.\\
  442. \&\& (B0\_phiMass>1030\&\& B0\_phiMass<1075 \&\& B0\_BsMass>5321 \&\& B0\_BsMass<5411\&\& Pi\_PIDK>10.))
  443. }
  444. \ARROW Make it a bit larger?
  445. \end{minipage}
  446. \vspace*{2.cm}
  447. \end{frame}
  448.  
  449.  
  450.  
  451.  
  452.  
  453. \begin{frame}[c]{$\Lambda_b \to \Lambda(1520) \mu \mu$}
  454. \begin{minipage}{\textwidth}
  455. \includegraphics[width=0.45\textwidth]{images/B0_LambdaB_M_pK2D_Pwave_fullq2.png}
  456. \includegraphics[width=0.45\textwidth]{images/B0_LambdaB_M_pK2D_SPDwave_fullq2.png}\\
  457. \includegraphics[width=0.45\textwidth]{images/B0_LambdaB_M_pK2DCut_Pwave_fullq2.png}
  458. \includegraphics[width=0.45\textwidth]{images/B0_LambdaB_M_pK2DCut_SPDwave_fullq2.png}\\
  459.  
  460. \end{minipage}
  461. \vspace*{2.cm}
  462. \end{frame}
  463.  
  464.  
  465.  
  466.  
  467. \begin{frame}[c]{$\Lambda_b \to \Lambda(1520) \mu \mu$}
  468. \begin{minipage}{\textwidth}
  469. \texttt{!(B0\_Lambda\_M\_pK > (1520.-30.) \&\& B0\_Lambda\_M\_pK < (1520.+30.) \&\& B0\_LambdaB\_M\_pK > (5620.-45) \&\& B0\_LambdaB\_M\_pK < (5620.+45.) \&\& Pi\_PIDp > 0 ) \\
  470. \&\& !(B0\_Lambda\_M\_pK2 > (1520.-30.) \&\& B0\_Lambda\_M\_pK2 < (1520.+30.) \&\& B0\_LambdaB\_M\_pK2 > (5620.-45) \&\& B0\_LambdaB\_M\_pK2 < (5620.+45.) \&\& Pi\_PIDK > 0. ) }
  471.  
  472. \ARROW Make it smaller?
  473.  
  474. \end{minipage}
  475. \vspace*{2.cm}
  476. \end{frame}
  477.  
  478.  
  479.  
  480. \begin{frame}[c]{Other cuts}
  481. \begin{minipage}{\textwidth}
  482.  
  483. \ARROW $\PK \leftrightarrow \pi$ swaps:\\
  484. \texttt{!(B0\_kpiswapMass>792\&\&B0\_kpiswapMass<992\\
  485. \&\&(K\_PIDK+10<Pi\_PIDK))}
  486.  
  487.  
  488. \end{minipage}
  489. \vspace*{2.cm}
  490. \end{frame}
  491.  
  492.  
  493. %%%%%%%%%%%%%%
  494.  
  495. \begin{frame}[c]{Mass fits}
  496. \begin{minipage}{\textwidth}
  497.  
  498. \includegraphics[width=0.45\textwidth]{images/Jpsi_fit_Run1.png}
  499. \includegraphics[width=0.45\textwidth]{images/Jpsi_fit_Run1_IP.png}
  500.  
  501. \ARROW Ipathia doesn't work...\\
  502. \ARROW We need to add the remaining $\Lambda_b$ pdf to the fit.
  503. \end{minipage}
  504. \vspace*{2.cm}
  505. \end{frame}
  506.  
  507. \begin{frame}[c]{Data MC reweighting}
  508. \begin{minipage}{\textwidth}
  509. \begin{center}
  510. \includegraphics[width=0.45\textwidth]{images/nTracksw.png}
  511. \includegraphics[width=0.45\textwidth]{images/B0_PTw.png}
  512. \end{center}
  513. \begin{columns}
  514. \column{0.5\textwidth}
  515. \includegraphics[width=0.93\textwidth]{images/B0_ENDVERTEX_CHI2w.png}
  516.  
  517.  
  518. \column{0.5\textwidth}
  519. \ARROW For this time we started with simple 1D adaptive reweighing. \\
  520. \ARROW Works quite nicelly, we will try the BDT reweighing next.
  521. \end{columns}
  522.  
  523.  
  524. \end{minipage}
  525. \vspace*{2.cm}
  526. \end{frame}
  527.  
  528. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  529.  
  530.  
  531.  
  532. \begin{frame}[c]{Data MC reweighing}
  533. \begin{minipage}{\textwidth}
  534.  
  535. \includegraphics[width=0.45\textwidth]{images/nTracks.png}
  536. \includegraphics[width=0.45\textwidth]{images/B0_PT.png}\\
  537. \includegraphics[width=0.45\textwidth]{images/B0_ENDVERTEX_CHI2.png}
  538. \includegraphics[width=0.45\textwidth]{images/B0_DIRA_OWNPV.png}\\
  539.  
  540.  
  541. \end{minipage}
  542. \vspace*{2.cm}
  543. \end{frame}
  544.  
  545.  
  546.  
  547.  
  548.  
  549. \begin{frame}[c]{Data MC reweighing}
  550. \begin{minipage}{\textwidth}
  551.  
  552. \includegraphics[width=0.45\textwidth]{images/B0_IP_OWNPV.png}
  553. \includegraphics[width=0.45\textwidth]{images/B0_FD_OWNPV.png}\\
  554. \includegraphics[width=0.45\textwidth]{images/B0_FDCHI2_OWNPV.png}
  555. \includegraphics[width=0.45\textwidth]{images/B0_IPCHI2_OWNPV.png}\\
  556.  
  557.  
  558. \end{minipage}
  559. \vspace*{2.cm}
  560. \end{frame}
  561.  
  562.  
  563. \begin{frame}[c]{Data MC reweighing}
  564. \begin{minipage}{\textwidth}
  565.  
  566. \includegraphics[width=0.45\textwidth]{images/Pi_PT.png}
  567. \includegraphics[width=0.45\textwidth]{images/Pi_P.png}\\
  568. \includegraphics[width=0.45\textwidth]{images/Pi_IPCHI2_OWNPV.png}
  569. \includegraphics[width=0.45\textwidth]{images/Pi_IP_OWNPV.png}\\
  570.  
  571.  
  572. \end{minipage}
  573. \vspace*{2.cm}
  574. \end{frame}
  575.  
  576.  
  577.  
  578.  
  579. \begin{frame}[c]{Pion PT}
  580. \begin{minipage}{\textwidth}
  581.  
  582. \includegraphics[width=0.45\textwidth]{images/Pi_PT.png}
  583. \includegraphics[width=0.45\textwidth]{images/distr_pipt.pdf}
  584.  
  585.  
  586. \end{minipage}
  587. \vspace*{2.cm}
  588. \end{frame}
  589.  
  590.  
  591.  
  592.  
  593.  
  594. \begin{frame}[c]{Data MC reweighing}
  595. \begin{minipage}{\textwidth}
  596.  
  597. \includegraphics[width=0.45\textwidth]{images/K_PT.png}
  598. \includegraphics[width=0.45\textwidth]{images/K_P.png}\\
  599. \includegraphics[width=0.45\textwidth]{images/K_IPCHI2_OWNPV.png}
  600. \includegraphics[width=0.45\textwidth]{images/K_IP_OWNPV.png}\\
  601.  
  602.  
  603. \end{minipage}
  604. \vspace*{2.cm}
  605. \end{frame}
  606.  
  607.  
  608. \begin{frame}[c]{Data MC reweighing}
  609. \begin{minipage}{\textwidth}
  610.  
  611. \includegraphics[width=0.45\textwidth]{images/mu_plus_PT.png}
  612. \includegraphics[width=0.45\textwidth]{images/mu_plus_P.png}\\
  613. \includegraphics[width=0.45\textwidth]{images/mu_plus_IPCHI2_OWNPV.png}
  614. \includegraphics[width=0.45\textwidth]{images/mu_plus_IP_OWNPV.png}\\
  615.  
  616.  
  617. \end{minipage}
  618. \vspace*{2.cm}
  619. \end{frame}
  620.  
  621.  
  622. \begin{frame}[c]{Data MC reweighing}
  623. \begin{minipage}{\textwidth}
  624.  
  625. \includegraphics[width=0.45\textwidth]{images/mu_minus_PT.png}
  626. \includegraphics[width=0.45\textwidth]{images/mu_minus_P.png}\\
  627. \includegraphics[width=0.45\textwidth]{images/mu_minus_IPCHI2_OWNPV.png}
  628. \includegraphics[width=0.45\textwidth]{images/mu_minus_IP_OWNPV.png}\\
  629.  
  630.  
  631. \end{minipage}
  632. \vspace*{2.cm}
  633. \end{frame}
  634.  
  635. \begin{frame}[c]{PID resampling}
  636. \begin{minipage}{\textwidth}
  637. \begin{center}
  638. \includegraphics[angle=-90,width=0.75\textwidth]{images/MagDown_2011_slices.pdf}
  639.  
  640. \end{center}
  641.  
  642.  
  643. \end{minipage}
  644. \vspace*{2.cm}
  645. \end{frame}
  646. \begin{frame}[c]{Conclusions}
  647. \begin{minipage}{\textwidth}
  648.  
  649. \ARROW We will update the fit with $\Lambda_b$ pdf. Ipatia becomes a standard so if that works we would propose to stick to it.\\
  650. \ARROW The peaking background section is done. We efficiencies will be evaluated on MC, the PID resampling is ongoing.\\
  651. \ARROW Starting to train the BDT with variables that have good data/mc agreement.\\
  652. \ARROW The $\pi$ PT is being investigated.
  653.  
  654.  
  655. \end{minipage}
  656. \vspace*{2.cm}
  657. \end{frame}
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. \backupbegin
  665.  
  666. \begin{frame}\frametitle{Backup}
  667. \topline
  668.  
  669. \end{frame}
  670.  
  671. \backupend
  672.  
  673. \end{document}