ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CSA06DOC/csa06_main.tex
Revision: 1.10
Committed: Mon Jan 22 08:35:38 2007 UTC (18 years, 3 months ago) by acosta
Content type: application/x-tex
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
edits from DA

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.9 \date{November 18, 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.8 This is the summary document on the CMS Computing Software and
35     Analysis Challenge of 2006.
36 fisk 1.1 \end{abstract}
37    
38     % if needed, use the following:
39     %\conference{Presented at {\it Physics Rumours}, Coconut Island, April 1, 2005}
40     %\submitted{Submitted to {\it Physics Rumours}}
41     %\note{Preliminary version}
42    
43     \end{titlepage}
44    
45 fisk 1.2 \tableofcontents
46     \newpage
47    
48 fisk 1.1 \setcounter{page}{2}%JPP
49    
50     %==============================================================================
51     % title page for many authors
52     %
53     %\begin{titlepage}
54     % \internalnote{2005/000}
55     % \title{CMS Technical Note Template}
56     %
57     % \begin{Authlist}
58     % A.~Author\Iref{cern}, B.~Author\Iref{cern}, C.~Author\IAref{cern}{a},
59     % D.~Author\IIref{cern}{ieph}, E.~Author\IIAref{cern}{ieph}{b},
60     % F.~Author\Iref{ieph}
61     % \end{Authlist}
62     %
63     % \Instfoot{cern}{CERN, Geneva, Switzerland}
64     % \Instfoot{ieph}{Institute of Experimental Physics, Hepcity, Wonderland}
65     % \Anotfoot{a}{On leave from prison}
66     % \Anotfoot{b}{Now at the Moon}
67     %
68     % \begin{abstract}
69     % This is a template of a CMS paper, written in LaTeX,
70     % processed with {\it cmspaper.sty} style.
71     % It is based on the {\it cernart.sty} and {\it articlet.sty} styles.
72     % There are two versions of the title page.
73     % The current one is designed for many authors.
74     % The one on the previous page is for few authors.
75     % Just delete the one which you do not need.
76     % \end{abstract}
77     %
78     %\end{titlepage}
79     %
80     %==============================================================================
81     \input{intro.tex}
82    
83     \input{exec_summary.tex}
84    
85     \input{organization.tex}
86    
87 acosta 1.7 %\input{sc4.tex}
88 fisk 1.1
89     \input{offlinesw.tex}
90    
91 acosta 1.8 % nothing so far
92 acosta 1.10 \input{prodgridtools.tex}
93 fisk 1.1
94     \input{datamanagement.tex}
95    
96     \input{resources.tex}
97    
98     \input{preprod.tex}
99    
100     \input{offlinedb.tex}
101    
102     \input{tier0ops.tex}
103    
104     \input{tier12ops.tex}
105    
106     \input{analysisdemo.tex}
107    
108     \input{lessons.tex}
109    
110     \input{bib.tex}
111    
112     \end{document}