[Rivet-svn] rivet: Fix factor of 2 in LHCB_2013_I1218996 normalisation, than...

Rivet Mercurial rivet at projects.hepforge.org
Wed Sep 9 21:30:02 BST 2015


details:   https://rivet.hepforge.org/hg/rivet/rev/7ecac4b3e93a
branches:  release-2-3-x
changeset: 4847:7ecac4b3e93a
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Sep 09 21:28:21 2015 +0100
description:
Fix factor of 2 in LHCB_2013_I1218996 normalisation, thanks to Felix Riehn for the report.

diffs (truncated from 217 to 50 lines):

--- a/ChangeLog	Tue Sep 08 00:37:53 2015 +0100
+++ b/ChangeLog	Wed Sep 09 21:28:21 2015 +0100
@@ -1,6 +1,13 @@
+2015-09-09  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Fix factor of 2 in LHCB_2013_I1218996 normalisation, thanks to
+	Felix Riehn for the report.
+
 2015-08-20  Frank Siegert  <frank.siegert at cern.ch>
 
-	* Add function to ZFinder to retrieve all fiducial dressed leptons, e.g. to allow vetoing on a third one (proposed by Christian Gutschow).
+	* Add function to ZFinder to retrieve all fiducial dressed
+	leptons, e.g. to allow vetoing on a third one (proposed by
+	Christian Gutschow).
 
 2015-07-24  Chris Pollard  <cpollard at cern.ch>
 
@@ -8,7 +15,9 @@
 
 2015-07-14  Frank Siegert  <frank.siegert at cern.ch>
 
-	* Hide copy constructor and operator= of FinalState to avoid accidental slicing of derived projections when one of these is used by a user.
+	* Hide copy constructor and operator= of FinalState to avoid
+	accidental slicing of derived projections when one of these is
+	used by a user.
 
 2015-07-08  David Grellscheid  <david.grellscheid at durham.ac.uk>
 
--- a/src/Analyses/ATLAS_2014_I1307243.cc	Tue Sep 08 00:37:53 2015 +0100
+++ b/src/Analyses/ATLAS_2014_I1307243.cc	Wed Sep 09 21:28:21 2015 +0100
@@ -3,12 +3,10 @@
 #include "Rivet/Tools/Logging.hh"
 #include "Rivet/Projections/FastJets.hh"
 #include "Rivet/Tools/BinnedHistogram.hh"
-// // STL
-// #include <algorithm>
-// #include <map>
 
 namespace Rivet {
 
+
   /// @brief ATLAS azimuthal decorrelation with jet veto analysis
   /// @author James Robinson <james.robinson at cern.ch>
   class ATLAS_2014_I1307243 : public Analysis {
@@ -28,8 +26,10 @@
       _gapCategories += "inclusive", "gap";
     }
 
+
     /// Book histograms and initialise projections before the run


More information about the Rivet-svn mailing list