[Rivet-svn] rivet: 3 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Mon Jun 5 21:00:02 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/a7a086a2f95b
branches:  release-2-5-x
changeset: 5800:a7a086a2f95b
user:      Andy Buckley <andy at insectnation.org>
date:      Mon Jun 05 20:53:11 2017 +0100
description:
Add convenience constructors for ChargedLeptons projection.

details:   https://rivet.hepforge.org/hg/rivet/rev/486ec8798cff
branches:  release-2-5-x
changeset: 5801:486ec8798cff
user:      Andy Buckley <andy at insectnation.org>
date:      Mon Jun 05 20:54:12 2017 +0100
description:
Add CMS_2017_I1518399: leading jet mass for boosted top quarks at 8 TeV

details:   https://rivet.hepforge.org/hg/rivet/rev/1bde40aa01ca
branches:  release-2-5-x
changeset: 5802:1bde40aa01ca
user:      Andy Buckley <andy at insectnation.org>
date:      Mon Jun 05 20:54:27 2017 +0100
description:
Oops

diffs (truncated from 74 to 50 lines):

--- a/ChangeLog	Sat Jun 03 14:34:15 2017 +0100
+++ b/ChangeLog	Mon Jun 05 20:54:27 2017 +0100
@@ -1,3 +1,9 @@
+2017-06-05  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add CMS_2017_I1518399: leading jet mass for boosted top quarks at 8 TeV.
+
+	* Add convenience constructors for ChargedLeptons projection.
+
 2017-06-03  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Add FinalState and Cut (optional) constructor arguments and
--- a/data/anainfo/Makefile.am	Sat Jun 03 14:34:15 2017 +0100
+++ b/data/anainfo/Makefile.am	Mon Jun 05 20:54:27 2017 +0100
@@ -295,6 +295,7 @@
   CMS_2016_I1473674.info \
   CMS_2016_I1486238.info \
   CMS_2017_I1511284.info \
+  CMS_2017_I1518399.info \
   CMS_2017_I1519995.info \
   CMSTOTEM_2014_I1294140.info \
   CMS_2010_PAS_QCD_10_024.info \
--- a/data/plotinfo/Makefile.am	Sat Jun 03 14:34:15 2017 +0100
+++ b/data/plotinfo/Makefile.am	Mon Jun 05 20:54:27 2017 +0100
@@ -283,6 +283,7 @@
   CMS_2016_I1473674.plot \
   CMS_2016_I1486238.plot \
   CMS_2017_I1511284.plot \
+  CMS_2017_I1518399.plot \
   CMS_2017_I1519995.plot \
   CMS_2010_PAS_QCD_10_024.plot \
   CMS_2012_PAS_QCD_11_010.plot \
--- a/data/refdata/Makefile.am	Sat Jun 03 14:34:15 2017 +0100
+++ b/data/refdata/Makefile.am	Mon Jun 05 20:54:27 2017 +0100
@@ -230,6 +230,7 @@
   CMS_2016_I1473674.yoda \
   CMS_2016_I1486238.yoda \
   CMS_2017_I1511284.yoda \
+  CMS_2017_I1518399.yoda \
   CMS_2017_I1519995.yoda \
   CMS_2010_PAS_QCD_10_024.yoda \
   CMS_2012_PAS_QCD_11_010.yoda \
--- a/include/Rivet/Projections/ChargedLeptons.hh	Sat Jun 03 14:34:15 2017 +0100
+++ b/include/Rivet/Projections/ChargedLeptons.hh	Mon Jun 05 20:54:27 2017 +0100
@@ -17,12 +17,17 @@
   public:
 
     /// Constructor
-    ChargedLeptons(const FinalState& fsp)
-    {


More information about the Rivet-svn mailing list