[Rivet-svn] r3920 - branches/2012-06-aidarivet/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Sep 4 11:56:40 BST 2012


Author: hoeth
Date: Tue Sep  4 11:56:40 2012
New Revision: 3920

Log:
Fix minor bug in CMS_2011_S9120041

Modified:
   branches/2012-06-aidarivet/src/Analyses/CMS_2011_S9120041.cc

Modified: branches/2012-06-aidarivet/src/Analyses/CMS_2011_S9120041.cc
==============================================================================
--- branches/2012-06-aidarivet/src/Analyses/CMS_2011_S9120041.cc	Tue Sep  4 10:11:46 2012	(r3919)
+++ branches/2012-06-aidarivet/src/Analyses/CMS_2011_S9120041.cc	Tue Sep  4 11:56:40 2012	(r3920)
@@ -148,8 +148,8 @@
       double _nch_avg_7TeV_pT20 = (_nch_tot_7TeV_pT20 / _jj);
       double _nch_avg_09TeV_pT3 = (_nch_tot_09TeV_pT3 / _jjj);
 
-      if (_j!=0.0) normalize(_hist_dist_pT_7TeV_pT20, _nch_avg_7TeV_pT20);
-      if (_jj!=0.0) normalize(_hist_dist_pT_7TeV_pT3, _nch_avg_7TeV_pT3);
+      if (_j!=0.0) normalize(_hist_dist_pT_7TeV_pT3, _nch_avg_7TeV_pT3);
+      if (_jj!=0.0) normalize(_hist_dist_pT_7TeV_pT20, _nch_avg_7TeV_pT20);
       if (_jjj!=0.0) normalize(_hist_dist_pT_09TeV_pT3, _nch_avg_09TeV_pT3);
     }
 


More information about the Rivet-svn mailing list