ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/TIBTIDNotes/TIBTIDIntNote/TIBTIDIntNote.tex
Revision: 1.6
Committed: Wed May 20 15:56:13 2009 UTC (15 years, 11 months ago) by carlo
Content type: application/x-tex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +3 -2 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 % Template article for preprint document class `elsart'
2 % SP 2006/04/26
3 \documentclass{cmspaper}
4
5 % Use the option doublespacing or reviewcopy to obtain double line spacing
6 % \documentclass[doublespacing]{elsart}
7
8 % if you use PostScript figures in your article
9 % use the graphics package for simple commands
10 \usepackage{epsfig}
11 \usepackage{graphicx}
12 \usepackage{picins}
13 \usepackage{subfigure}
14 \usepackage{wrapfig}
15 %\usepackage{booklet}
16
17 % or use the graphicx package for more complicated commands
18 % \usepackage{graphicx}
19 % or use the epsfig package if you prefer to use the old commands
20 % \usepackage{epsfig}
21
22 % The amssymb package provides various useful mathematical symbols
23 \usepackage{amssymb}
24
25 % The lineno packages adds line numbers. Start line numbering with
26 % \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
27 % for the whole article with \linenumbers.
28 % \usepackage{lineno}
29
30 % \linenumbers
31 \newcommand {\m} {\rm \, m}
32 \newcommand {\cm} {\rm \, cm}
33 \newcommand {\V} {\rm \, V}
34 \newcommand {\ns} {\rm \, ns}
35 \newcommand {\mrad} {\rm \, mrad}
36
37 \begin{document}
38
39 \begin{titlepage}
40 %% \conferencereport{2006/nnn}
41 \cmsnote{1799-001}
42 \date{26 January 2009}
43 % \cmsnote{44a.C.-001}
44 % \date{15 Marzo 44 a.C.}
45
46 DRAFT.0.1 26-01-2009
47
48 % Title, authors and addresses
49
50 % use the thanksref command within \title, \author or \address for footnotes;
51 % use the corauthref command within \author for corresponding author footnotes;
52 % use the ead command for the email address,
53 % and the form \ead[url] for the home page:
54 % \title{Title\thanksref{label1}}
55 % \thanks[label1]{}
56 % \author{Name\corauthref{cor1}\thanksref{label2}}
57 % \ead{email address}
58 % \ead[url]{home page}
59 % \thanks[label2]{}
60 % \corauth[cor1]{}
61 % \address{Address\thanksref{label3}}
62 % \thanks[label3]{}
63
64 \title{The CMS Tracker Inner Barrel and Disks Integration}
65
66 % use optional labels to link authors explicitly to addresses:
67 % \author[label1,label2]{}
68 % \address[label1]{}
69 % \address[label2]{}
70 \begin{Authlist}
71 List of people participating in the TIB/TID shell integration activities\Aref{a}
72 % \Instfoot{INFN-Firenze}{INFN, Firenze, Italy}
73 % C.~Civinini\Aref{a}
74 \Instfoot{INFN-Firenze}{INFN, Italy}
75 \end{Authlist}
76
77 \Anotfoot{a}{The author list will be compiled by the INFN-Consortium
78 board of institution responsible on the base of a set of people directly
79 involved in the TIB/TID integration.}
80
81 \begin{abstract}
82 % Text of abstract
83
84 The Silicon Strip Tracker (SST) of the Compact Muon Solenoid (CMS) experiment, one of the apparata
85 currently under construction for the CERN Large Hadron Collider, is made of 198~$m^2$ of
86 microstrip sensors equipping the experiment inner region.
87 The Tracker Inner Barrel (TIB) and the Inner Disks (TID) constitute one of the three subsystems of the SST and
88 cover the radial distance of 22 cm up to 50 cm. TIB and TID are made respectivelly of four coaxial cylindrical layers, covering a pseudorapidity region of $|\eta|<1$, and of three disks at each end of TIB, with silicon sensor at three different radius, reaching a pseudorapidity of $1<|\eta|<2.2$.
89 The TIB/TID is equipped of 3540 silicon strip detector modules, together with the opto-electrical
90 readout and control electronics, have been mounted on 16 hemicylinders (or shells)
91 and on 18 ring carbon fibre based mechanical
92 structures, during 18 months of integration activities.
93 This note describes the assembly and testing methods which have been developed to produce
94 and qualify TIB shells and TID rings.
95 \end{abstract}
96
97 %\begin{keyword}
98 % keywords here, in the form: keyword \sep keyword
99 %LHC \sep CMS \sep Tracker \sep Silicon \sep Microstrip
100 % PACS codes here, in the form: \PACS code \sep code
101 %\PACS 29.40.GX \sep 29.40.Wk
102 %\end{keyword}
103 \end{titlepage}
104 %{} ~~~~~~~~~~~~~~~~~~``gain''
105 % main text
106
107 \input{Introduction} % Introduction
108 \input{SiStripLayout} % The Silicon Strip Tracker Layout
109 \input{SiStripComponents} % The Silicon Strip Tracker Components
110 \input{GroundingScheme} % Grounding Scheme
111 \input{IntegrationProcedures} % Integration Procedures
112 \input{IntegrationTests} % Integration Tests
113 \input{ModBiasAndVDepl} % Modules bias and depletion voltages
114 \input{TkAssembly} % The Silicon Strip Tracker Assembly
115 \input{Conclusions} % Conclusions and Acknowledgments
116 \input{TheBiblio} % Guess what?
117
118 \end{document}
119