ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CSA06DOC/csa06_main.tex
Revision: 1.2
Committed: Fri Nov 17 18:09:28 2006 UTC (18 years, 5 months ago) by fisk
Content type: application/x-tex
Branch: MAIN
Changes since 1.1: +3 -0 lines
Log Message:
Added table of contents

File Contents

# User Rev Content
1 fisk 1.1 \documentclass{cmspaper}
2     \begin{document}
3    
4     %==============================================================================
5     % title page for few authors
6    
7     \begin{titlepage}
8    
9     % select one of the following and type in the proper number:
10     \cmsnote{2006/000}
11     % \internalnote{2005/000}
12     % \conferencereport{2005/000}
13     \date{November 20, 2006}
14    
15     \title{CSA06 Summary Report}
16    
17     \begin{Authlist}
18     % A.~Author, B.~Author, C.~Author\Aref{a}
19     % \Instfoot{cern}{CERN, Geneva, Switzerland}
20     % D.~Author, E.~Author\Aref{b}, F.~Author
21     % \Instfoot{ieph}{Institute of Experimental Physics, Hepcity, Wonderland}
22     \end{Authlist}
23    
24     % if needed, use the following:
25     %\collaboration{Flying Saucers Investigation Group}
26     %\collaboration{CMS collaboration}
27    
28     % \Anotfoot{a}{On leave from prison}
29     % \Anotfoot{b}{Now at the Moon}
30    
31     \begin{abstract}
32     This is the summary document for the CMS Computing Software and Analysis Challenge.
33     \end{abstract}
34    
35     % if needed, use the following:
36     %\conference{Presented at {\it Physics Rumours}, Coconut Island, April 1, 2005}
37     %\submitted{Submitted to {\it Physics Rumours}}
38     %\note{Preliminary version}
39    
40     \end{titlepage}
41    
42 fisk 1.2 \tableofcontents
43     \newpage
44    
45 fisk 1.1 \setcounter{page}{2}%JPP
46    
47     %==============================================================================
48     % title page for many authors
49     %
50     %\begin{titlepage}
51     % \internalnote{2005/000}
52     % \title{CMS Technical Note Template}
53     %
54     % \begin{Authlist}
55     % A.~Author\Iref{cern}, B.~Author\Iref{cern}, C.~Author\IAref{cern}{a},
56     % D.~Author\IIref{cern}{ieph}, E.~Author\IIAref{cern}{ieph}{b},
57     % F.~Author\Iref{ieph}
58     % \end{Authlist}
59     %
60     % \Instfoot{cern}{CERN, Geneva, Switzerland}
61     % \Instfoot{ieph}{Institute of Experimental Physics, Hepcity, Wonderland}
62     % \Anotfoot{a}{On leave from prison}
63     % \Anotfoot{b}{Now at the Moon}
64     %
65     % \begin{abstract}
66     % This is a template of a CMS paper, written in LaTeX,
67     % processed with {\it cmspaper.sty} style.
68     % It is based on the {\it cernart.sty} and {\it articlet.sty} styles.
69     % There are two versions of the title page.
70     % The current one is designed for many authors.
71     % The one on the previous page is for few authors.
72     % Just delete the one which you do not need.
73     % \end{abstract}
74     %
75     %\end{titlepage}
76     %
77     %==============================================================================
78     \input{intro.tex}
79    
80     \input{exec_summary.tex}
81    
82     \input{organization.tex}
83    
84     \input{sc4.tex}
85    
86     \input{offlinesw.tex}
87    
88     \input{prodgridtools.tex}
89    
90     \input{datamanagement.tex}
91    
92     \input{resources.tex}
93    
94     \input{preprod.tex}
95    
96     \input{offlinedb.tex}
97    
98     \input{tier0ops.tex}
99    
100     \input{tier12ops.tex}
101    
102     \input{analysisdemo.tex}
103    
104     \input{lessons.tex}
105    
106     \input{bib.tex}
107    
108     \end{document}