[Rivet-svn] rivet: 3 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Sat Jun 17 13:00:02 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/762b2516e310
branches:  
changeset: 5827:762b2516e310
user:      Andy Buckley <andy at insectnation.org>
date:      Sat Jun 17 11:32:40 2017 +0100
description:
Move broken analyses out of the way for now

details:   https://rivet.hepforge.org/hg/rivet/rev/46595169b5f4
branches:  
changeset: 5828:46595169b5f4
user:      Andy Buckley <andy at insectnation.org>
date:      Sat Jun 17 12:46:05 2017 +0100
description:
Make sure temp files are cleaned up even on unclean exit, via trap

details:   https://rivet.hepforge.org/hg/rivet/rev/18753f7b7635
branches:  release-2-5-x
changeset: 5829:18753f7b7635
user:      Holger Schulz <holger.schulz at durham.ac.uk>
date:      Sat Jun 17 12:57:11 2017 +0100
description:
Add ATLAS 13 TeV Drell-Yan ATLAS_2017_I1514251 which superseeds the now marked obsolete ATLAS_2015_CONF_2015_041

diffs (truncated from 6303 to 50 lines):

--- a/ChangeLog	Sat Jun 17 11:23:56 2017 +0100
+++ b/ChangeLog	Sat Jun 17 12:57:11 2017 +0100
@@ -1,3 +1,10 @@
+2016-06-17  Holger Schulz  <holger.schulz at durham.ac.uk>
+
+	* Fix 8 TeV DY (ATLAS_2016_I1467454), EL/MU bits were bissing.
+
+	* Add 13 TeV DY (ATLAS_2017_I1514251) and mark
+	ATLAS_2015_CONF_2015_041 obsolete
+
 2017-06-09  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Slight improvements to Particle constructors.
@@ -120,14 +127,6 @@
 
 	* Improve DISLepton for HERA analyses: thanks to Andrii Verbytskyi for the patch!
 
-2017-05-02  Andy Buckley  <andy.buckley at cern.ch>
-
-	* Add binding to a pre-loaded analysis object if possible in Analysis::bookHisto1D() methods.
-
-	* Add AnalysisHandler::addData and readData methods for histo preloading.
-
-	* Extend and improve string functions for path handling.
-
 2017-03-30  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Replace non-template Analysis::refData functions with C++11 default T=Scatter2D.
@@ -205,10 +204,6 @@
 
        * Add HasBTag and HasCTag jet functors, with lower-case aliases.
 
-2017-01-21  Andy Buckley  <andy.buckley at cern.ch>
-
-	* Removing lots of long-deprecated functions & methods.
-
 2017-01-18  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Use std::function in functor-expanded method signatures on JetAlg.
--- a/bin/rivet	Sat Jun 17 11:23:56 2017 +0100
+++ b/bin/rivet	Sat Jun 17 12:57:11 2017 +0100
@@ -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.net/record/ins" + ana.inspireId() + "\n"
+            msg += "HepData URL: http://hepdata.cedar.ac.uk/view/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