Newer
Older
Presentations / tau23mu_lhcb / Explenation of fit / expl.tex
@mchrzasz mchrzasz on 9 Jan 2013 3 KB first commit
  1. \documentclass[]{beamer}
  2. \setbeamertemplate{navigation symbols}{}
  3. \usepackage{beamerthemesplit}
  4. \useoutertheme{infolines}
  5. \usecolortheme{dolphin}
  6. \usetheme{Warsaw}
  7. \usepackage{graphicx}
  8. \usepackage{amssymb,amsmath}
  9. \usepackage[latin1]{inputenc}
  10. \usepackage{amsmath}
  11. \usepackage{amsfonts}
  12. \usepackage{amssymb}
  13. \usepackage{latexsym}
  14. \usepackage{hyperref}
  15.  
  16.  
  17. %\usetheme{Boadilla}
  18.  
  19. %\beamersetuncovermixins{\opaqueness<1>{25}}{\opaqueness<2->{15}}
  20. \title{Updates from Krakow}
  21. \author{Marcin Chrzaszcz}
  22.  
  23. \date{\today}
  24.  
  25. \begin{document}
  26.  
  27. {
  28. \institute{Institute of Nuclear Physics PAN}
  29. \setbeamertemplate{footline}{}
  30. \begin{frame}
  31. \titlepage
  32. \end{frame}
  33. }
  34.  
  35. \institute{IFJ PAN}
  36.  
  37.  
  38.  
  39. %tutaj mamy pierwsza strone
  40.  
  41.  
  42. \section[Outline]{}
  43. \begin{frame}
  44. \tableofcontents
  45. \end{frame}
  46.  
  47. %normal slides
  48. \begin{frame}\frametitle{FITS}
  49.  
  50. Marc sugestions:
  51. \begin{enumerate}
  52. \item Check with different strategies
  53. ( RooFit::Strategy(4), etc.)
  54. \item Change the mass window and see what happens.
  55. Mark said that if the fit will still be rising you have to prove, by changing the window get the rising fit and compare the expected number of events. If they don't change much it's ok.
  56. \end{enumerate}
  57. \end{frame}
  58.  
  59. \begin{frame}\frametitle{1st Point}
  60.  
  61. I checked all possible strategies, with different ranges(even 100 times to big). The fit is stable as hell =)
  62. \end{frame}
  63.  
  64. \begin{frame}\frametitle{FITS}
  65.  
  66.  
  67. \begin{columns}[c]
  68. \newline
  69. \column{3.5in}
  70. \includegraphics[scale=0.35]{160_195.png}
  71. \column{1.5in}
  72. \begin{block}{Standard fit}
  73. Not changed mass window
  74. \end{block}
  75. \end{columns}
  76. \end{frame}
  77.  
  78.  
  79. \begin{frame}\frametitle{FITS}
  80.  
  81.  
  82.  
  83.  
  84.  
  85. \begin{columns}[c]
  86. \newline
  87. \column{3.5in}
  88. \includegraphics[scale=0.35]{b.png}
  89. \column{1.5in}
  90. \begin{block}{Different mass window}
  91. Throwing away only one marked point gives flat distribution.
  92.  
  93. \end{block}
  94. \end{columns}
  95. \end{frame}
  96.  
  97.  
  98.  
  99. \begin{frame}
  100. \begin{columns}[c]
  101. \newline
  102. \column{3.5in}
  103. \includegraphics[scale=0.35]{a.png}
  104. \column{1.5in}
  105. \begin{block}{Different mass window}
  106. Throwing away more point gives us droping distributions.
  107.  
  108. \end{block}
  109. \end{columns}
  110. \end{frame}
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. \begin{frame}\frametitle{FITS}
  121. \begin{columns}[c]
  122. \newline
  123. \column{3.5in}
  124. \includegraphics[scale=0.35]{pm80.png}
  125. \column{1.5in}
  126. \begin{block}{Different mass window}
  127. $80MeV$ Mass window.
  128. \end{block}
  129. \end{columns}
  130. \end{frame}
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140. \begin{frame}\frametitle{Summary}
  141. \begin{enumerate}
  142. \item I tested this in every way I could.
  143. \item Consulted with coleagues that are doing fits all the time(they didn't find any mistake).
  144. \item The most important: Different mass ranges change the expected number of backgrounds eventes arround $5\%$ so it's not relewant.
  145. \end{enumerate}
  146. \end{frame}
  147. \begin{frame}\frametitle{News about the production}
  148.  
  149. Scripts are ready. From Patric I got the following version:
  150. Gauss v41r1
  151. Boole v23r1
  152. Brunel v41r1p1
  153. I reserwed 108 cores. LHCb soft is ready and running.
  154. Additional 40 cores one different cluster also will be used.
  155. I propose first to make 100k sample and test it.
  156. On night from 23/24 Feb I started to run small production to see in everything runs smootly.
  157. The 1M sample should be ready in 9-10 days from now.
  158. \end{frame}
  159.  
  160.  
  161.  
  162. \end{document}