[Rivet-svn] r3524 - in trunk: . src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Dec 12 11:21:46 GMT 2011


Author: fsiegert
Date: Mon Dec 12 11:21:46 2011
New Revision: 3524

Log:
Fix for factor of 2.0 in normalisation of CMS_2011_S9086218

Modified:
   trunk/ChangeLog
   trunk/src/Analyses/CMS_2011_S9086218.cc

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Mon Dec 12 11:20:33 2011	(r3523)
+++ trunk/ChangeLog	Mon Dec 12 11:21:46 2011	(r3524)
@@ -1,5 +1,7 @@
 2011-12-12  Frank Siegert  <frank.siegert at cern.ch>
 
+	* Fix for factor of 2.0 in normalisation of CMS_2011_S9086218
+	
 	* Add --ignore-missing option to rivet-mkhtml to ignore non-existing
 	AIDA files.
 

Modified: trunk/src/Analyses/CMS_2011_S9086218.cc
==============================================================================
--- trunk/src/Analyses/CMS_2011_S9086218.cc	Mon Dec 12 11:20:33 2011	(r3523)
+++ trunk/src/Analyses/CMS_2011_S9086218.cc	Mon Dec 12 11:21:46 2011	(r3524)
@@ -45,7 +45,7 @@
 
     // Finalize
     void finalize() {
-      _hist_sigma.scale(crossSection()/sumOfWeights()/0.5/2.0, this);
+      _hist_sigma.scale(crossSection()/sumOfWeights()/2.0, this);
     }
 
   private:


More information about the Rivet-svn mailing list