ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/TIBTIDNotes/TIBTIDIntNote/TIBTIDIntNote.tex
Revision: 1.3
Committed: Mon Jan 26 12:18:48 2009 UTC (16 years, 3 months ago) by lino
Content type: application/x-tex
Branch: MAIN
Changes since 1.2: +3 -1 lines
Log Message:
Version TIB-TID draft0.1 26-01-2009

File Contents

# User Rev Content
1 sguazz 1.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     \begin{document}
32    
33     \begin{titlepage}
34     %% \conferencereport{2006/nnn}
35     \cmsnote{1799-001}
36 lino 1.3 \date{26 January 2009}
37 sguazz 1.1 % \cmsnote{44a.C.-001}
38     % \date{15 Marzo 44 a.C.}
39    
40 lino 1.3 DRAFT.0.1 26-01-2009
41    
42 sguazz 1.1 % Title, authors and addresses
43    
44     % use the thanksref command within \title, \author or \address for footnotes;
45     % use the corauthref command within \author for corresponding author footnotes;
46     % use the ead command for the email address,
47     % and the form \ead[url] for the home page:
48     % \title{Title\thanksref{label1}}
49     % \thanks[label1]{}
50     % \author{Name\corauthref{cor1}\thanksref{label2}}
51     % \ead{email address}
52     % \ead[url]{home page}
53     % \thanks[label2]{}
54     % \corauth[cor1]{}
55     % \address{Address\thanksref{label3}}
56     % \thanks[label3]{}
57    
58 lino 1.2 \title{The CMS Tracker Inner Barrel and Disks (TIB/TID) Integration}
59 sguazz 1.1
60     % use optional labels to link authors explicitly to addresses:
61     % \author[label1,label2]{}
62     % \address[label1]{}
63     % \address[label2]{}
64     \begin{Authlist}
65 lino 1.2 List of people participating in the TIB/TID shell integration activities\Aref{a}
66 sguazz 1.1 % \Instfoot{INFN-Firenze}{INFN, Firenze, Italy}
67     % C.~Civinini\Aref{a}
68     \Instfoot{INFN-Firenze}{INFN, Italy}
69     \end{Authlist}
70    
71     \Anotfoot{a}{The author list will be compiled by the INFN-Consortium
72     board of institution responsible on the base of a set of people directly
73 lino 1.2 involved in the TIB/TID integration.}
74 sguazz 1.1
75     \begin{abstract}
76     % Text of abstract
77    
78     The Silicon Strip Tracker (SST) of the Compact Muon Solenoid (CMS) experiment, one of the apparata
79     currently under construction for the CERN Large Hadron Collider, is made of 198~$m^2$ of
80     microstrip sensors equipping the experiment inner region.
81 lino 1.2 The Tracker Inner Barrel (TIB) and the Inner Disks (TID) constitute one of the three subsystems of the SST and
82     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$.
83     The TIB/TID is equipped of 3540 silicon strip detector modules, together with the opto-electrical
84     readout and control electronics, have been mounted on 16 hemicylinders and on 18 ring carbon fibre based mechanical
85     structures, during 18 months of integration activities.
86     This note describes the assembly and testing methods which have been developed to produce
87     and qualify TIB half shells and TID rings.
88 sguazz 1.1 \end{abstract}
89    
90     %\begin{keyword}
91     % keywords here, in the form: keyword \sep keyword
92     %LHC \sep CMS \sep Tracker \sep Silicon \sep Microstrip
93     % PACS codes here, in the form: \PACS code \sep code
94     %\PACS 29.40.GX \sep 29.40.Wk
95     %\end{keyword}
96     \end{titlepage}
97     %{} ~~~~~~~~~~~~~~~~~~``gain''
98     % main text
99    
100     \input{Introduction} % Introduction
101     \input{SiStripLayout} % The Silicon Strip Tracker Layout
102     \input{SiStripComponents} % The Silicon Strip Tracker Components
103     \input{GroundingScheme} % Grounding Scheme
104     \input{IntegrationProcedures} % Integration Procedures
105     \input{IntegrationTests} % Integration Tests
106     \input{ModBiasAndVDepl} % Modules bias and depletion voltages
107     \input{TkAssembly} % The Silicon Strip Tracker Assembly
108     \input{Conclusions} % Conclusions and Acknowledgments
109     \input{TheBiblio} % Guess what?
110    
111     \end{document}
112