|
[Rivet-svn] rivet: Use new hepdata url in --show-analysisRivet Mercurial rivet at projects.hepforge.orgFri Feb 24 17:00:02 GMT 2017
details: https://rivet.hepforge.org/hg/rivet/rev/d33f88ad48ad branches: changeset: 5701:d33f88ad48ad user: Holger Schulz <holger.schulz at durham.ac.uk> date: Fri Feb 24 16:46:20 2017 +0000 description: Use new hepdata url in --show-analysis diffs (11 lines): --- a/bin/rivet Fri Feb 24 16:42:26 2017 +0000 +++ b/bin/rivet Fri Feb 24 16:46:20 2017 +0000 @@ -268,7 +268,7 @@ if ana.inspireId(): msg += "Inspire ID: " + ana.inspireId() + "\n" msg += "Inspire URL: http://inspire-hep.net/record/" + ana.inspireId() + "\n" - msg += "HepData URL: http://hepdata.cedar.ac.uk/view/ins" + ana.inspireId() + "\n" + msg += "HepData URL: http://hepdata.net/record/ins" + ana.inspireId() + "\n" elif ana.spiresId(): msg += "Spires ID: " + ana.spiresId() + "\n" msg += "Inspire URL: http://inspire-hep.net/search?p=find+key+" + ana.spiresId() + "\n"
More information about the Rivet-svn mailing list |