source: trunk/MagicSoft/TDAS-Extractor/MAGIC_signal_reco.tex@ 6422

Last change on this file since 6422 was 6409, checked in by gaug, 20 years ago
*** empty log message ***
File size: 1.9 KB
Line 
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
15%\usepackage{citesort}
16\usepackage{url}
17\usepackage{mdwlist}
18
19\setlength{\parindent}{0cm}
20
21\sloppy
22
23
24\renewcommand{\baselinestretch}{1.0}
25\renewcommand{\arraystretch}{1.0}
26
27
28
29\begin{document}
30
31
32
33%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34%% Please, for the formatting just include here the standard
35%% elements: title, author, date, plus TDAScode
36%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37\title{Comparison of Signal Reconstruction Algorithms for the MAGIC Telescope}
38\author{H. Bartko, O. Blanch, M. Gaug, A. Moralejo, \\
39N. Sidro, W. Wittek}
40\date{Month dd, 2004\\}
41\TDAScode{MAGIC-TDAS 04-xx\\ 04mmdd}
42%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
43
44%% title %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
45\maketitle
46
47%% abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
48\begin{abstract}
49Presently MAGIC uses a 300~MHz FADC system to sample the Cherenkov signals.
50In this note different algorithms to reconstruct the signal from the read out samples
51are described and compared. Criteria for comparison are defined and used to judge the
52different extractors applied to calibration signals, cosmics and pedestals. At the end,
53a best extractor is proposed. The question
54of pedestal calculation for the different extractors is adressed.
55\end{abstract}
56
57%% contents %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
58\thetableofcontents
59\newpage
60
61%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
62%\include{pedplots}
63\include{Introduction}
64\include{Reconstruction}
65\include{Algorithms}
66\include{Criteria}
67\include{Pedestal}
68\include{Calibration}
69\include{MonteCarlo}
70\include{Discussion}
71\include{Conclusions}
72%\include{pheplots}
73
74\bibliography{bibfile}
75\bibliographystyle{bibstyle}
76
77\end{document}
78
79
80
Note: See TracBrowser for help on using the repository browser.