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