Newer
Older
Presentations / Drell_Yan / LHCbweek_12_2015 / mchrzasz.tex~
@mchrzasz mchrzasz on 5 Dec 2015 15 KB LHCb week presention for kucharcz
  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[Low Mass Drell-Yan Status Report ]{Low Mass Drell-Yan Status Report }
  205. \date{7 September 2015}
  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 {Low Mass Drell-Yan Status Report }
  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\\\vspace{-0.1em} Katharina M\"{u}eller Nicola Chiapolini}
  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}{Electroweak WG, CERN\\September 7, 2015}
  247. \end{center}
  248. \end{frame}
  249. }
  250.  
  251.  
  252. \begin{frame}\frametitle{Introduction to Drell-Yan}
  253.  
  254. \begin{columns}
  255. \column{2.5in}
  256. \begin{itemize}
  257. \item Drell-Yan are process of two quark anihilations in which neutral coupling to two leptons.
  258. \item The cross section of this process depends on two components:
  259. \begin{itemize}
  260. \item Hard scattering process $\color{OrangeRed}{\Rrightarrow}$ NNLO pQCD.
  261. \item Parton Distribution Function (PDF).
  262. \end{itemize}
  263. \item Measurement of the cross section have a high sensitivity to the PDF
  264. \item Due to unique coverage $2<y<5$ LHCb probes the $Q^2-x$ region not covered by other experiments.
  265.  
  266. \end{itemize}
  267.  
  268. \column{2.5in}
  269. \includegraphics[width=0.95\textwidth]{images/feynmanDiagram_DrellYan_wRad.png}\\
  270. \includegraphics[width=0.85\textwidth]{images/Q2_x.png}
  271.  
  272. \end{columns}
  273.  
  274.  
  275. \end{frame}
  276.  
  277.  
  278. \begin{frame}\frametitle{Selection}
  279. \begin{itemize}
  280. \item Main topic of Nicolas PhD.
  281. \item Analysis based on 2011 data set.
  282. \item Trigger:
  283. \begin{itemize}
  284. \item \texttt{L0\_L0DiMuonDecision},
  285. \item \texttt{Hlt1DiMuonHighMassDecision},
  286. \item \texttt{Hlt2DiMuonDY(3,4)Decision}
  287. \end{itemize}
  288. \item Stripping:
  289. \begin{itemize}
  290. \item \texttt{StrippingDY2MuMuLine(3,4)}
  291. \end{itemize}
  292. \item Selection:
  293. \begin{itemize}
  294. \item $2<\eta^{\mu}<4.5$,
  295. \item $p^{\mu} > 10~\GeV$,
  296. \item $p_T^{\mu} > 3~\GeV$,
  297. \item $\chi^{2,\mu\mu}_{vtx}<5$,
  298. \item $10< m(\mu\mu) < 120~\GeV$.
  299. \end{itemize}
  300. \end{itemize}
  301. \end{frame}
  302.  
  303. \begin{frame}\frametitle{Bins of search}
  304. $\Rrightarrow$ The measurement will be performed in the bins of dimuon mass and pseudo-rapidity:
  305. \includegraphics[width=0.8\textwidth]{images/table.png}
  306.  
  307. \end{frame}
  308. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  309. \begin{frame}\frametitle{Isolation}
  310. \begin{itemize}
  311. \item Drell-Yan unfortunately do not peak in mass $\twoheadrightarrow$ need another variable to control the purity.
  312. \item Instead we define an isolation variable:
  313. \begin{align*}
  314. \mu_{ {\rm{iso}}} = \log(p_T^{ cone}(\mu, 0.5) - p_T^{ cone}(\mu, 0.1))
  315. \end{align*}
  316. \item For two muons we take the maximum of the two isolations:
  317. \begin{align*}
  318. \mu\mu_{ {\rm{iso}}} = \max( \mu_{ {\rm{iso}}}^+, \mu_{ {\rm{iso}}}^-)
  319. \end{align*}
  320. \end{itemize}
  321. \begin{center}
  322. \begin{columns}
  323. \column{0.5\textwidth}
  324. \includegraphics[angle=-90,width=0.9\textwidth]{images/Z0_iso.pdf}
  325. \column{0.5\textwidth}
  326. \includegraphics[width=0.8\textwidth]{images/iso.png}
  327. \end{columns}
  328.  
  329. \end{center}
  330. \end{frame}
  331. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  332. \begin{frame}\frametitle{Isolation mass dependence}
  333. \begin{itemize}
  334. \item Unfortunately the $\mu\mu_{iso}$ is showing some mass dependence:
  335. \end{itemize}
  336. \begin{center}
  337. \includegraphics[width=0.75\textwidth]{images/DY.png}
  338. \end{center}
  339.  
  340.  
  341. \end{frame}
  342. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  343. \begin{frame}\frametitle{Backgrounds}
  344. \begin{itemize}
  345. \item There are two sources of backgrounds:
  346. \begin{itemize}
  347. \item Heavy flavour decays.
  348. \item Mis-ID.
  349. \end{itemize}
  350. \item For fitting the $\mu\mu_{iso}$ we need to know both the signal and background distribution.
  351. \item Background templates can be determined from data
  352. \begin{itemize}
  353. \item Heavy flavour decays:\\
  354. $\looparrowright$ Requiring the $\chi^{2,\mu\mu}_{vtx}>16$\\
  355. $\looparrowright$ For cross-check $\rm IP>5~\rm mm$
  356. \item Miss-ID:\\
  357. $\looparrowright$ Require that both muons have the same sign.\\
  358. $\looparrowright$ For cross-check take the minimum bias stripping line.
  359. \end{itemize}
  360.  
  361.  
  362. \end{itemize}
  363.  
  364.  
  365.  
  366. \end{frame}
  367. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  368. \begin{frame}\frametitle{Signal template}
  369. \begin{columns}
  370. \column{2.7in}
  371. \begin{itemize}
  372. \only<1>{
  373. \item We do not want to use MC for determination of the signal $\mu\mu_{iso}$ template.
  374. \item We adopted a data driven procedure:
  375. \begin{itemize}
  376. \item The template is taken from data and scaled to account for $\mu\mu_{iso}$ mass dependence.
  377. \end{itemize}
  378. \item Possibility 1:
  379. \begin{itemize}
  380. \item Take the \textit{Splot} $\PZ \to \mu \mu$ from data and multiply it by the scale factor determined from minimalising the $\chi^2$ between MC $\PZ$ and DY in particular region.
  381.  
  382. \end{itemize}
  383. }
  384. \only<2>{
  385. \item Possibility 2:
  386. \begin{itemize}
  387. \item Use a second decay from data: $\PUpsilon \to \mu \mu$.
  388. \item The template for a given mass range ($M_{\min}, M_{\max}$) is choose as:
  389. \begin{align*}
  390. {\rm{Temp}}(M) = \\ {\rm{Temp}}^{\PUpsilon} \frac{(M_{\PZ} -M_{\PUpsilon} - (M- M_{\PUpsilon} ))}{M_{\PZ} -M_{\PUpsilon}}\\ + {\rm{Temp}}^{\PZ} \frac{M- M_{\PUpsilon} }{M_{\PZ} -M_{\PUpsilon}}
  391. \end{align*}
  392. \item Then the new obtained template is scaled in the same way as the previous one.
  393.  
  394. \end{itemize}
  395. }
  396. \only<3>{
  397. \item Possibility 3:
  398. \begin{itemize}
  399. \item The one problem with this distributions is that the first bin is insensitive to scaling factors.
  400. \item On top of the previously defined template we define an additional scaling factor that modifies the ratio between the first and the rest of the bins.
  401. \item The second scaling factor is the same as previous.
  402.  
  403. \end{itemize}
  404. }
  405.  
  406.  
  407. \end{itemize}
  408.  
  409. \column{2.3in}
  410. \only<1>{
  411. \includegraphics[width=0.9\textwidth]{images/result_Z0.png}\\
  412. \includegraphics[width=0.9\textwidth]{{images/3.0_3.25_10500.0_12000.0Nicola}.png}
  413. }
  414. \only<2>{
  415. \includegraphics[width=0.9\textwidth]{images/result_upsilon.png}\\
  416. \includegraphics[width=0.9\textwidth]{{images/3.0_3.25_10500.0_12000.0Me}.png}
  417. }
  418. \only<3>{
  419. \includegraphics[width=0.9\textwidth]{{images/3.0_3.25_10500.0_12000.0me2}.png}\\
  420. \includegraphics[angle=-90,width=0.9\textwidth]{images/Z0_iso.pdf}
  421. }
  422.  
  423.  
  424. \end{columns}
  425.  
  426.  
  427. \end{frame}
  428. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  429.  
  430. \begin{frame}\frametitle{Signal template - Summary}
  431. \begin{itemize}
  432. \item We are investigating the impact on the analysis for the different approaches
  433. \item For now it looks like the results are within the statistical error of the fits.
  434. \item The reason for this that in the high pseudo-rapidity region $4<y<4.5$ there is very small number of $\PZ$ decays, so the additional $\PUpsilon$ decays are helping.
  435. \item We are considering constrainting the background shape in the fits (we know background is exponential in mass).
  436. \end{itemize}
  437. \includegraphics[angle=-90,width=0.3\textwidth]{{images/10500_11000_y_bin_2_4.5}.pdf}
  438. \includegraphics[angle=-90,width=0.3\textwidth]{{images/14000_15000_y_bin_2_4.5}.pdf}
  439. \includegraphics[angle=-90,width=0.3\textwidth]{{images/20000_25000_y_bin_2_4.5}.pdf}
  440. \end{frame}
  441.  
  442.  
  443. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  444.  
  445. \begin{frame}\frametitle{Conclusions}
  446. $\Rrightarrow$ Work that still needs to be done:
  447. \begin{itemize}
  448. \item Checking the efficiencies.
  449. \item Unfolding the mass distribution.
  450. \item FSR corrections.
  451. \item Write up the note for WG review.
  452. \end{itemize}
  453.  
  454. \end{frame}
  455.  
  456.  
  457.  
  458. \backupbegin
  459.  
  460. \begin{frame}\frametitle{Backup}
  461. \topline
  462.  
  463. \end{frame}
  464.  
  465. \backupend
  466.  
  467. \end{document}