Newer
Older
Presentations / Sbt_testbeam / Sbt_testbeam5thDec_12 / SBT_testbeam.tex
@mchrzasz mchrzasz on 9 Jan 2013 9 KB first commit
  1. % This program can be redistributed and/or modified under the terms
  2. % of the GNU Public License, version 3.
  3. %
  4. % Seth Brown, Ph.D.
  5. % sethbrown@drbunsen.org
  6. %
  7. % Compiled with XeLaTeX
  8. % Dependencies:
  9. % Fontin Sans font (http://www.exljbris.com/fontinsans.html)
  10. %
  11. \documentclass{beamer}
  12. \usepackage{pgf}
  13. \usepackage{times}
  14. \usepackage[T1]{fontenc}
  15. %\usepackage[mathscr]{eucal}
  16. %\usepackage{mathptmx}
  17. %\usepackage{mathrsfs}
  18. \usepackage{hyperref}
  19. % \usepackage{pgfpagfes}
  20. % \setbeameroption{show notes on second screen}
  21. %\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm,landscape]
  22. \usepackage{xcolor}
  23. %\usepackage[dvipsnames]{xcolor}
  24. %\usepackage{amsfonts}
  25. %\usepackage{amsmath}
  26. % \usepackage[amssymb]{SIunits}
  27. %\usepackage{natbib}
  28. %\usepackage{amssymb}
  29. \usepackage{hepparticles}
  30. \usepackage{hepnicenames}
  31. \usepackage{hepunits}
  32. \usepackage{tikz}
  33. \usepackage[polish]{babel}
  34. %\usepackage{lmodern}
  35. \usepackage{feynmp}
  36. % suppress navigation bar
  37. \beamertemplatenavigationsymbolsempty
  38. \usepackage[mathscr]{eucal}
  39. \usepackage{mathrsfs}
  40. \mode<presentation>
  41. {
  42. \usetheme{bunsen}
  43. \setbeamercovered{transparent}
  44. \setbeamertemplate{items}[circle]
  45. }
  46.  
  47. % set fonts
  48. \usepackage{amsfonts}
  49. \usepackage{amsmath}
  50. \usepackage{verbatim}
  51. \usepackage{eepic}
  52. \usetikzlibrary{arrows}
  53. \usetikzlibrary{shapes}
  54.  
  55. %\usepackage{gfsartemisia-euler}
  56. %\usepackage[T1]{fontenc}
  57. \setbeamerfont{frametitle}{size=\LARGE,series=\bfseries}
  58. \tikzstyle{decision} = [diamond, draw, fill=gray!20,
  59. text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]
  60. \tikzstyle{block} = [rectangle, draw, fill=blue!10,
  61. text width=5em, text centered, rounded corners, minimum height=2em]
  62. \tikzstyle{line} = [draw, -latex']
  63. \tikzstyle{cloud} = [draw, ellipse,fill=red!10, node distance=3cm,
  64. minimum height=2em]
  65.  
  66. \tikzstyle{every picture}+=[remember picture]
  67.  
  68.  
  69. \renewcommand{\PKs}{{\HepParticle{K}{S}{}\xspace}}
  70. % color definitions
  71. \usepackage{color}
  72. \definecolor{uipoppy}{RGB}{225, 64, 5}
  73. \definecolor{uipaleblue}{RGB}{96,123,139}
  74. \definecolor{uiblack}{RGB}{0, 0, 0}
  75.  
  76. % see the macros.tex file for definitions
  77. \include{macros}
  78.  
  79. % title slide definition
  80. \title{Quo vadis INMAPS? }
  81. \author{Alberto Lusiani, Marcin Chrz\k{a}szcz}
  82. \institute[IFJ, INFN, SNS]
  83.  
  84.  
  85.  
  86. \date{$26^{th}$ November 2012}
  87.  
  88. %--------------------------------------------------------------------
  89. % Introduction
  90. %--------------------------------------------------------------------
  91.  
  92. \begin{document}
  93.  
  94.  
  95. \setbeamertemplate{background}
  96. {\includegraphics[width=\paperwidth,height=\paperheight]{frontpage_bg_mine}}
  97. \setbeamertemplate{footline}[default]
  98.  
  99. \begin{frame}
  100. \vspace{2cm}
  101. \begin{columns}
  102. \column{2.75in}
  103. \titlepage
  104. \begin{center}
  105. \includegraphics[height=1.5cm,keepaspectratio ]{pic/SNS.png}
  106. \hspace{1cm}
  107. \includegraphics[height=1.5cm]{pic/INFN.png}
  108. \hspace{1cm}
  109. \includegraphics[height=1.4cm]{pic/ifj.png}
  110. \end{center}
  111. \column{2.0in}
  112. \end{columns}
  113.  
  114. \end{frame}
  115.  
  116.  
  117.  
  118.  
  119.  
  120. \section[Outline]{}
  121. \begin{frame}
  122. \tableofcontents
  123. \end{frame}
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. %-------------------------------------------------------------------
  132. % Section 1
  133. %-------------------------------------------------------------------
  134. %
  135. % Set the background for the rest of the slides.
  136. % Insert infoline
  137. \setbeamertemplate{background}
  138. {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}}
  139. \setbeamertemplate{footline}[bunsentheme]
  140.  
  141. \section{Analysis Method}
  142. \subsection{Extracting the signal yield }
  143. \begin{frame}\frametitle{Eff vs. thr}
  144.  
  145.  
  146. \begin{columns}
  147. \column{2.75in}
  148.  
  149. \begin{itemize}
  150. \item Pre Fit the residual with signal Gaussian. Form this we will know where to look for the peak.
  151. \item Fit with the pdf: \newline $f(x) = a Gauss( \overline{x}, \sigma;x) + b Exp(\lambda ;x)$
  152. \item $\overline{x}, \sigma, \lambda$ free parameters.
  153. \item Using an Extended maximum likelihood fit get the number of signal events.
  154. \item Error on this number coming from fit will be treated as systematics.
  155. \item Please note that we have units on the plots =)
  156. \end{itemize}
  157. \column{2.75in}
  158. \includegraphics[scale=0.21]{pic/det6_resid_fit_BLH_x_large_WINDOWS.png}
  159. \newline \includegraphics[scale=0.21]{pic/det6_resid_fit_BLH_x_small_WINDOWS.png}
  160.  
  161. \end{columns}
  162.  
  163. \end{frame}
  164.  
  165. \begin{frame}\frametitle{Extracting the signal yield II}
  166.  
  167.  
  168. \begin{columns}
  169. \column{2.75in}
  170. \begin{itemize}
  171. \item In case of angular scan I cut away 4 pixels up and down in Y and 8 on left and right side.
  172. \item Implemented binned(unbinned not that easy) maximum likelihood.
  173. \item Assuming Gauss + Exp.
  174.  
  175. \end{itemize}
  176.  
  177. \column{3.0in}
  178. \includegraphics[scale=0.21]{pic/det6_resid_fit_BLH_y_small_WINDOWS.png}
  179. \newline \includegraphics[scale=0.21]{pic/det6_resid_fit_BLH_x_small_WINDOWS_detector_bound_cut.png}
  180.  
  181. \end{columns}
  182.  
  183.  
  184.  
  185. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  186. \end{frame}
  187. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  188.  
  189. \subsection{Residual Fits}
  190. \begin{frame}\frametitle{Residual Fits, run 4289, Thr=2330}
  191.  
  192. All plots are for CHIP13. (Lets understand one at the time)
  193.  
  194. \begin{columns}
  195. \column{2.5in}
  196. X view
  197. \includegraphics[scale=0.25]{pic/inmaps_eff_r4289/det7_resid_fit_BLH_x.png}
  198.  
  199. \column{2.5in}
  200. Y view
  201. \includegraphics[scale=0.25]{pic/inmaps_eff_r4289/det7_resid_fit_BLH_y.png}
  202.  
  203. \end{columns}
  204. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  205. \end{frame}
  206.  
  207. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  208.  
  209. \begin{frame}\frametitle{Residual Fits, run 4291, Thr=2340}
  210.  
  211. All plots are for CHIP13. (Lets understand one at the time)
  212.  
  213. \begin{columns}
  214. \column{2.5in}
  215. X view
  216. \includegraphics[scale=0.25]{pic/inmaps_eff_r4291/det7_resid_fit_BLH_x.png}
  217. \column{2.5in}
  218. Y view
  219. \includegraphics[scale=0.25]{pic/inmaps_eff_r4291/det7_resid_fit_BLH_y.png}
  220.  
  221. \end{columns}
  222. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  223. \end{frame}
  224.  
  225. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  226.  
  227. \begin{frame}\frametitle{Residual Fits, run 4293, Thr=2350}
  228.  
  229. All plots are for CHIP13. (Lets understand one at the time)
  230.  
  231. \begin{columns}
  232. \column{2.5in}
  233. X view
  234. \includegraphics[scale=0.25]{pic/inmaps_eff_r4293/det7_resid_fit_BLH_x.png}
  235. \column{2.5in}
  236. Y view
  237. \includegraphics[scale=0.25]{pic/inmaps_eff_r4293/det7_resid_fit_BLH_y.png}
  238.  
  239. \end{columns}
  240. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  241. \end{frame}
  242.  
  243.  
  244. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  245.  
  246. \begin{frame}\frametitle{Residual Fits, run 4295, Thr=2360}
  247.  
  248. All plots are for CHIP13. (Lets understand one at the time)
  249.  
  250. \begin{columns}
  251. \column{2.5in}
  252. X view
  253. \includegraphics[scale=0.25]{pic/inmaps_eff_r4295/det7_resid_fit_BLH_x.png}
  254. \column{2.5in}
  255. Y view
  256. \includegraphics[scale=0.25]{pic/inmaps_eff_r4295/det7_resid_fit_BLH_y.png}
  257.  
  258. \end{columns}
  259. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  260. \end{frame}
  261.  
  262. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  263.  
  264. \begin{frame}\frametitle{Residual Fits, run 4297, Thr=2370}
  265.  
  266. All plots are for CHIP13. (Lets understand one at the time)
  267.  
  268. \begin{columns}
  269. \column{2.5in}
  270. X view
  271. \includegraphics[scale=0.25]{pic/inmaps_eff_r4297/det7_resid_fit_BLH_x.png}
  272. \column{2.5in}
  273. Y view
  274. \includegraphics[scale=0.25]{pic/inmaps_eff_r4297/det7_resid_fit_BLH_y.png}
  275.  
  276. \end{columns}
  277. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  278. \end{frame}
  279.  
  280.  
  281. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  282.  
  283. \begin{frame}\frametitle{Residual Fits, run 4299, Thr=2380}
  284.  
  285. All plots are for CHIP13. (Lets understand one at the time)
  286.  
  287. \begin{columns}
  288. \column{2.5in}
  289. X view
  290. \includegraphics[scale=0.25]{pic/inmaps_eff_r4299/det7_resid_fit_BLH_x.png}
  291. \column{2.5in}
  292. Y view
  293. \includegraphics[scale=0.25]{pic/inmaps_eff_r4299/det7_resid_fit_BLH_y.png}
  294.  
  295. \end{columns}
  296. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  297. \end{frame}
  298.  
  299.  
  300.  
  301.  
  302. \begin{frame}\frametitle{Residual Fits, run 4301, Thr=2390}
  303.  
  304. All plots are for CHIP13. (Lets understand one at the time)
  305.  
  306. \begin{columns}
  307. \column{2.5in}
  308. X view
  309. \includegraphics[scale=0.25]{pic/inmaps_eff_r4301/det7_resid_fit_BLH_x.png}
  310. \column{2.5in}
  311. Y view
  312. \includegraphics[scale=0.25]{pic/inmaps_eff_r4301/det7_resid_fit_BLH_y.png}
  313.  
  314. \end{columns}
  315. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  316. \end{frame}
  317. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  318.  
  319. \begin{frame}\frametitle{Residual Fits, run 4303, Thr=2400}
  320.  
  321. All plots are for CHIP13. (Lets understand one at the time)
  322.  
  323. \begin{columns}
  324. \column{2.5in}
  325. X view
  326. \includegraphics[scale=0.25]{pic/inmaps_eff_r4303/det7_resid_fit_BLH_x.png}
  327. \column{2.5in}
  328. Y view
  329. \includegraphics[scale=0.25]{pic/inmaps_eff_r4303/det7_resid_fit_BLH_y.png}
  330.  
  331. \end{columns}
  332. What is going on?!?!
  333. \newline We are loosing him...
  334.  
  335. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  336.  
  337. \end{frame}
  338.  
  339.  
  340. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  341. \section{Resolution drop}
  342. \begin{frame}\frametitle{Where does the increase of resolution come from?}
  343.  
  344. Investigated Guliana's theory that the pixels fire in a row. On friday I send around instructions how to use the SbtViewer.
  345. To speed things up I made a video:
  346. \href{http://nz11-agh1.ifj.edu.pl/public_users/mchrzaszcz/Sbt/out-4.ogv}{LINK}
  347.  
  348.  
  349. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  350.  
  351. \end{frame}
  352.  
  353. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  354.  
  355. \begin{frame}\frametitle{Eff vs. threshold}
  356.  
  357. \begin{columns}
  358. \column{2.5in}
  359. OLD
  360. \includegraphics[scale=0.25]{pic/chip13.png}
  361. \column{2.5in}
  362. NEW
  363. \includegraphics[scale=0.25]{pic/chip13_eff_fit.png}
  364.  
  365. \end{columns}
  366. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  367.  
  368. \end{frame}
  369. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  370. \begin{frame}\frametitle{Resolution vs threshold}
  371.  
  372. \begin{columns}
  373. \column{2.5in}
  374. X
  375. \includegraphics[scale=0.25]{pic/res_x.png}
  376. \column{2.5in}
  377. Y
  378. \includegraphics[scale=0.25]{pic/res_y.png}
  379.  
  380. \end{columns}
  381. \textref{A.Lusiani, M.Chrz\k{a}szcz 2012}
  382.  
  383. \end{frame}
  384.  
  385. \end{document}