| 1 | \documentclass[12pt]{article}
|
|---|
| 2 | \usepackage{magic-tdas}
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 | \usepackage[latin1]{inputenc}
|
|---|
| 6 |
|
|---|
| 7 | \usepackage{amsmath}
|
|---|
| 8 | \usepackage{amssymb}
|
|---|
| 9 |
|
|---|
| 10 | \usepackage{amsthm}
|
|---|
| 11 | \usepackage{color}
|
|---|
| 12 |
|
|---|
| 13 | \usepackage{graphicx}
|
|---|
| 14 | \usepackage{caption2}
|
|---|
| 15 |
|
|---|
| 16 | %\usepackage{citesort}
|
|---|
| 17 | \usepackage{url}
|
|---|
| 18 | \usepackage{mdwlist}
|
|---|
| 19 |
|
|---|
| 20 | \setlength{\parindent}{0cm}
|
|---|
| 21 |
|
|---|
| 22 | \sloppy
|
|---|
| 23 |
|
|---|
| 24 | \renewcommand{\captionfont}{\small\slshape}
|
|---|
| 25 | \renewcommand{\baselinestretch}{1.0}
|
|---|
| 26 | \renewcommand{\arraystretch}{1.0}
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 | \begin{document}
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 35 | %% Please, for the formatting just include here the standard
|
|---|
| 36 | %% elements: title, author, date, plus TDAScode
|
|---|
| 37 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 38 | \title{Comparison of Signal Reconstruction Algorithms for the MAGIC Telescope}
|
|---|
| 39 | \author{H. Bartko, O. Blanch, M. Gaug, A. Moralejo, \\
|
|---|
| 40 | N. Sidro, W. Wittek}
|
|---|
| 41 | \date{Month dd, 2004\\}
|
|---|
| 42 | \TDAScode{MAGIC-TDAS 04-xx\\ 04mmdd}
|
|---|
| 43 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 44 |
|
|---|
| 45 | %% title %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 46 | \maketitle
|
|---|
| 47 |
|
|---|
| 48 | %% abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 49 | \begin{abstract}
|
|---|
| 50 | Presently MAGIC uses a 300~MHz FADC system to sample the Cherenkov signals.
|
|---|
| 51 | In this note different algorithms to reconstruct the signal from the read out samples
|
|---|
| 52 | are described and compared. Criteria for comparison are defined and used to judge the
|
|---|
| 53 | different extractors applied to calibration signals, cosmics and pedestals. At the end,
|
|---|
| 54 | a best extractor is proposed. The question
|
|---|
| 55 | of pedestal calculation for the different extractors is adressed.
|
|---|
| 56 | \end{abstract}
|
|---|
| 57 |
|
|---|
| 58 | %% contents %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 59 | \thetableofcontents
|
|---|
| 60 | \newpage
|
|---|
| 61 |
|
|---|
| 62 | %% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 63 | %\include{pedplots}
|
|---|
| 64 | \include{Introduction}
|
|---|
| 65 | \include{Reconstruction}
|
|---|
| 66 | \include{Algorithms}
|
|---|
| 67 | \include{Criteria}
|
|---|
| 68 | \include{Pedestal}
|
|---|
| 69 | \include{Calibration}
|
|---|
| 70 | \include{MonteCarlo}
|
|---|
| 71 | \include{Discussion}
|
|---|
| 72 | \include{Conclusions}
|
|---|
| 73 | %\include{pheplots}
|
|---|
| 74 |
|
|---|
| 75 | \bibliography{bibfile}
|
|---|
| 76 | \bibliographystyle{bibstyle}
|
|---|
| 77 |
|
|---|
| 78 | \end{document}
|
|---|
| 79 |
|
|---|
| 80 |
|
|---|
| 81 |
|
|---|