Newer
Older
Presentations / Analysis_and_soft / Drell_yan / mchrzasz.tex
@mchrzasz mchrzasz on 4 Mar 2016 18 KB added lots of presentations
  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{\TeV}{\rm{TeV}}
  187.  
  188. \newcommand{\im}{\rm{Im}}
  189. \newcommand{\disp}{\displaystyle}
  190. \def\be{\begin{equation}}
  191. \def\ee{\end{equation}}
  192. \def\ba{\begin{eqnarray}}
  193. \def\ea{\end{eqnarray}}
  194. \def\d{\partial}
  195. \def\l{\left(}
  196. \def\r{\right)}
  197. \def\la{\langle}
  198. \def\ra{\rangle}
  199. \def\e{{\rm e}}
  200. \def\Br{{\rm Br}}
  201.  
  202.  
  203.  
  204. \author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)}
  205. \institute{UZH}
  206. \title[Drell-Yan status update]{Drell-Yan status update}
  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 {Low Mass Drell-Yan Status Report }
  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} Katharina M\"{u}eller Nicola Chiapolini}
  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}{Analysis and software week, CERN\\January 27, 2015}
  248. \end{center}
  249. \end{frame}
  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.  
  279.  
  280. \begin{frame}\frametitle{Selection}
  281. \begin{itemize}
  282. \item Analysis based on 2011 and 2012 data set.
  283. \item Plan to measure them separately as well as the ratio (cancellation of systematics).
  284. \item Trigger:
  285. \begin{itemize}
  286. \item \texttt{L0\_L0DiMuonDecision},
  287. \item \texttt{Hlt1DiMuonHighMassDecision},
  288. \item \texttt{Hlt2DiMuonDY(3,4)Decision}
  289. \end{itemize}
  290. \item Stripping:
  291. \begin{itemize}
  292. \item \texttt{StrippingDY2MuMuLine(3,4)}
  293. \end{itemize}
  294. \item Selection:
  295. \begin{itemize}
  296. \item $2<\eta^{\mu}<4.5$,
  297. \item $p^{\mu} > 10~\GeV$,
  298. \item $p_T^{\mu} > 3~\GeV$,
  299. \item $\chi^{2,\mu\mu}_{vtx}<5$,
  300. \item $10< m(\mu\mu) < 120~\GeV$.
  301. \end{itemize}
  302. \end{itemize}
  303. \end{frame}
  304.  
  305.  
  306.  
  307.  
  308. \begin{frame}\frametitle{The Goal}
  309. $\Rrightarrow$ Since there is no normalization channel, we will use the integrated luminosity for cross section calculations\\
  310. $\Rrightarrow$ The measurement will be performed in the bins of dimuon mass and pseudo-rapidity:
  311. \begin{center}
  312. \includegraphics[width=0.7\textwidth]{images/table.png}
  313. \end{center}
  314.  
  315. \end{frame}
  316.  
  317.  
  318. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  319. \begin{frame}\frametitle{Isolation}
  320. \begin{itemize}
  321. \item Drell-Yan unfortunately do not peak in mass $\twoheadrightarrow$ need another variable to control the purity.
  322. \item Instead we define an isolation variable:
  323. \begin{align*}
  324. \mu_{ {\rm{iso}}} = \log(p_T^{ cone}(\mu, 0.5) - p_T^{ cone}(\mu, 0.1))
  325. \end{align*}
  326. \item For two muons we take the maximum of the two isolations:
  327. \begin{align*}
  328. \mu\mu_{ {\rm{iso}}} = \max( \mu_{ {\rm{iso}}}^+, \mu_{ {\rm{iso}}}^-)
  329. \end{align*}
  330. \end{itemize}
  331. \begin{center}
  332. \begin{columns}
  333. \column{0.5\textwidth}
  334. \includegraphics[angle=-90,width=0.9\textwidth]{images/Z0_iso.pdf}
  335. \column{0.5\textwidth}
  336. \includegraphics[width=0.8\textwidth]{images/iso.png}
  337. \end{columns}
  338.  
  339. \end{center}
  340. \end{frame}
  341.  
  342. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  343.  
  344. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  345. \begin{frame}\frametitle{Isolation mass dependence}
  346. \begin{itemize}
  347. \item Unfortunately the $\mu\mu_{iso}$ is showing some mass dependence:
  348. \end{itemize}
  349. \begin{center}
  350. \includegraphics[width=0.75\textwidth]{images/DY.png}
  351. \end{center}
  352.  
  353.  
  354. \end{frame}
  355.  
  356.  
  357. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  358. \begin{frame}\frametitle{Signal template}
  359. \begin{columns}
  360. \column{2.7in}
  361. \begin{itemize}
  362. \only<1>{
  363. \item We do not want to use MC for determination of the signal $\mu\mu_{iso}$ template.
  364. \item We adopted a data driven procedure:
  365. \begin{itemize}
  366. \item The template is taken from data and scaled to account for $\mu\mu_{iso}$ mass dependence.
  367. \end{itemize}
  368. \item Possibility 1:
  369. \begin{itemize}
  370. \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.
  371.  
  372. \end{itemize}
  373. }
  374. \only<2>{
  375. \item Possibility 2:
  376. \begin{itemize}
  377. \item Use a second decay from data: $\PUpsilon \to \mu \mu$.
  378. \item The template for a given mass range ($M_{\min}, M_{\max}$) is choose as:
  379. \begin{tiny}
  380. \begin{align*}
  381. {\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}}
  382. \end{align*}
  383. \end{tiny}
  384.  
  385. \item Then the new obtained template is scaled in the same way as the previous one.
  386.  
  387. \end{itemize}
  388. }
  389.  
  390.  
  391.  
  392. \end{itemize}
  393.  
  394. \column{2.3in}
  395. \only<1>{
  396. \includegraphics[width=0.9\textwidth]{images/result_Z0.png}\\
  397. \includegraphics[width=0.9\textwidth]{{images/3.0_3.25_10500.0_12000.0Nicola}.png}
  398. }
  399. \only<2>{
  400. \includegraphics[width=0.9\textwidth]{images/result_upsilon.png}\\
  401. \includegraphics[width=0.9\textwidth]{{images/3.0_3.25_10500.0_12000.0Me}.png}
  402. }
  403.  
  404.  
  405. \end{columns}
  406.  
  407.  
  408. \end{frame}
  409. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  410.  
  411. \begin{frame}\frametitle{Signal template - Summary}
  412. \begin{itemize}
  413. \item We are investigating the impact on the analysis for the different approaches
  414. \item For now it looks like the results do not change with using different signal templates.
  415. \item Because templates are data driven we need to ensure a large statistics in each of the $m_{\mu\mu},~y$ bins, because of this the last $y$ bin is larger then the rest.
  416. \end{itemize}
  417. \begin{center}
  418. \includegraphics[width=0.5\textwidth]{images/scalef.png}
  419. \end{center}
  420. \end{frame}
  421.  
  422.  
  423.  
  424.  
  425. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  426. \begin{frame}\frametitle{Backgrounds}
  427. \begin{itemize}
  428. \item There are two sources of backgrounds:
  429. \begin{itemize}
  430. \item Heavy flavour decays.
  431. \item Mis-ID.
  432. \end{itemize}
  433. \item For fitting the $\mu\mu_{iso}$ we need to know both the signal and background distribution.
  434. \item Background templates can be determined from data
  435. \begin{itemize}
  436. \item Heavy flavour decays:\\
  437. $\looparrowright$ Requiring the $\chi^{2,\mu\mu}_{vtx}>16$\\
  438. $\looparrowright$ For cross-check $\rm IP>5~\rm mm$
  439. \item Miss-ID:\\
  440. $\looparrowright$ Require that both muons have the same sign.\\
  441. $\looparrowright$ For cross-check take the minimum bias stripping line.
  442. \end{itemize}
  443.  
  444.  
  445. \end{itemize}
  446.  
  447.  
  448.  
  449. \end{frame}
  450.  
  451. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  452. \begin{frame}\frametitle{Over all fits}
  453. \begin{columns}
  454. \column{3in}
  455. \begin{itemize}
  456. \item Using the above 3 mentioned templates the fits converge without any problems.
  457. \item The higher one goes in mass the cleaner the signal is.
  458.  
  459. \end{itemize}
  460. %\includegraphics[angle=-90,width=0.45\textwidth]{{images/Fits/12000_15000_y_bin_3.5_4.5_12}.pdf}
  461. \begin{small}
  462. {~}{~}{~}\begin{tabular}{|c|c|}
  463. \hline
  464. Mass bin & Purity \\ \hline
  465. $[40,60]~\GeV$ & $0.879 \pm 0.019$\\
  466. $[30,40]~\GeV$ & $0.754 \pm 0.015$\\
  467. $[25,30]~\GeV$ & $0.657 \pm 0.011$\\
  468. $[20,25]~\GeV$ & $0.507 \pm 0.008$\\
  469. $[17.5,20]~\GeV$ & $0.402 \pm 0.007$\\
  470. $[15,17.5]~\GeV$ & $0.316 \pm 0.006$\\ \hline
  471.  
  472. \end{tabular}
  473. \end{small}
  474. \column{2in}
  475. \includegraphics[angle=-90,width=0.9\textwidth]{{images/Fits/12000_15000_y_bin_2_2.25_12}.pdf}\\
  476. \includegraphics[angle=-90,width=0.9\textwidth]{{images/Fits/15000_20000_y_bin_3.5_4.5_12}.pdf}
  477.  
  478. \end{columns}
  479.  
  480.  
  481.  
  482.  
  483. \end{frame}
  484.  
  485. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  486. \begin{frame}\frametitle{Cross section calculations}
  487. \begin{itemize}
  488. \item To calculate the cross section the luminosity will be used:
  489. \end{itemize}
  490. \begin{align*}
  491. \sigma= \dfrac{\varrho f^{{\rm MIG}}}{\mathcal{L} \varepsilon^{{\rm SEL}}} \sum \dfrac{1}{\varepsilon^{{\rm TRIG}} \varepsilon^{{\rm MUID}} \varepsilon^{{\rm GEC}} \varepsilon^{{\rm TRACK}}},
  492. \end{align*}
  493. where\\
  494. \begin{itemize}
  495. \item $\varrho$ signal fraction from the fit.
  496. \item $f^{{\rm MIG}}$ correction to bin-bin migration.
  497. \item $\mathcal{L}$ integrated luminosity.
  498. \item $\varepsilon^{{\rm SEL}}$ efficiency on the vertex requirement.
  499. \item $\varepsilon^{{\rm MUID}}$ muon identification efficiency.
  500. \item $\varepsilon^{{\rm GEC}}$ global event cut efficiency.
  501. \item $\varepsilon^{{\rm TRACK}}$ tracking efficiency.
  502. \end{itemize}
  503.  
  504.  
  505. \end{frame}
  506.  
  507. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  508. \begin{frame}\frametitle{Luminosity}
  509. \begin{itemize}
  510. \item Thanks to our colleagues the error on the luminosity in LHCb is $1.16(1.71)\%$ for 2012(2011) data.
  511. \item For the $8~\TeV$ data we removed: 111802-111890 , 126124-126160, 129530-129539 runs.
  512. \item Lost $14.68~\rm pb^{-1}$ of data in total.
  513. \item For the $7~\TeV$ data we removed: 101401, 101403-101415 runs.
  514. \item Lost $8.23~\rm pb^{-1}$.
  515. \end{itemize}
  516.  
  517.  
  518.  
  519. \end{frame}
  520.  
  521. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  522. \begin{frame}\frametitle{Trigger efficiency}
  523. \begin{itemize}
  524. \item We take the trigger efficiency from MC. We are using the dimuon trigger that were always well simulated.
  525. \item We performed a cross check using tag and probe method that ensures the luminosity is correctly simulated.
  526. \end{itemize}
  527. \begin{center}
  528. \includegraphics[width=0.75\textwidth]{images/trigger.png}
  529. \end{center}
  530. \begin{itemize}
  531. \item An systematic uncertainty of $0.01$ is assigned.
  532. \end{itemize}
  533.  
  534. \end{frame}
  535.  
  536.  
  537. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  538. \begin{frame}\frametitle{Muon Identification}
  539. \begin{itemize}
  540. \item Only muon ID requirement in this analysis is the \texttt{isMuon}.
  541. \item The efficiency is taken from MC.
  542. \item Has been cross-checked that it agrees in \href{https://cds.cern.ch/record/1709688/files/LHCb-INT-2014-030.pdf}{\texttt{LHCb-INT-2014-030}}
  543.  
  544. \end{itemize}
  545. \begin{center}
  546. \includegraphics[width=0.65\textwidth]{images/MUID.png}\\
  547. \includegraphics[width=0.65\textwidth]{images/MUID2.png}
  548. \end{center}
  549. \begin{itemize}
  550. \item The systematics is $0.005$ (needs to be checked for the low $p_T$).
  551. \end{itemize}
  552. \end{frame}
  553.  
  554. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  555. \begin{frame}\frametitle{Global even cut efficiency}
  556. \begin{itemize}
  557. \item There is a SPD cut for the dimuon trigger: SPD<900.
  558. \item A data driven method is used to estimate the cut.
  559. \end{itemize}
  560. \begin{center}
  561. \includegraphics[width=0.6\textwidth]{images/GEC.png}\\
  562. \includegraphics[width=0.6\textwidth]{images/GEC2.png}
  563. \end{center}
  564. \begin{itemize}
  565. \item No dependence is observed of the $M_{\mu\mu}$ and the $y$ in data.
  566. \item Similar to the $\PW$ and $\PZ$ analysis.
  567. \end{itemize}
  568. \end{frame}
  569.  
  570.  
  571. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  572. \begin{frame}\frametitle{Conclusions}
  573. \begin{itemize}
  574. \item Analysis is well advanced!
  575. \item The analysis note is beeing written as we speak:\\ \url{svn+ssh://svn.cern.ch/reps/lhcbdocs/Users/mchrzasz/DY_ANANote}
  576. \item $+30$ pages!
  577. \item To do list:
  578. \begin{itemize}
  579. \item Calculate the theory predictions for $8~\TeV$ data.
  580. \item Missing systematics: bin-bin migration, templates determination.
  581. \item Hopefully the ANA note in WG review soon!
  582. \end{itemize}
  583. \end{itemize}
  584. \end{frame}
  585.  
  586.  
  587.  
  588.  
  589.  
  590. \backupbegin
  591.  
  592. \begin{frame}\frametitle{Backup}
  593.  
  594.  
  595. \end{frame}
  596.  
  597. \backupend
  598.  
  599. \end{document}