-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.tex
351 lines (300 loc) · 13.2 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
\pdfoutput=1 % only if pdf/png/jpg images are used
\documentclass[a4paper,10pt]{article}
%\documentclass[a4paper,10pt]{scrartcl}
%\documentclass[smallcondensed,referee]{svjour3}
\usepackage{geometry}
\geometry{a4paper,left=32mm,right=32mm, top=24mm, bottom=30mm}
%\geometry{a4paper}
\raggedbottom
\widowpenalty=10000
\clubpenalty=10000
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{amsmath}
\usepackage[amssymb]{SIunits}
%\usepackage[load-configurations=abbreviations,tight-spacing=true,separate-uncertainty,bracket-numbers = false]{siunitx} % JINST cannnot handle siunitx !!
\usepackage{nicefrac}
\usepackage[english]{babel}
\usepackage{lineno}
\usepackage{epstopdf}
\usepackage{stfloats}
%\usepackage{upgreek}
\usepackage{verbatim}
\usepackage{url}
\usepackage{xcolor}
\usepackage{url}
%\usepackage{draftwatermark}
%\SetWatermarkScale{5}
\usepackage{setspace}
%general stuff
\newcommand{\e}{\ensuremath{\mathnormal{e}}}
\newcommand{\h}{\ensuremath{\mathnormal{h}}}
\newcommand{\eV}{\ensuremath{\mathnormal{eV}}}
\newcommand{\cspeed}{\ensuremath{\mathnormal{c}}}
%tscope specific
\newcommand{\DESY}{\ensuremath{\textrm{DESY}}}
\newcommand{\Datura}{\ensuremath{\textrm{DATURA}}}
\newcommand{\Duranta}{\ensuremath{\textrm{DURANTA}}}
\newcommand{\Mimosa}{\ensuremath{\textrm{MIMOSA\,26}}}
\newcommand{\noise}{\ensuremath{\xi_{\textrm{n}}}}
\newcommand{\epsdut}{\ensuremath{\mathnormal{\varepsilon_{\textrm{DUT}}}}}
\newcommand{\epsmimo}{\ensuremath{\mathnormal{\varepsilon_{\textrm{M26}}}}}
\newcommand{\dz}{\ensuremath{\textrm{d}z}}
\newcommand{\dzdut}{\ensuremath{\textrm{d}z_{\textrm{DUT}}}}
%resolutions
\newcommand{\sigmap}{\ensuremath{\sigma_{\textrm{pointing}}}}
\newcommand{\sigmatu}{\ensuremath{\sigma_{\textrm{t,u}}}}
\newcommand{\sigmatb}{\ensuremath{\sigma_{\textrm{t,b}}}}
\newcommand{\sigmat}{\ensuremath{\sigma_{\textrm{t}}}}
\newcommand{\sigmapGBL}{\ensuremath{\sigma_{\textrm{p,GBL}}}}
\newcommand{\sigmameas}{\ensuremath{\sigma_{\textrm{meas}}}}
\newcommand{\sigmadut}{\ensuremath{\sigma_{\textrm{DUT}}}}
\newcommand{\sigmai}{\ensuremath{\sigma_{\textrm{int}}}}
\newcommand{\sigmam}{\ensuremath{\sigma_{\textrm{M26}}}}
\newcommand{\sigmahat}{\ensuremath{\hat{\sigma}_{\textrm{int}}}}
%positions
\newcommand{\zdut}{\ensuremath{z_{\textrm{DUT}}}}
\newcommand{\zzz}{\ensuremath{z_{3}}}
%residuals
\newcommand{\rbiased}{\ensuremath{r_{\textrm{b}}}}
\newcommand{\runbiased}{\ensuremath{r_{\textrm{u}}}}
\newcommand{\rhat}{\ensuremath{\hat{r}_{\textrm{b}}}}
\newcommand{\pb}{\ensuremath{p_{\textrm{b}}}}
%software
\newcommand{\eudet}{\ensuremath{\textrm{EUDET}}}
\newcommand{\rawdataevent}{RawDataEvent }
\newcommand{\rawdataevents}{RawDataEvents }
\newcommand{\eudaq}{\ensuremath{\textrm{EUDAQ}}}
\newcommand{\EUTelescope}{\ensuremath{\textrm{EUTelescope}}}
%conditional compilation
\newcommand*{\notFOREPJ}{}%
%linenumbers
\setpagewiselinenumbers
\modulolinenumbers[5]
\ifdefined\notFOREPJ
\else
\doublespacing
\fi
\makeatletter
\renewcommand{\maketitle}{\bgroup\setlength{\parindent}{0pt}
\begin{flushleft}
\vspace*{10mm}
\textbf{\huge\sffamily\@title}
\vspace{5mm}
\large \@author
\end{flushleft}\egroup
}
\def\@xfootnote[#1]{%
\protected@xdef\@thefnmark{#1}%
\@footnotemark\@footnotetext}
\makeatother
%\setlength\extrarowheight{5pt}
\renewcommand{\arraystretch}{1.25}
%\keywords{Pixel, CMOS, Beam telescope, resolution, tracker} % need to be specified during submission
\begin{document}
%\linenumbers
%DESY 6
%D. Eckstein, doris.eckstein@desy.de
%T. Eichhorn, thomas.eichhorn@desy.de
%I. Gregor, ingrid.gregor@desy.de
%C. Muhl, carsten.muhl@desy.de
%H. Jansen, hendrik.jansen@desy.de
%R. Peschke, Richard.Peschke@desy.de
%S. Spannagel, simon.spannagel@desy.de
% Uni of Bristol 1
%D. G. Cussansm David.Cussans@bristol.ac.uk
%DPNC 2
%E. Corrin, SwiftKey emlyn.corrin@gmail.com
%D. Hass, SRON: D.Haas@sron.nl
%IPHC Strasbourg, France 3
%Mark Winter marc.winter@iphc.cnrs.fr
%Mathieu Goffe mathieu.goffe@iphc.cnrs.fr
%Gilles Claus gilles.claus@iphc.cnrs.fr
%INFN Como 1
%Antonio Bulgheroni, KIT antonio.bulgheroni@gmail.com
%Ex-DESY: 5
%H. Perrey, hanno@perrey.info
%Philipp Roloff, CERN philipp.roloff@cern.ch
%I. Rubinskiy, CFEl/CUIigor igor.rubinskiy@cfel.de
\title{Performance of the EUDET-type\\ beam telescopes}
\author{
H.~Jansen${}^{\textrm{a,}}$\footnote[*]{Corresponding author: hendrik.jansen@desy.de},
S.~Spannagel${}^{\textrm{a}}$,
J.~Behr${}^{\textrm{a,}}$\footnote{Now at Institut f\"ur Unfallanalysen, Hamburg, Germany},
A.~Bulgheroni${}^{\textrm{b,}}$\footnote{Now at KIT, Karlsruhe, Germany},
G.~Claus${}^{\textrm{c}}$,
E.~Corrin${}^{\textrm{d,}}$\footnote{Now at SwiftKey, London, UK},
D.~G.~Cussans${}^{\textrm{e}}$,
J.~Dreyling-Eschweiler${}^{\textrm{a}}$,
D.~Eckstein${}^{\textrm{a}}$,
T.~Eichhorn${}^{\textrm{a}}$,
M.~Goffe${}^{\textrm{c}}$,
I.~M.~Gregor${}^{\textrm{a}}$,
D.~Haas${}^{\textrm{d,}}$\footnote{Now at SRON, Utrecht, Netherlands},
C.~Muhl${}^{\textrm{a}}$,
H.~Perrey${}^{\textrm{a,}}$\footnote{Now at Lund University, Sweden},
R.~Peschke${}^{\textrm{a}}$,
P.~Roloff${}^{\textrm{a,}}$\footnote{Now at CERN, Geneva, Switzerland},
I.~Rubinskiy${}^{\textrm{a,}}$\footnote{Now at CFEL, Hamburg, Germany},
M.~Winter${}^{\textrm{c}}$\\
\vspace{3mm}
${}^{\textrm{a}}$ Deutsches Elektronen-Synchrotron DESY, Hamburg, Germany\\
${}^{\textrm{b}}$ INFN Como, Italy\\
${}^{\textrm{c}}$ IPHC, Strasbourg, France\\
%${}^{\textrm{c}}$ D\'epartement de physique nucl\'eaire et corpusculaire, University of Geneva, Switzerland\\
${}^{\textrm{d}}$ DPNC, University of Geneva, Switzerland\\
${}^{\textrm{e}}$ University of Bristol, UK
}
\maketitle
%-------------------
% \title{The EUDET-type Beam Telescopes}
% \author{
% H.~Jansen${}^{\textrm{a,}}$\thanks{Corresponding author: hendrik.jansen@desy.de}\,\,,
% A.~Bulgheroni${}^{\textrm{b,}}$\thanks{Now at KIT, Karlsruhe, Germany},
% G.~Claus${}^{\textrm{c}}$,
% E.~Corrin${}^{\textrm{d,}}$\thanks{Now at Swiftkey, London, UK}\,\,,
% D.~G.~Cussans${}^{\textrm{e}}$,
% D.~Eckstein${}^{\textrm{a}}$, T. Eichhorn${}^{\textrm{a}}$, M. Goffe${}^{\textrm{c}}$,
% I.~M.~Gregor${}^{\textrm{a}}$,
% D.~Haas${}^{\textrm{d,}}$\thanks{Now at SRON, Utrecht, Netherlands}\,\,,
% % A. Kravchenko${}^{\textrm{a,}}$\thanks{Now at }\,\,,
% H.~Perrey${}^{\textrm{a,}}$\thanks{Now at ESS, Lund, Sweden}\,\,,
% R.~Peschke${}^{\textrm{a}}$,
% P.~Roloff${}^{\textrm{a,}}$\thanks{Now at CERN, Geneva Switzerland}\,\,,
% I.~Rubinskiy${}^{\textrm{a,}}$\thanks{Now at CFEl, Hamburg, Germany}\,\,\,\,,
% S.~Spannagel${}^{\textrm{a}}$,
% M. Winter${}^{\textrm{c}}$\\
% \vspace{3mm}
% ${}^{\textrm{a}}$ Deutsches Elektronen-Synchrotron DESY, Hamburg, Germany\\
% ${}^{\textrm{b}}$ INFN Como, Italy\\
% ${}^{\textrm{c}}$ IPHC, Strasbourg, France\\
% %${}^{\textrm{c}}$ D\'epartement de physique nucl\'eaire et corpusculaire, University of Geneva, Switzerland\\
% ${}^{\textrm{d}}$ DPNC, University of Geneva, Switzerland\\
% ${}^{\textrm{e}}$ University of Bristol, UK
% }
% \maketitle
%----------------
\begin{abstract}
\noindent
Test beam measurements at the test beam facilities of DESY have been conducted to characterise the performance of the EUDET-type beam telescopes originally developed within the $\eudet$ project.
The beam telescopes are equipped with six sensor planes using $\Mimosa$ monolithic active pixel devices.
A programmable Trigger Logic Unit provides trigger logic and time stamp information on particle passage.
Both data acquisition framework and offline reconstruction software packages are available.
User devices are easily integrable into the data acquisition framework via predefined interfaces.
The biased residual distribution is studied as a function of the beam energy, plane spacing and sensor threshold.
Its standard deviation at the two centre pixel planes using all six planes for tracking in a 6\,GeV electron/positron-beam is measured to be $(2.88\,\pm\,0.08)\,\upmu\meter$.
Iterative track fits using the formalism of General Broken Lines are performed to estimate the intrinsic resolution of the individual pixel planes.
The mean intrinsic resolution over the six sensors used is found to be $(3.24\,\pm\,0.09)\,\upmu\meter$.
With a 5\,GeV electron/positron beam, the track resolution halfway between the two inner pixel planes using an equidistant plane spacing of 20\,mm is estimated to $(1.83\,\pm\,0.03)\,\upmu\meter$
assuming the measured intrinsic resolution.
Towards lower beam energies the track resolution deteriorates due to increasing multiple scattering.
Threshold studies show an optimal working point of the $\Mimosa$ sensors at a sensor threshold of between five and six times their RMS noise.
Measurements at different plane spacings are used to calibrate the amount of multiple scattering in the material traversed
and allow for corrections to the predicted angular scattering for electron beams. \\
\noindent
Keywords: Charged particle tracking, Beam telescope, Pixel sensors, General broken lines, Multiple scattering
\end{abstract}
% Abstract with less \commands for submission process
% Test beam measurements at the test beam facilities of DESY have been conducted to characterise the performance of the EUDET-type beam telescopes originally developed within the EUDET project.
% The beam telescopes are equipped with six sensor planes using MIMOSA26 monolithic active pixel devices.
% A programmable Trigger Logic Unit provides trigger logic and time stamp information on particle passage.
% Both data acquisition framework and offline reconstruction software packages are available.
% User devices are easily integrable into the data acquisition framework via predefined interfaces.
%
% The biased residual distribution is studied as a function of the beam energy, plane spacing and sensor threshold.
% Its standard deviation at the two centre pixel planes using all six planes for tracking in a 6\,GeV electron/positron-beam is measured to be $(2.88\,\pm\,0.08)\,\upmu\meter$.
% Iterative track fits using the formalism of General Broken Lines are performed to estimate the intrinsic resolution of the individual pixel planes.
% The mean intrinsic resolution over the six sensors used is found to be $(3.24\,\pm\,0.09)\,\upmu\meter$.
% With a 5\,GeV electron/positron beam, the track resolution halfway between the two inner pixel planes using an equidistant plane spacing of 20\,mm is estimated to $(1.83\,\pm\,0.03)\,\upmu\meter$
% assuming the measured intrinsic resolution.
% Towards lower beam energies the track resolution deteriorates due to increasing multiple scattering.
% Threshold studies show an optimal working point of the MIMOSA26 sensors at a sensor threshold of between five and six times their RMS noise.
% Measurements at different plane spacings are used to calibrate the amount of multiple scattering in the material traversed
% and allow for corrections to the predicted angular scattering for electron beams.
\ifdefined\notFOREPJ
\tableofcontents
\else
\fi
\section{Introduction}
\label{sec:intro}
\ifdefined\notFOREPJ
\input{content/intro}
\else
\input{intro}
\fi
\section{Beamlines}
\label{sec:beamlines}
\ifdefined\notFOREPJ
\input{content/beam_lines}
\else
\input{beam_lines}
\fi
\section{Components of the EUDET-type beam telescopes}
\label{sec:tscope}
\ifdefined\notFOREPJ
\input{content/tscope}
\else
\input{tscope}
\fi
\section{The EUDAQ data acquisition framework}
\label{sec:eudaq}
\ifdefined\notFOREPJ
\input{content/eudaq}
\else
\input{eudaq}
\fi
\section{Offline analysis and reconstruction using EUTelescope}
\label{sec:offline}
\ifdefined\notFOREPJ
\input{content/offline}
\else
\input{offline}
\fi
\section{Track resolution studies}
\label{sec:trackres}
\ifdefined\notFOREPJ
\input{content/track_resolution}
\else
\input{track_resolution}
\fi
\section{Considerations for DUT integrations}
\label{sec:dutintegration}
\ifdefined\notFOREPJ
\input{content/dutintegration}
\else
\input{dutintegration}
\fi
\section{Conclusion}
\label{sec:conclusion}
\ifdefined\notFOREPJ
\input{content/conclusion}
\else
\input{conclusion}
\fi
%\ifdefined\notFOREPJ
%\else
\small
\section*{Acknowledgements}
We are indebted to Claus Kleinwort for his counsel and numerous discussions.
Also, we would like to thank Ulrich K\"otz.
The test beam support at DESY is highly appreciated.
This work is supported by the Commission of the European Communities under the 6th Framework Programme 'Structuring the European Research Area', contract number RII3-026126.
Furthermore, strong support from the Helmholtz Association and the BMBF is acknowledged.
%contract number RII3-CT-2006-026126.
%Funding agencies AIDA, EUDET
\section*{Data and materials}
The datasets supporting the conclusions of this article are available from reference \cite{jansen_data}.
The software used is available from the github repositories: 1) \url{https://github.com/eutelescope/eutelescope}, 2) \url{https://github.com/simonspa/eutelescope/}, branch \textit{scattering}
and 3) \url{https://github.com/simonspa/resolution-simulator}.
For the presented analysis, these specific tags have been used: \cite{jansen_2016_49065} and \cite{spannagel_2016_48795}.
\section*{Competing interests}
The authors declare that they have no competing interests.
%\fi
\bibliographystyle{ieeetr}
\ifdefined\notFOREPJ
\bibliography{bibtex/refs}
\else
\bibliography{refs}
\fi
\end{document}