hepmc - Diff between revs 198 and 202

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 198 Rev 202
Line 85... Line 85...
85 {http://savannah.cern.ch/projects/hepmc/} 85 {http://savannah.cern.ch/projects/hepmc/}
86 86
87 \vspace{1cm} 87 \vspace{1cm}
88 88
89 {\Large User Manual Version 2.03} \\ 89 {\Large User Manual Version 2.03} \\
90 December 5, 2007 -  
-   90 December 14, 2007
91 91
92 \vspace{2cm} 92 \vspace{2cm}
93 93
94 {\huge Matt Dobbs} \\ 94 {\huge Matt Dobbs} \\
95 University of Victoria, Canada 95 University of Victoria, Canada
96 96
97 \vspace{.5cm} -  
-   97 \vspace{.2cm}
98 98
99 {\huge J$\o$rgen Beck Hansen} \\ -  
-   99 {\Large J$\o$rgen Beck Hansen} \\
100 CERN 100 CERN
101 101
102 \vspace{.5cm} -  
-   102 \vspace{.2cm}
103 103
104 {\huge Lynn Garren} \\ -  
-   104 {\Large Lynn Garren} \\
105 Fermi National Accelerator Laboratory 105 Fermi National Accelerator Laboratory
-   106
-   107 \vspace{.2cm}
-   108
-   109 {\Large Lars Sonnenschein} \\
-   110 CERN
106 111
107 \vspace{1cm} 112 \vspace{1cm}
108 113
109 \end{center} 114 \end{center}
110 \begin{abstract} 115 \begin{abstract}
Line 351... Line 356...
351 The event record class relationships and the particle 356 The event record class relationships and the particle
352 data class relationships are shown in Figure~\ref{UML_diagrams}. 357 data class relationships are shown in Figure~\ref{UML_diagrams}.
353 358
354 \begin{figure}[h] 359 \begin{figure}[h]
355   \begin{center} 360   \begin{center}
356     \includegraphics[width=\textwidth,clip=]{HepMC_UML.eps} -  
-   361     \includegraphics[width=\textwidth,clip=]{HepMC_basic_properties.eps}
357   \end{center} 362   \end{center}
358   \caption{\label{UML_diagrams} Class diagrams for the event record 363   \caption{\label{UML_diagrams} Class diagrams for the event record
359     classes (GenEvent, GenVertex, and GenParticle), the data table -  
360     classes (ParticleData and ParticleDataTable) and the IO strategies -  
-   364     classes (GenEvent, GenVertex, and GenParticle) and the IO strategies
361     are shown in the UML notation.} 365     are shown in the UML notation.}
362 \end{figure} 366 \end{figure}
363 367
364 Several input/output strategies are provided. The interface for these 368 Several input/output strategies are provided. The interface for these
365 strategies is defined by an abstract base class, IO\_BaseClass.  These 369 strategies is defined by an abstract base class, IO\_BaseClass.  These