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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Feb 18 15:11:27 GMT 2013


Author: hoeth
Date: Mon Feb 18 15:11:27 2013
New Revision: 4163

Log:
fixing last commit

Modified:
   trunk/src/Analyses/LHCB_2012_I1119400.cc

Modified: trunk/src/Analyses/LHCB_2012_I1119400.cc
==============================================================================
--- trunk/src/Analyses/LHCB_2012_I1119400.cc	Mon Feb 18 14:56:35 2013	(r4162)
+++ trunk/src/Analyses/LHCB_2012_I1119400.cc	Mon Feb 18 15:11:27 2013	(r4163)
@@ -162,9 +162,9 @@
 
       // booking histograms
       for (it=_ratiotype.begin(); it!=_ratiotype.end(); it++) {
-        divide(_h_num_lowpt[it->first],  _h_den_lowpt[it->first],  _h_ratio_lowpt);
-        divide(_h_num_midpt[it->first],  _h_den_midpt[it->first],  _h_ratio_midpt);
-        divide(_h_num_highpt[it->first], _h_den_highpt[it->first], _h_ratio_highpt);
+        divide(_h_num_lowpt[it->first],  _h_den_lowpt[it->first],  _h_ratio_lowpt[it->first]);
+        divide(_h_num_midpt[it->first],  _h_den_midpt[it->first],  _h_ratio_midpt[it->first]);
+        divide(_h_num_highpt[it->first], _h_den_highpt[it->first], _h_ratio_highpt[it->first]);
       }
     }
 
@@ -242,9 +242,9 @@
 
     // Define histograms
     // ratio
-    std::map<std::string, Histo1DPtr > _h_ratio_lowpt;
-    std::map<std::string, Histo1DPtr > _h_ratio_midpt;
-    std::map<std::string, Histo1DPtr > _h_ratio_highpt;
+    std::map<std::string, Scatter2DPtr > _h_ratio_lowpt;
+    std::map<std::string, Scatter2DPtr > _h_ratio_midpt;
+    std::map<std::string, Scatter2DPtr > _h_ratio_highpt;
     // numerator
     std::map<std::string, Histo1DPtr > _h_num_lowpt;
     std::map<std::string, Histo1DPtr > _h_num_midpt;


More information about the Rivet-svn mailing list