[Rivet-svn] r1773 - trunk/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Aug 26 12:38:28 BST 2009


Author: buckley
Date: Wed Aug 26 12:38:28 2009
New Revision: 1773

Log:
Fix compile-breaking typos (I haven't yet got Boost on the system in Edinburgh, so no local compiles!)

Modified:
   trunk/src/Analyses/UA5_1989_S1926373.cc

Modified: trunk/src/Analyses/UA5_1989_S1926373.cc
==============================================================================
--- trunk/src/Analyses/UA5_1989_S1926373.cc	Wed Aug 26 11:58:26 2009	(r1772)
+++ trunk/src/Analyses/UA5_1989_S1926373.cc	Wed Aug 26 12:38:28 2009	(r1773)
@@ -94,17 +94,17 @@
     /// @todo Use generator cross-sections
     normalize(_hist_nch200, 2.011);
     normalize(_hist_nch900, 2.0434);
-    normalize(_hist_nch200eta0point5, 1.01255);
-    normalize(_hist_nch200eta1point5, 1.0191);
-    normalize(_hist_nch200eta3, 1.02615);
-    normalize(_hist_nch200eta5, 1.03475);
-    normalize(_hist_nch900eta0point5, 1.0035);
-    normalize(_hist_nch900eta1point5, 1.01405);
-    normalize(_hist_nch900eta3, 1.03055);
-    normalize(_hist_nch900eta5, 1.02791);
+    normalize(_hist_nch200eta05, 1.01255);
+    normalize(_hist_nch200eta15, 1.0191);
+    normalize(_hist_nch200eta30, 1.02615);
+    normalize(_hist_nch200eta50, 1.03475);
+    normalize(_hist_nch900eta05, 1.0035);
+    normalize(_hist_nch900eta15, 1.01405);
+    normalize(_hist_nch900eta30, 1.03055);
+    normalize(_hist_nch900eta50, 1.02791);
     // Scale to total number of weights, possible only if binwidth == 1
-    scale(_hist_mean_nch_200, 1./sumOfWeights());
-    scale(_hist_mean_nch_900, 1./sumOfWeights());
+    scale(_hist_mean_nch_200, 1.0/sumOfWeights());
+    scale(_hist_mean_nch_900, 1.0/sumOfWeights());
   }
 
 


More information about the Rivet-svn mailing list