Newer
Older
Presentations / Kstarmumu_Run2 / Selection1 / mchrzasz.tex
@Marcin Chrzaszcz Marcin Chrzaszcz on 31 Jan 2017 15 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.  
  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{ {Marcin Chrzaszcz} (Universit\"{a}t Z\"{u}rich)}
  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}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}\\ }
  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\\January 31, 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. \begin{frame}[c]{The need for MC - improvements}
  272. \begin{minipage}{\textwidth}
  273. \ARROW If you recall in Run1 we had PHSP MC:
  274. \begin{columns}
  275. \column{0.5\textwidth}
  276. \includegraphics[width=0.99\textwidth]{images/q2PHSP.png}
  277.  
  278.  
  279. \column{0.5\textwidth}
  280. \includegraphics[width=0.99\textwidth]{images/q2.png}
  281.  
  282. \end{columns}
  283.  
  284. \ARROW More flat makes our life easier and less dirty in terms of reweighing :)\\
  285. \ARROW Produced 20M events so we can get the correction for small ''nonflatness''. (will give you links at the end).
  286.  
  287. \end{minipage}
  288. \vspace*{2.cm}
  289. \end{frame}
  290.  
  291.  
  292. \begin{frame}[c]{The data}
  293. \begin{minipage}{\textwidth}
  294. \ARROW Reprocessed all the data with the same DV. Both 201(1,2,5,6) data sets. \\
  295. \ARROW Also reprocessed all MC for Run1. Run2 scripts are written and will be lunch as soon the production finishes \\
  296. \ARROW First look at data:
  297. \begin{columns}
  298. \column{0.33\textwidth}
  299. \includegraphics[width=0.95\textwidth]{{images/Jpsi_fit_Run1}.png}\\
  300. $N_{J/\psi\PKstar}^{Run1}=641446$
  301. \column{0.33\textwidth}
  302. \includegraphics[width=0.95\textwidth]{{images/Jpsi_fit_2015}.png}\\
  303. $N_{J/\psi\PKstar}^{2015}=106149$
  304. \column{0.33\textwidth}
  305. \includegraphics[width=0.95\textwidth]{{images/Jpsi_fit_2016}.png}\\
  306. $N_{J/\psi\PKstar}^{2016}=626024$
  307. \end{columns}
  308.  
  309.  
  310. \end{minipage}
  311. \vspace*{2.cm}
  312. \end{frame}
  313.  
  314.  
  315. \begin{frame}[c]{The data- comparing distributions}
  316. \begin{minipage}{\textwidth}
  317. \ARROW Over all we see a very good agreement between the year:
  318. \begin{columns}
  319. \column{0.50\textwidth}
  320. \includegraphics[width=0.95\textwidth]{{images/B_DiraCos}.png}\\
  321. \column{0.50\textwidth}
  322. \includegraphics[width=0.95\textwidth]{{images/B_IPCHI2_OWNPV}.png}\\
  323. \end{columns}
  324.  
  325. \end{minipage}
  326. \vspace*{2.cm}
  327. \end{frame}
  328.  
  329.  
  330. \begin{frame}[c]{The data- comparing distributions}
  331. \begin{minipage}{\textwidth}
  332. \ARROW Over all we see a semi good agreement between the year:
  333. \begin{columns}
  334. \column{0.50\textwidth}
  335. \includegraphics[width=0.95\textwidth]{{images/B_ENDVERTEX_CHI2}.png}\\
  336. \column{0.50\textwidth}
  337. \includegraphics[width=0.95\textwidth]{{images/B_IP_OWNPV}.png}\\
  338. \end{columns}
  339. \begin{columns}
  340. \column{0.50\textwidth}
  341. \includegraphics[width=0.95\textwidth]{{images/B_P}.png}\\
  342. \column{0.50\textwidth}
  343. \includegraphics[width=0.95\textwidth]{{images/B_PT}.png}\\
  344. \end{columns}
  345.  
  346. \end{minipage}
  347. \vspace*{2.cm}
  348. \end{frame}
  349.  
  350.  
  351.  
  352. \begin{frame}[c]{The data- comparing distributions}
  353. \begin{minipage}{\textwidth}
  354. \ARROW Over all we see a semi good agreement between the year:
  355. \begin{columns}
  356. \column{0.50\textwidth}
  357. \includegraphics[width=0.95\textwidth]{{images/J_psi_ENDVERTEX_CHI2}.png}\\
  358. \column{0.50\textwidth}
  359. \includegraphics[width=0.95\textwidth]{{images/J_psi_IP_OWNPV}.png}\\
  360. \end{columns}
  361. \begin{columns}
  362. \column{0.50\textwidth}
  363. \includegraphics[width=0.95\textwidth]{{images/J_psi_P}.png}\\
  364. \column{0.50\textwidth}
  365. %\includegraphics[width=0.95\textwidth]{{images/J_psi_PT}.png}\\
  366. {~}
  367. \end{columns}
  368.  
  369. \end{minipage}
  370. \vspace*{2.cm}
  371. \end{frame}
  372.  
  373.  
  374. \begin{frame}[c]{The data- comparing distributions}
  375. \begin{minipage}{\textwidth}
  376. \ARROW Over all we see a semi good agreement between the year:
  377. \begin{columns}
  378. \column{0.50\textwidth}
  379. \includegraphics[width=0.95\textwidth]{{images/K_IPCHI2_OWNPV}.png}\\
  380. \column{0.50\textwidth}
  381. \includegraphics[width=0.95\textwidth]{{images/K_IP_OWNPV}.png}\\
  382. \end{columns}
  383. \begin{columns}
  384. \column{0.50\textwidth}
  385. \includegraphics[width=0.95\textwidth]{{images/K_P}.png}\\
  386. \column{0.50\textwidth}
  387. \includegraphics[width=0.95\textwidth]{{images/K_PT}.png}\\
  388. \end{columns}
  389.  
  390. \end{minipage}
  391. \vspace*{2.cm}
  392. \end{frame}
  393.  
  394.  
  395. \begin{frame}[c]{The data- comparing distributions}
  396. \begin{minipage}{\textwidth}
  397. \ARROW Over all we see a semi good agreement between the year:
  398. \begin{columns}
  399. \column{0.50\textwidth}
  400. \includegraphics[width=0.95\textwidth]{{images/Pi_IPCHI2_OWNPV}.png}\\
  401. \column{0.50\textwidth}
  402. \includegraphics[width=0.95\textwidth]{{images/Pi_IP_OWNPV}.png}\\
  403. \end{columns}
  404. \begin{columns}
  405. \column{0.50\textwidth}
  406. \includegraphics[width=0.95\textwidth]{{images/Pi_P}.png}\\
  407. \column{0.50\textwidth}
  408. \includegraphics[width=0.95\textwidth]{{images/Pi_PT}.png}\\
  409. \end{columns}
  410.  
  411. \end{minipage}
  412. \vspace*{2.cm}
  413. \end{frame}
  414.  
  415.  
  416.  
  417. \begin{frame}[c]{The data- comparing distributions}
  418. \begin{minipage}{\textwidth}
  419. \ARROW Over all we see a semi good agreement between the year:
  420. \begin{columns}
  421. \column{0.50\textwidth}
  422. \includegraphics[width=0.95\textwidth]{{images/mu_minus_IPCHI2_OWNPV}.png}\\
  423. \column{0.50\textwidth}
  424. \includegraphics[width=0.95\textwidth]{{images/mu_minus_IP_OWNPV}.png}\\
  425. \end{columns}
  426. \begin{columns}
  427. \column{0.50\textwidth}
  428. \includegraphics[width=0.95\textwidth]{{images/mu_minus_P}.png}\\
  429. \column{0.50\textwidth}
  430. \includegraphics[width=0.95\textwidth]{{images/mu_minus_PT}.png}\\
  431. \end{columns}
  432.  
  433. \end{minipage}
  434. \vspace*{2.cm}
  435. \end{frame}
  436.  
  437. \begin{frame}[c]{Selection}
  438. \begin{minipage}{\textwidth}
  439. \ARROW Now we had the pre selection developed for Run1!\\
  440. \ARROW Known VETOS:
  441. \begin{itemize}
  442. \item Swaps with $\PB \to \PKstar J/\psi$
  443. \item $\Lambda_b$
  444. \item Random pion in $\PB \to \PK \mu \mu$.
  445. \item $\PBs \to \phi \mu \mu$.
  446. \end{itemize}
  447. \ARROW The same triggers as Run1. Need MC to check it for Run2. Have script read to calculate everything so next week we will have numbers.\\
  448.  
  449.  
  450. \end{minipage}
  451. \vspace*{2.cm}
  452. \end{frame}
  453.  
  454.  
  455. \begin{frame}[c]{Selection}
  456. \begin{minipage}{\textwidth}
  457.  
  458. \ARROW We have missed one cut unfortunately.\\
  459. \ARROW Normally we have the swap for $J/\psi$:\\
  460. \texttt{"!((B0\_swapMass>3036) and (B0\_swapMass<3156) and (Pi\_PIDmu>5||Pi\_isMuon==1)) and !((B0\_kmuswapMass>3036) and (B0\_kmuswapMass<3156) or (K\_PIDmu>5||K\_isMuon==1))”}
  461. \ARROW We forgot about the $\psi(2S)$:\\{~}\\
  462. \begin{columns}
  463. \column{0.33\textwidth}
  464. \includegraphics[width=0.95\textwidth]{images/espen1.png}
  465. \column{0.33\textwidth}
  466. \includegraphics[width=0.95\textwidth]{images/espen2.png}
  467. \column{0.33\textwidth}
  468. \includegraphics[width=0.95\textwidth]{images/espen3.png}
  469.  
  470. \end{columns}
  471.  
  472.  
  473. \ARROW Impact for the Pwave analysis minimal but let's veto just to be sure :)\\
  474. \ARROW The $m_{K\pi}$ preseleciton cut increased to $1530~\rm MeV$ to cover the future moments analysis.
  475.  
  476. \end{minipage}
  477. \vspace*{2.cm}
  478. \end{frame}
  479.  
  480.  
  481.  
  482.  
  483. \begin{frame}[c]{Ongoing}
  484. \begin{minipage}{\textwidth}
  485. \ARROW Downloaded all the needed PIDCalib samples for re sampling. First re sampled distributions should be ready next week.\\
  486. \ARROW EOS TOYS generated. Need to calculate the integrated observables.\\
  487. \ARROW BDT strategies: Keep varaibles as they are and don't spend to much time on this. Run2 needs separate BDT: small studies planned MC vs DATA training.\\
  488.  
  489.  
  490. \end{minipage}
  491. \vspace*{2.cm}
  492. \end{frame}
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501. \begin{frame}[c]{What we have}
  502. \begin{minipage}{\textwidth}
  503. \ARROW All ntuples are on eos:\\
  504. \texttt{/eos/lhcb/user/m/mchrzasz/KstarMuMu}
  505. \begin{itemize}
  506. \item data w/o selection
  507. \item data after selection
  508. \item TOY MC: EOS + FlatQ2
  509. \item Run1 MC
  510. \item Run MC(will be copied once it's ready)
  511. \item PIDCalib samples.
  512. \end{itemize}
  513.  
  514. \end{minipage}
  515. \vspace*{2.cm}
  516. \end{frame}
  517.  
  518.  
  519.  
  520.  
  521.  
  522. \backupbegin
  523.  
  524. \begin{frame}\frametitle{Backup}
  525. \topline
  526.  
  527. \end{frame}
  528.  
  529. \backupend
  530.  
  531. \end{document}