ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/TIBTIDNotes/TIBTIDIntNote/TIBTIDIntNote.tex
Revision: 1.1
Committed: Tue Jan 20 11:13:35 2009 UTC (16 years, 3 months ago) by sguazz
Content type: application/x-tex
Branch: MAIN
Log Message:
First commit of TIB TID Integration Note

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     \date{18 Brumaio 1799}
37     % \cmsnote{44a.C.-001}
38     % \date{15 Marzo 44 a.C.}
39    
40     % Title, authors and addresses
41    
42     % use the thanksref command within \title, \author or \address for footnotes;
43     % use the corauthref command within \author for corresponding author footnotes;
44     % use the ead command for the email address,
45     % and the form \ead[url] for the home page:
46     % \title{Title\thanksref{label1}}
47     % \thanks[label1]{}
48     % \author{Name\corauthref{cor1}\thanksref{label2}}
49     % \ead{email address}
50     % \ead[url]{home page}
51     % \thanks[label2]{}
52     % \corauth[cor1]{}
53     % \address{Address\thanksref{label3}}
54     % \thanks[label3]{}
55    
56     \title{The CMS Tracker Inner Barrel Integration}
57    
58     % use optional labels to link authors explicitly to addresses:
59     % \author[label1,label2]{}
60     % \address[label1]{}
61     % \address[label2]{}
62     \begin{Authlist}
63     List of people participating in the TIB shell integration activities\Aref{a}
64     % \Instfoot{INFN-Firenze}{INFN, Firenze, Italy}
65     % C.~Civinini\Aref{a}
66     \Instfoot{INFN-Firenze}{INFN, Italy}
67     \end{Authlist}
68    
69     \Anotfoot{a}{The author list will be compiled by the INFN-Consortium
70     board of institution responsible on the base of a set of people directly
71     involved in the TIB integration.}
72    
73     \begin{abstract}
74     % Text of abstract
75    
76     The Silicon Strip Tracker (SST) of the Compact Muon Solenoid (CMS) experiment, one of the apparata
77     currently under construction for the CERN Large Hadron Collider, is made of 198~$m^2$ of
78     microstrip sensors equipping the experiment inner region.
79     The Tracker Inner Barrel (TIB) is one of the four constituents of the SST.
80     It is made of four coaxial cylindrical layers
81     which surround the interaction points from a radial distance of 22 cm up to 50 cm,
82     covering a pseudorapidity region of $|\eta|<1$.\\
83     The 2724 silicon strip detector modules which equip the TIB, together with the opto-electrical
84     readout and control electronics, have been mounted on 16 carbon fibre based mechanical
85     structures (four "half shells" per layer") during 18 months of integration activities.
86     This note will describe the assembly and testing methods which have been developed to produce
87     and qualify the TIB half shells.
88     \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