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

Last change on this file since 6446 was 6445, checked in by gaug, 21 years ago
*** empty log message ***
File size: 2.0 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\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, \\
40N. 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}
50Presently MAGIC uses a 300~MHz FADC system to sample the Cherenkov signals.
51In this note different algorithms to reconstruct the signal from the read out samples
52are described and compared. Criteria for comparison are defined and used to judge the
53different extractors applied to calibration signals, cosmics and pedestals. At the end,
54a best extractor is proposed. The question
55of 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
Note: See TracBrowser for help on using the repository browser.