|
[Rivet-svn] r4132 - trunk/docblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Feb 8 09:27:41 GMT 2013
Author: fsiegert Date: Fri Feb 8 09:27:38 2013 New Revision: 4132 Log: add conclusions, remove references from analysis listing (is contained anyway in the proper latex reference) Added: trunk/doc/conclusions.tex Modified: trunk/doc/paper.tex trunk/doc/selectedanalyses.py Added: trunk/doc/conclusions.tex ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/doc/conclusions.tex Fri Feb 8 09:27:38 2013 (r4132) @@ -0,0 +1,16 @@ +We have presented a users' guide for the Rivet event-generator validation +system. This manual is intended to be a +guide to using Rivet, rather than a comprehensive +reference to the application programming interface (API) of the Rivet +library. Rivet is a C++ class library, which provides the infrastructure and +calculational tools for simulation-level analyses for high energy collider +experiments, enabling physicists to +validate event generator models and tunings with minimal effort and maximum +portability. It is designed to scale effectively to large numbers of analyses +for truly global validation, by transparent use of an automated result caching +system. + +In addition to an introduction to the philosophy behind the framework, we +have given examples on how to implement the user's own analysis module. +A selected list of available analyses has been given as an example of the +flexibility of the full framework. Modified: trunk/doc/paper.tex ============================================================================== --- trunk/doc/paper.tex Thu Feb 7 22:17:45 2013 (r4131) +++ trunk/doc/paper.tex Fri Feb 8 09:27:38 2013 (r4132) @@ -131,6 +131,10 @@ \label{part:writinganalyses} \input{writinganalyses} +\section{Conclusions} +\label{sec:conclusions} +\input{conclusions} + \cleardoublepage \part{Appendices} Modified: trunk/doc/selectedanalyses.py ============================================================================== --- trunk/doc/selectedanalyses.py Thu Feb 7 22:17:45 2013 (r4131) +++ trunk/doc/selectedanalyses.py Fri Feb 8 09:27:38 2013 (r4132) @@ -150,7 +150,7 @@ page += "\\textsc{No authors listed}\\\\ \n" - if ana.references(): + if False and ana.references(): page += "\\textsc{References:}\n \\penalty 100\n" page += "\\begin{itemize}\n" for r in ana.references(): @@ -165,8 +165,6 @@ else: page += " \\item %s\n" % r page += "\\end{itemize}\n" - else: - page += "\\textsc{No references listed}\\\\ \n" if ana.runInfo():
More information about the Rivet-svn mailing list |