[Rivet] [Rivet-svn] r2999 - in trunk: bin doc include/Rivet

Frank Siegert frank.siegert at cern.ch
Wed Mar 2 08:08:04 GMT 2011


> Author: buckley
> Date: Tue Mar  1 22:51:21 2011
> New Revision: 2999
>
> Log:
> Improve silly Analysis ->  AnalysisInfo code from last night, and tweak the terminal and LaTeX metadata output
>
> Modified:
>     trunk/bin/rivet
>     trunk/doc/mk-analysis-latex
>     trunk/include/Rivet/Analysis.hh
>
> Modified: trunk/bin/rivet
> ==============================================================================
> --- trunk/bin/rivet	Tue Mar  1 22:23:15 2011	(r2998)
> +++ trunk/bin/rivet	Tue Mar  1 22:51:21 2011	(r2999)
> @@ -278,7 +278,7 @@
>           print "Spires ID: %s" % ana.spiresId()
>           print "Spires URL:  http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=key+%s" % ana.spiresId()
>           print "HepData URL: http://hepdata.cedar.ac.uk/view/irn%s" % ana.spiresId()
> -        print "Experiment: %s" % ana.experiment(), ana.collider()
> +        print "Experiment: %s" % ana.experiment(), "(%s)" % ana.collider() if ana.collider() else ""

Wasn't this one of the constructs that didn't work with Python 2.4(?) 
yet? Looking at Hudson this also seems to be confirmed (why did we not 
get a mail, is it only the committer that gets it?). Fixed on trunk now.

So if that's in the a2 tarball that you uploaded for Anton, then it 
should probably be replaced.

Cheers,
Frank


More information about the Rivet mailing list