ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CSA06DOC/csa06_main.tex
Revision: 1.5
Committed: Thu Nov 30 15:45:42 2006 UTC (18 years, 5 months ago) by giuseppe
Content type: application/x-tex
Branch: MAIN
Changes since 1.4: +4 -0 lines
Log Message:
*** empty log message ***

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