% This program can be redistributed and/or modified under the terms % of the GNU Public License, version 3. % % Seth Brown, Ph.D. % sethbrown@drbunsen.org % % Compiled with XeLaTeX % Dependencies: % Fontin Sans font (http://www.exljbris.com/fontinsans.html) % \documentclass{beamer} \usepackage{pgf} \usepackage{times} \usepackage[T1]{fontenc} %\usepackage[mathscr]{eucal} %\usepackage{mathptmx} %\usepackage{mathrsfs} \usepackage{hyperref} % \usepackage{pgfpagfes} % \setbeameroption{show notes on second screen} %\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm,landscape] \usepackage{xcolor} %\usepackage[dvipsnames]{xcolor} %\usepackage{amsfonts} %\usepackage{amsmath} % \usepackage[amssymb]{SIunits} %\usepackage{natbib} %\usepackage{amssymb} \usepackage{hepparticles} \usepackage{hepnicenames} \usepackage{hepunits} \usepackage{tikz} \usepackage[polish]{babel} %\usepackage{lmodern} \usepackage{feynmp} % suppress navigation bar \beamertemplatenavigationsymbolsempty \usepackage[mathscr]{eucal} \usepackage{mathrsfs} \mode<presentation> { \usetheme{bunsen} \setbeamercovered{transparent} \setbeamertemplate{items}[circle] } % set fonts \usepackage{amsfonts} \usepackage{amsmath} \usepackage{verbatim} \usepackage{eepic} \usetikzlibrary{arrows} \usetikzlibrary{shapes} %\usepackage{gfsartemisia-euler} %\usepackage[T1]{fontenc} \setbeamerfont{frametitle}{size=\LARGE,series=\bfseries} \tikzstyle{decision} = [diamond, draw, fill=gray!20, text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt] \tikzstyle{block} = [rectangle, draw, fill=blue!10, text width=5em, text centered, rounded corners, minimum height=2em] \tikzstyle{line} = [draw, -latex'] \tikzstyle{cloud} = [draw, ellipse,fill=red!10, node distance=3cm, minimum height=2em] \tikzstyle{every picture}+=[remember picture] \renewcommand{\PKs}{{\HepParticle{K}{S}{}\xspace}} % color definitions \usepackage{color} \definecolor{uipoppy}{RGB}{225, 64, 5} \definecolor{uipaleblue}{RGB}{96,123,139} \definecolor{uiblack}{RGB}{0, 0, 0} % see the macros.tex file for definitions \include{macros} % title slide definition \title{Tunning the simulation} \subtitle{2011 and 2012 data} \author{Alberto Lusiani, Marcin Chrz\k{a}szcz} \institute[IFJ, INFN, SNS] \date{$15^{th}$ March 2013} %-------------------------------------------------------------------- % Introduction %-------------------------------------------------------------------- \begin{document} \setbeamertemplate{background} {\includegraphics[width=\paperwidth,height=\paperheight]{frontpage_bg_mine}} \setbeamertemplate{footline}[default] \begin{frame} \vspace{2cm} \begin{columns} \column{2.75in} \titlepage \begin{center} \includegraphics[height=1.5cm,keepaspectratio ]{pic/SNS.png} \hspace{1cm} \includegraphics[height=1.5cm]{pic/INFN.png} \hspace{1cm} \includegraphics[height=1.4cm]{pic/ifj.png} \end{center} \column{2.0in} \end{columns} \end{frame} \section[Outline]{} \begin{frame} \tableofcontents \end{frame} %------------------------------------------------------------------- % Section 1 %------------------------------------------------------------------- % % Set the background for the rest of the slides. % Insert infoline \setbeamertemplate{background} {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}} \setbeamertemplate{footline}[bunsentheme] \section{2011} \begin{frame}\frametitle{Handles} {~} What was changed: \only<1> { \begin{block}{} \circled{1} Turn off the charge sharing. \\ \circled{2} Charge recalculated to one pixel. \\ \circled{3} Charge is smeared according to Gaussian distribution \\ \circled{4} Threshold is the same as measured in data!\\ \circled{5} The Gauss parameters are sensitive to threshold tunning. \end{block} } \textref{A.Lusiani, M.Chrz\k{a}szcz 2013} \end{frame} \begin{frame}\frametitle{Preliminary plot} \center \includegraphics[scale=0.35]{pic/dupa.png} \end{frame} %\subsection{Analysis strategy} \begin{frame}\frametitle{What I plan} \only<1> { \begin{block}{} \circled{1} The parameters vary among the chips. \\ \circled{2} If we want to compare MC do data we need to get the charge from threshold and than compare. \\ \circled{3} I propose to wait till all the lab tests are done. \\ \end{block} } \ \textref{A.Lusiani, M.Chrz\k{a}szcz 2013} \end{frame} \end{document}