ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CSA06DOC/csa06_main.tex
Revision: 1.13
Committed: Sat Mar 3 11:22:44 2007 UTC (18 years, 1 month ago) by acosta
Content type: application/x-tex
Branch: MAIN
Changes since 1.12: +1 -1 lines
Log Message:
minor edits

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.9 \cmsnote{2007/000}
12 fisk 1.1 % \internalnote{2005/000}
13     % \conferencereport{2005/000}
14 acosta 1.13 \date{March 3, 2007}
15 fisk 1.1
16     \title{CSA06 Summary Report}
17    
18     \begin{Authlist}
19 acosta 1.9 The CMS Collaboration
20 fisk 1.1 % A.~Author, B.~Author, C.~Author\Aref{a}
21     % \Instfoot{cern}{CERN, Geneva, Switzerland}
22     % D.~Author, E.~Author\Aref{b}, F.~Author
23     % \Instfoot{ieph}{Institute of Experimental Physics, Hepcity, Wonderland}
24     \end{Authlist}
25    
26     % if needed, use the following:
27     %\collaboration{Flying Saucers Investigation Group}
28     %\collaboration{CMS collaboration}
29    
30     % \Anotfoot{a}{On leave from prison}
31     % \Anotfoot{b}{Now at the Moon}
32    
33     \begin{abstract}
34 acosta 1.11 This is the summary document on the CMS Computing, Software and
35     Analysis Challenge of 2006. An overview of the software tools and
36     the computing architecture deployed for the challenge is given,
37     followed by summaries of the operational experience at the Tier-0,
38     Tier-1, and Tier-2 centres. A summary of the analyses based on the
39     produced data samples is given followed by detailed reports on
40     specific analyses. A list of various lessons learned during the
41     challenge completes the document.
42 fisk 1.1 \end{abstract}
43    
44     % if needed, use the following:
45     %\conference{Presented at {\it Physics Rumours}, Coconut Island, April 1, 2005}
46     %\submitted{Submitted to {\it Physics Rumours}}
47     %\note{Preliminary version}
48    
49     \end{titlepage}
50    
51 fisk 1.2 \tableofcontents
52     \newpage
53    
54 fisk 1.1 \setcounter{page}{2}%JPP
55    
56     %==============================================================================
57     % title page for many authors
58     %
59     %\begin{titlepage}
60     % \internalnote{2005/000}
61     % \title{CMS Technical Note Template}
62     %
63     % \begin{Authlist}
64     % A.~Author\Iref{cern}, B.~Author\Iref{cern}, C.~Author\IAref{cern}{a},
65     % D.~Author\IIref{cern}{ieph}, E.~Author\IIAref{cern}{ieph}{b},
66     % F.~Author\Iref{ieph}
67     % \end{Authlist}
68     %
69     % \Instfoot{cern}{CERN, Geneva, Switzerland}
70     % \Instfoot{ieph}{Institute of Experimental Physics, Hepcity, Wonderland}
71     % \Anotfoot{a}{On leave from prison}
72     % \Anotfoot{b}{Now at the Moon}
73     %
74     % \begin{abstract}
75     % This is a template of a CMS paper, written in LaTeX,
76     % processed with {\it cmspaper.sty} style.
77     % It is based on the {\it cernart.sty} and {\it articlet.sty} styles.
78     % There are two versions of the title page.
79     % The current one is designed for many authors.
80     % The one on the previous page is for few authors.
81     % Just delete the one which you do not need.
82     % \end{abstract}
83     %
84     %\end{titlepage}
85     %
86     %==============================================================================
87     \input{intro.tex}
88    
89     \input{exec_summary.tex}
90    
91     \input{organization.tex}
92    
93 acosta 1.7 %\input{sc4.tex}
94 fisk 1.1
95     \input{offlinesw.tex}
96    
97 acosta 1.8 % nothing so far
98 acosta 1.10 \input{prodgridtools.tex}
99 fisk 1.1
100     \input{datamanagement.tex}
101    
102     \input{resources.tex}
103    
104     \input{preprod.tex}
105    
106     \input{offlinedb.tex}
107    
108     \input{tier0ops.tex}
109    
110     \input{tier12ops.tex}
111    
112     \input{analysisdemo.tex}
113    
114     \input{lessons.tex}
115    
116     \input{bib.tex}
117    
118     \end{document}