[Rivet-svn] r2284 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Mar 1 18:15:24 GMT 2010


Author: buckley
Date: Mon Mar  1 18:15:23 2010
New Revision: 2284

Log:
Add/fix HepData URL in analysis metadata printout

Modified:
   trunk/bin/rivet

Modified: trunk/bin/rivet
==============================================================================
--- trunk/bin/rivet	Mon Mar  1 18:14:04 2010	(r2283)
+++ trunk/bin/rivet	Mon Mar  1 18:15:23 2010	(r2284)
@@ -290,7 +290,7 @@
         print ""
         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/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 "Year of publication: %s" % ana.year()
         print "Authors:"


More information about the Rivet-svn mailing list