]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG1/doc/resol/resol.tex
Updates in D+ histos and ntuples (Renu, Francesco, Elena)
[u/mrichter/AliRoot.git] / PWG1 / doc / resol / resol.tex
1 \documentclass{elsart}
2 \usepackage{epsfig,amsmath}
3 \begin{document}
4
5
6
7
8 \subsection{Tracking performance}
9
10
11 The tracking performance depend on various variables:
12 The most important are following:
13 \begin{itemize}
14 \item The track topology - detector contributing to measurement.
15       The different topologies has different error parameterization, and the scale of error
16       can be  significantly different. E.g DCA resolution for tracks refitted with the 
17       ITS and TPC are by 2 orders of magnitude better than for TPC tracks only.
18       
19 \item Multiple scaterring and energy loss are scaling with particle momenta and mean material budget.
20       Typical -  behaviour smooth $p_{t}$ and $\theta$ scaling.
21 \end{itemize} 
22
23 The multiple scattering in material:
24 \begin{equation}
25 \sigma^2_\alpha=\frac{k. xOverX0}{\beta^2.p^2}
26 \end{equation}
27
28 The energy loss correction error:
29 \begin{equation}
30 \sigma^2_E= k. (\frac{k_{bb}}{\beta^2} + k)^2
31 \end{equation}
32 The energy loss correction is particularly important for low momenta tracks.
33
34
35 The track paramterization - 5 parameters:
36 \begin{itemize}
37 \item P0 - local y
38 \item P1 - local z
39 \item P2 - sinus   of local inclination angle $\phi$ in y direction
40 \item P3 - tangent of inclination angle $\theta$ in z direction
41 \item P4 - curvature  - 1/$p_t$
42 \end{itemize}
43
44 The error scaling:
45 \begin{equation}
46 \begin{split}
47 C=1/p_t \\
48 \sigma^2_{yy} \approx   \sigma^2_{yy0}+ k_p.C^2 \\
49 \sigma^2_{zz} \approx   \sigma^2_{zz0}+ k_p.C^2 \\
50 \sigma^2_{\phi\phi}     \approx  \sigma^2_{\phi\phi0}+ k_a.C^2 \\
51 \sigma^2_{\theta\theta} \approx  \sigma^2_{\theta\theta0}+ k_a.C^2 \\
52 \sigma^2_{cc} \approx  \sigma^2_{cc0}+ k_c.C^4\\
53 \end{split}
54 \end{equation}
55
56
57
58 \subsection{Resolution histograming and parameterization}
59
60 The resolution of the track parameters depends strongly on the momenta, 
61 respectivaly curvature. 
62 There is roughly linear scaling roughly linear scaling in position and 
63 angle, and parabolic scaling  for momentum resolution. The pread of the resolutions
64 because of the wide range of particle momenta is of the order of magnitude.
65 ($p_t$ $<0.1,\inf>$, C $<0,10>$).
66
67 In order to save the space for histograms, the resolution can be appropriatetly 
68 scaled. Following scaling function are used:
69
70 \begin{equation}
71 \begin{split}
72 C=1/p_t \\
73 sf_{pp} =   \sqrt{s_{pp}+C}   \\
74 sf_{aa} =   \sqrt{s_{aa}+C}   \\
75 sf_{cc} =   \sqrt{s_{cc}+C^2} \\ 
76 \end{split}
77 \end{equation}
78 Choosing appropriate scaling coeficient s, the scaled resolution as function of the
79 particle curvature is roughly constant.  
80
81
82
83
84
85 \begin{thebibliography}{9}   % Use for  1-9  references
86
87 \bibitem{alice-ref}
88 ALICE tech. proposal CERN/LHCC 95-71.
89
90 \bibitem{aliroot-ref}
91 ALICE PPR v.1 CERN/LHCC 2003-049.
92
93 \bibitem{tpc-ref}
94 ALICE TPC TDR CERN/LHCC 2000-001.
95
96 \bibitem{its-ref} 
97 ALICE ITS TDR CERN/LHCC 99-12.
98
99 \bibitem{trd-ref} 
100 ALICE TRD TDR CERN/LHCC 2001-021.
101
102 \bibitem{tof-ref}
103 ALICE TOF TDR CERN/LHCC 2002-016.
104
105
106 \end{thebibliography}
107
108
109 \end{document}