ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CSA06DOC/csa06_main.tex
Revision: 1.14
Committed: Thu Mar 8 18:18:07 2007 UTC (18 years, 1 month ago) by acosta
Content type: application/x-tex
Branch: MAIN
Changes since 1.13: +33 -3 lines
Log Message:
final version for LHCC

File Contents

# User Rev Content
1 malgeri 1.4 \documentclass{cmspaper_pdf}
2 fisk 1.3 \usepackage[pdftex]{graphicx}
3 fisk 1.1 \begin{document}
4    
5     %==============================================================================
6     % title page for few authors
7    
8     \begin{titlepage}
9    
10     % select one of the following and type in the proper number:
11 acosta 1.14 % \cmsnote{2007/xxx}
12     %{\hfill\Large\bf }\\
13     %{\hfill\Large\bf
14     %CERN/LHCC 2007-010}\\
15     %{\hfill\Large\bf LHCC-G-128}\\
16     %\begin{center}\includegraphics{figs/cms_note}\end{center}\vspace*{0mm}
17 fisk 1.1 % \internalnote{2005/000}
18     % \conferencereport{2005/000}
19    
20 acosta 1.14 %\includegraphics[width=0.15\textwidth]{figs/cmslogo}
21    
22    
23     %\vspace*{-25mm}
24    
25    
26     %{\large\sffamily
27     %\hspace*{\fill}\parbox{55mm}%
28     %{%
29     %{\sffamily\bfseries {\hfill CERN/LHCC 2007-010}} \\[2mm]
30     %{\sffamily\bfseries {\hfill\vspace{8mm} LHCC-G-128}} \\[2mm]
31     %{\sffamily\bfseries {\hfill\vspace{8mm} 7 March 2007}} \\[2mm]
32    
33     %}
34     %}
35    
36    
37     {{Available on CMS information server
38     {\hfill\Large\bf CMS NOTE 2007/006} \\
39     {\tiny .}{\Large\bf\hfill CERN/LHCC 2007-010} \\
40     {\tiny .}{\Large\bf\hfill LHCC-G-128}}
41     \begin{center}\includegraphics{figs/cms_note}\end{center}\vspace*{0mm}}
42    
43     \date{7 March 2007}
44    
45     \title{CMS Computing, Software and Analysis Challenge in 2006
46     (CSA06) Summary }
47 fisk 1.1
48     \begin{Authlist}
49 acosta 1.9 The CMS Collaboration
50 fisk 1.1 % A.~Author, B.~Author, C.~Author\Aref{a}
51     % \Instfoot{cern}{CERN, Geneva, Switzerland}
52     % D.~Author, E.~Author\Aref{b}, F.~Author
53     % \Instfoot{ieph}{Institute of Experimental Physics, Hepcity, Wonderland}
54     \end{Authlist}
55    
56     % if needed, use the following:
57     %\collaboration{Flying Saucers Investigation Group}
58     %\collaboration{CMS collaboration}
59    
60     % \Anotfoot{a}{On leave from prison}
61     % \Anotfoot{b}{Now at the Moon}
62    
63     \begin{abstract}
64 acosta 1.11 This is the summary document on the CMS Computing, Software and
65     Analysis Challenge of 2006. An overview of the software tools and
66     the computing architecture deployed for the challenge is given,
67     followed by summaries of the operational experience at the Tier-0,
68     Tier-1, and Tier-2 centres. A summary of the analyses based on the
69     produced data samples is given followed by detailed reports on
70     specific analyses. A list of various lessons learned during the
71     challenge completes the document.
72 fisk 1.1 \end{abstract}
73    
74     % if needed, use the following:
75     %\conference{Presented at {\it Physics Rumours}, Coconut Island, April 1, 2005}
76     %\submitted{Submitted to {\it Physics Rumours}}
77     %\note{Preliminary version}
78    
79     \end{titlepage}
80    
81 fisk 1.2 \tableofcontents
82     \newpage
83    
84 fisk 1.1 \setcounter{page}{2}%JPP
85    
86     %==============================================================================
87     % title page for many authors
88     %
89     %\begin{titlepage}
90     % \internalnote{2005/000}
91     % \title{CMS Technical Note Template}
92     %
93     % \begin{Authlist}
94     % A.~Author\Iref{cern}, B.~Author\Iref{cern}, C.~Author\IAref{cern}{a},
95     % D.~Author\IIref{cern}{ieph}, E.~Author\IIAref{cern}{ieph}{b},
96     % F.~Author\Iref{ieph}
97     % \end{Authlist}
98     %
99     % \Instfoot{cern}{CERN, Geneva, Switzerland}
100     % \Instfoot{ieph}{Institute of Experimental Physics, Hepcity, Wonderland}
101     % \Anotfoot{a}{On leave from prison}
102     % \Anotfoot{b}{Now at the Moon}
103     %
104     % \begin{abstract}
105     % This is a template of a CMS paper, written in LaTeX,
106     % processed with {\it cmspaper.sty} style.
107     % It is based on the {\it cernart.sty} and {\it articlet.sty} styles.
108     % There are two versions of the title page.
109     % The current one is designed for many authors.
110     % The one on the previous page is for few authors.
111     % Just delete the one which you do not need.
112     % \end{abstract}
113     %
114     %\end{titlepage}
115     %
116     %==============================================================================
117     \input{intro.tex}
118    
119     \input{exec_summary.tex}
120    
121     \input{organization.tex}
122    
123 acosta 1.7 %\input{sc4.tex}
124 fisk 1.1
125     \input{offlinesw.tex}
126    
127 acosta 1.8 % nothing so far
128 acosta 1.10 \input{prodgridtools.tex}
129 fisk 1.1
130     \input{datamanagement.tex}
131    
132     \input{resources.tex}
133    
134     \input{preprod.tex}
135    
136     \input{offlinedb.tex}
137    
138     \input{tier0ops.tex}
139    
140     \input{tier12ops.tex}
141    
142     \input{analysisdemo.tex}
143    
144     \input{lessons.tex}
145    
146     \input{bib.tex}
147    
148     \end{document}