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