source: MaterialStudies/Note_Material_Studies.tex

Last change on this file was 1, checked in by lorenzo, 13 years ago

Plan provisoire de la note

File size: 4.3 KB
Line 
1\documentclass{atlasnote} 
2
3%\documentclass[usetikz]{atlasnote} % the 'usetikz' option loads tikz.sty in the proper place,
4                                   % avoiding conflicts with graphicx.sty.
5                                   % Don't know what tikz.st is? Just ignore this line! :-)
6
7%\documentclass[coverpage]{atlasnote} % the 'coverpage' option loads the ATLAS Cover Page package
8                                      % ans makes sure that the cover page is generated before the
9                                      % note title page. Make sure that the latest version of
10                                      % of 'atlascover.sty. is installed on your system!
11
12%\usepackage{graphicx} % This is already loaded by the atlasnote class
13                       % Just use it to include your plots!
14
15%\usepackage{atlasphysics} % Contains useful shortcuts. Uncomment to use
16                           % See instruction.pdf for details
17
18%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19%           Title page             %
20%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21
22\skipbeforetitle{100pt}
23
24% Title
25\title{Material Studies with electrons using sampling energies}
26
27% Author
28%if not given, typesets ``The ATLAS collaboration''
29%\author{The ATLAS Collaboration}
30
31% if multiple authors/affiliations are needed, use the authblk package
32\usepackage{authblk}
33\renewcommand\Authands{, } % avoid ``. and'' for last author
34\renewcommand\Affilfont{\itshape\small} % affiliation formatting
35
36\author[a]{Marumi Kado}
37\author[a]{Narei Lorenzo Martinez}
38\author[a]{Laurent Serin}
39
40\affil[a]{Laboratoire de l'Accélérateur Linéaire}
41
42
43% Date: if not given, uses current date
44%\date{\today}
45
46% Draft version: if given, adds draft version on front page, a
47% 'DRAFT' box on top of each other page, and line numbers to easy
48% commenting. Comment or remove in final version.
49\draftversion{x.y}
50
51% Journal: adds a
52%\journal{Phys. Lett. B}
53
54% Abstract
55\abstracttext{
56  This is the abstract
57}
58
59%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
60%            Content               %
61%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
62
63\begin{document}
64
65% Test of tikz.sty loadin in atlasnote.cls. Use 'usetkiz' option in documentclass declaration:
66% e.g. \documentclass[usetikz]{atlasnote}
67% \input{tikz-test}
68
69\section{Introduction}
70
71Place your content here
72
73\section{Framework}
74        \subsection{The samples used, the selection applied, the different distorded geometries}
75        \subsection{Definition of the observables used in the study}
76Etot= λ(off +w0EPS +Estrips +Emiddle +w3Eback)
77λ, off, w0 and w3 are estimated by a complete simulation of the detector
78f0 = (off +w0EPS)/(EPS+Estrips+Emiddle+Eback)
79E1/E2   = Estrips/Emiddle
80
81f0 and E1/E2 measure the energy lost upstream of the calorimeter. Another way to see it is that fo describes how early has started the shower
82E1/E2 is sensitive to the material upstream of the calorimeter and to the material between accordion and Presampler.
83f0 is sensitive to the material upstream of the calorimeter and to the presampler energy scale 
84Using E1/E2 and f0 we can try to constrain the material upstream of the calorimeter and the PS energy scale
85
86\section{deep look at sampling energies and their evolutions along eta}
87        \subsection{Barrel}
88                \subsubsection{calibration problem around eta=0.3}
89                \subsubsection{like material effect around eta=0.6}
90                \subsubsection{Out of cone showering for E1 and E2}
91                \subsubsection{Effect of energy Corrections (alpha_i)}
92                \subsubsection{Effect of the trackz0 cut}
93                \subsubsection{Comparison between Release 15 and 16}
94        \subsection{Endcap}
95                \subsubsection{HV problem in E2 ?}
96                \subsubsection{Cross talk between sampling 2 and 3 in the endcap}
97                \subsubsection{Comparison between Release 15 and 16}
98 
99\section{deep look at sampling energies and their evolutions along phi}
100        \subsection{ID rails}
101        \subsection{Cables and mother board}
102        \subsection{ID services}
103       
104\section{E1/E2 and f0}
105        \subsection{Presampler energy scale}
106        \subsection{material between presampler and strips}
107
108\section{Quantification of the amount of material upstream of the calorimeter}
109        \subsection{Sensitivity of the two observables}
110        \subsection{The method}
111                \subsubsection{CL interval}
112                \subsubsection{Dependance of the calibration with energy,eta and location of material}
113        \subsection{Proof of principle with toy MC studies}
114        \subsection{Complementary studies with photons conversions}
115       
116
117\section{Conclusion}
118
119Place your content here
120
121\end{document}
Note: See TracBrowser for help on using the repository browser.