Newer
Older
Presentations / Lb_SL / Momentum_ambiguity / mchrzasz.tex
@mchrzasz mchrzasz on 5 Mar 2016 16 KB aling 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.  
  200.  
  201.  
  202. \author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)}
  203. \institute{UZH}
  204. \title[$\PLambda \to \PLambda^{\ast}_c \mu \nu$ update]{$\PLambda \to \PLambda^{\ast}_c \mu \nu$ update}
  205. \date{01 March 2016}
  206.  
  207.  
  208. \begin{document}
  209. \tikzstyle{every picture}+=[remember picture]
  210.  
  211. {
  212. \setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}}
  213. \begin{frame}[c]%{\phantom{title page}}
  214. \begin{center}
  215. \begin{center}
  216. \begin{columns}
  217. \begin{column}{0.75\textwidth}
  218. \flushright\fontspec{Trebuchet MS}\bfseries \Huge {$\PLambda \to \PLambda^{\ast}_c \mu \nu$ update}
  219. \end{column}
  220. \begin{column}{0.02\textwidth}
  221. {~}
  222. \end{column}
  223. \begin{column}{0.23\textwidth}
  224. % \hspace*{-1.cm}
  225. \vspace*{-3mm}
  226. \includegraphics[width=0.6\textwidth]{lhcb-logo}
  227. \end{column}
  228. \end{columns}
  229. \end{center}
  230. \quad
  231. \vspace{3em}
  232. \begin{columns}
  233. \begin{column}{0.44\textwidth}
  234. \flushright \vspace{-1.8em} {\fontspec{Trebuchet MS} \Large Marcin Chrząszcz\\ \begin{small}Elena Graverini\\ Nicola Serra \end{small}} %\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}}
  235.  
  236. \end{column}
  237. \begin{column}{0.53\textwidth}
  238. \includegraphics[height=1.3cm]{uzh-transp}
  239. \end{column}
  240. \end{columns}
  241.  
  242. \vspace{1em}
  243. % \footnotesize\textcolor{gray}{With N. Serra, B. Storaci\\Thanks to the theory support from M. Shaposhnikov, D. Gorbunov}\normalsize\\
  244. \vspace{0.5em}
  245.  
  246. \textcolor{normal text.fg!50!Comment}{$R(\PLambda_c^{\ast})$ meeting, CERN\\March 04, 2016}
  247. \end{center}
  248. \end{frame}
  249. }
  250.  
  251.  
  252. \begin{frame}[c]{Reminder}
  253. \begin{minipage}{\textwidth}
  254. $\Rrightarrow$ People reported that in case of $\PLambdab \to \PLambda_c \mu \nu$ decays there are asymmetric solution for the $\PLambdab$ momentum.
  255. \includegraphics[width=0.55\textwidth]{images/marcello.png}
  256.  
  257. $\Rrightarrow$ No one else have ever seen this in different decays so I started digging in.
  258. \end{minipage}
  259. \vspace*{2.cm}
  260. \end{frame}
  261.  
  262.  
  263. \begin{frame}[c]{How to calculate the $p(\PLambdab)$}
  264. \begin{minipage}{\textwidth}
  265. $\Rrightarrow$ One just needs to solve this equation:
  266. \begin{small}
  267. \begin{align*}
  268. \left[ \left( \dfrac{\hat{p}(\PLambda_b) \cdot \overrightarrow{p}(\Lambda_c\mu)}{E(\Lambda_c\mu)} \right)^2-1 \right] p(\PLambdab)^2 \\ + \left[ \left(m(\PLambda_b)^2+m(\PLambda_c\mu)^2 \right) \dfrac{\hat{p}(\PLambdab) \cdot \overrightarrow{p}(\PLambda_c \mu)}{E(\PLambda_c \mu)^2} \right] p(\PLambdab) \\ + \left[ \left( \dfrac{m(\PLambdab)^2+m(\PLambda_c \mu)^2}{2E(\Lambda_c \mu)} \right)^2 - m(\PLambda_b)^2 \right]=0
  269. \end{align*}
  270. \end{small}
  271. $\Rrightarrow$ The ambiguity comes from the fact that we do not know the direction of the $\nu$ in the $\PLambdab$ rest frame.
  272.  
  273. \end{minipage}
  274. \vspace*{2.cm}
  275. \end{frame}
  276.  
  277. \begin{frame}[c]{Generator level}
  278. \begin{minipage}{\textwidth}
  279. $\Rrightarrow$ Simulate stand alone Pythia + EvtGen with detector acceptance.\\
  280. \only<1>{
  281. $\Rrightarrow$ $\PLambda_b \to \PLambda_c \mu \nu$:
  282. \begin{center}
  283. \includegraphics[width=0.45\textwidth]{images/gen/results.png}
  284. \includegraphics[width=0.45\textwidth]{images/gen/results2.png}
  285. \end{center}
  286. $\Rrightarrow$ Fractions of correct solution: 0.516044, 0.483956
  287. }
  288. \only<2>{
  289. $\Rrightarrow$ $\PLambda_b \to \PLambda_c(2595) \mu \nu$:
  290. \begin{center}
  291. \includegraphics[width=0.45\textwidth]{{images/gen/results_2595}.png}
  292. \includegraphics[width=0.45\textwidth]{{images/gen/results2_2595}.png}
  293. \end{center}
  294. $\Rrightarrow$ Fractions of correct solution: 0.514349, 0.48565
  295. }
  296. \only<3>{
  297. $\Rrightarrow$ $\PLambda_b \to \PLambda_c(2625) \mu \nu$:
  298. \begin{center}
  299. \includegraphics[width=0.45\textwidth]{{images/gen/results_2625}.png}
  300. \includegraphics[width=0.45\textwidth]{{images/gen/results2_2625}.png}
  301. \end{center}
  302. $\Rrightarrow$ Fractions of correct solution: 0.515375 0.484625
  303.  
  304. $\Rrightarrow$ Generator has negligible asymmetries!
  305. }
  306. \end{minipage}
  307. \vspace*{2.cm}
  308. \end{frame}
  309.  
  310. \begin{frame}[c]{Reconstructed MC}
  311. \begin{minipage}{\textwidth}
  312. $\Rrightarrow$ Full simulation after the stripping:
  313. \only<1>{
  314. $\Rrightarrow$ $\PLambda_b \to \PLambda_c \mu \nu$:
  315. \begin{center}
  316. \includegraphics[width=0.45\textwidth]{{images/reco/results2_0000}.png}
  317. \includegraphics[width=0.45\textwidth]{{images/reco/results2_1000}.png}
  318. \end{center}
  319.  
  320. $\Rrightarrow$ Left: using stripped events but with true informations.\\
  321. $\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$ momentum
  322.  
  323. $\Rrightarrow$ Fractions of correct solution: $60-40\%$
  324. }
  325.  
  326. \only<2>{
  327. $\Rrightarrow$ $\PLambda_b \to \PLambda_c \mu \nu$:
  328. \begin{center}
  329. \includegraphics[width=0.45\textwidth]{{images/reco/results2_1100}.png}
  330. \includegraphics[width=0.45\textwidth]{{images/reco/results2_1111}.png}
  331. \end{center}
  332.  
  333. $\Rrightarrow$ Left: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum\\
  334. $\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum and $\PLambda_b$ direction.
  335.  
  336. $\Rrightarrow$ Fractions of correct solution: $60-40\%$
  337. }
  338.  
  339.  
  340.  
  341. \end{minipage}
  342. \vspace*{2.cm}
  343. \end{frame}
  344. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  345.  
  346. \begin{frame}[c]{Warning on $\PLambda_b$ direction}
  347. \begin{minipage}{\textwidth}
  348. $\Rrightarrow$ The $\PLambdab$ direction versor is calculated connecting the closest PV with the $\PLambda_b$ vertex\footnote{This is what is written in Syracuse ANA note}
  349.  
  350. \includegraphics[width=0.95\textwidth]{images/results_0.png}s
  351.  
  352. \end{minipage}
  353. \vspace*{2.cm}
  354. \end{frame}
  355.  
  356.  
  357.  
  358. \begin{frame}[c]{Warning on $\PLambda_b$ direction}
  359. \begin{minipage}{\textwidth}
  360. $\Rrightarrow$ One should instead use the closes PV that is ''behind'' the $\PLambdab$ vertex. This increases the number of solutions by $25\%$.
  361.  
  362. \includegraphics[width=0.95\textwidth]{images/results_1.png}
  363.  
  364. \end{minipage}
  365. \vspace*{2.cm}
  366. \end{frame}
  367.  
  368.  
  369. \begin{frame}[c]{Warning on $\PLambda_b$ direction}
  370. \begin{minipage}{\textwidth}
  371.  
  372. $\Rrightarrow$ This requirement does not change the resolution when the solution exists.
  373.  
  374. \includegraphics[width=0.45\textwidth]{{images/reco/results2_1111}.png}
  375. \includegraphics[width=0.45\textwidth]{{images/reco/results2_1110}.png}
  376.  
  377. \end{minipage}
  378. \vspace*{2.cm}
  379. \end{frame}
  380.  
  381. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  382.  
  383. \begin{frame}[c]{Reconstructed MC}
  384. \begin{minipage}{\textwidth}
  385. $\Rrightarrow$ Full simulation after the stripping:
  386. \only<1>{
  387. $\Rrightarrow$ $\PLambda_b \to \PLambda_c(2595) \mu \nu$:
  388. \begin{center}
  389. \includegraphics[width=0.45\textwidth]{{images/reco/results_25952_0000}.png}
  390. \includegraphics[width=0.45\textwidth]{{images/reco/results_25952_1000}.png}
  391. \end{center}
  392.  
  393. $\Rrightarrow$ Left: using stripped events but with true informations.\\
  394. $\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$ momentum
  395.  
  396. $\Rrightarrow$ Fractions of correct solution: $60-40\%$
  397. }
  398.  
  399. \only<2>{
  400. $\Rrightarrow$ $\PLambda_b \to \PLambda_c(2595) \mu \nu$:
  401. \begin{center}
  402. \includegraphics[width=0.45\textwidth]{{images/reco/results_25952_1100}.png}
  403. \includegraphics[width=0.45\textwidth]{{images/reco/results_25952_1111}.png}
  404. \end{center}
  405.  
  406. $\Rrightarrow$ Left: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum\\
  407. $\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum and $\PLambda_b$ direction.
  408.  
  409. $\Rrightarrow$ Fractions of correct solution: $60-40\%$
  410. }
  411.  
  412.  
  413.  
  414. \end{minipage}
  415. \vspace*{2.cm}
  416. \end{frame}
  417.  
  418.  
  419.  
  420. \begin{frame}[c]{Reconstructed MC}
  421. \begin{minipage}{\textwidth}
  422. $\Rrightarrow$ Full simulation after the stripping:
  423. \only<1>{
  424. $\Rrightarrow$ $\PLambda_b \to \PLambda_c(2625) \mu \nu$:
  425. \begin{center}
  426. \includegraphics[width=0.45\textwidth]{{images/reco/results_26252_0000}.png}
  427. \includegraphics[width=0.45\textwidth]{{images/reco/results_26252_1000}.png}
  428. \end{center}
  429.  
  430. $\Rrightarrow$ Left: using stripped events but with true informations.\\
  431. $\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$ momentum
  432.  
  433. $\Rrightarrow$ Fractions of correct solution: $60-40\%$
  434. }
  435.  
  436. \only<2>{
  437. $\Rrightarrow$ $\PLambda_b \to \PLambda_c(2625) \mu \nu$:
  438. \begin{center}
  439. \includegraphics[width=0.45\textwidth]{{images/reco/results_26252_1100}.png}
  440. \includegraphics[width=0.45\textwidth]{{images/reco/results_26252_1111}.png}
  441. \end{center}
  442.  
  443. $\Rrightarrow$ Left: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum\\
  444. $\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum and $\PLambda_b$ direction.
  445.  
  446. $\Rrightarrow$ Fractions of correct solution: $60-40\%$
  447. }
  448.  
  449.  
  450. \end{minipage}
  451. \vspace*{2.cm}
  452. \end{frame}
  453.  
  454.  
  455.  
  456. \begin{frame}[c]{Conclusions}
  457. \begin{minipage}{\textwidth}
  458.  
  459. \begin{itemize}
  460. \item The MC generator is ok.
  461. \item The is a constant (within $1\%$) 60:40 fraction in preferring the lower solution.
  462. \item So it can be either reconstruction or stripping.
  463. \item I think the stripping as when I replace the reconstructed quantity with the truth one I am getting a constant fraction of 60:40.
  464. \item The only way to know is to run a cheated selection on MC and discover some idiot fuc.. the stripping line ;)
  465. \end{itemize}
  466.  
  467.  
  468. \end{minipage}
  469. \vspace*{2.cm}
  470. \end{frame}
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. \backupbegin
  479.  
  480. \begin{frame}\frametitle{Backup}
  481. \topline
  482.  
  483. \end{frame}
  484.  
  485. \backupend
  486.  
  487. \end{document}