[Rivet-svn] rivet: 2 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Fri May 25 12:30:01 BST 2018


details:   https://rivet.hepforge.org/hg/rivet/rev/bd3ceba316c1
branches:  release-2-6-x
changeset: 6320:bd3ceba316c1
user:      Jon Butterworth <j.butterworth at cern.ch>
date:      Thu May 24 22:20:09 2018 +0100
description:
fix formating bugs

details:   https://rivet.hepforge.org/hg/rivet/rev/8bff1d6a3d8a
branches:  release-2-6-x
changeset: 6321:8bff1d6a3d8a
user:      Jon Butterworth <j.butterworth at cern.ch>
date:      Fri May 25 12:21:01 2018 +0100
description:
remove debug lines

diffs (truncated from 203 to 50 lines):

--- a/analyses/pluginATLAS/ATLAS_2018_I1646686.cc	Thu May 24 20:56:55 2018 +0100
+++ b/analyses/pluginATLAS/ATLAS_2018_I1646686.cc	Fri May 25 12:21:01 2018 +0100
@@ -239,12 +239,9 @@
 
       void finalize() {
 
-	cout << "finalising" << endl;
-
         // Normalize histograms
         const double sf = crossSection() / sumOfWeights();
         for (auto &hist : _h) {
-	  cout << hist.second << endl;
           scale(hist.second, sf);
           if ((hist.first.find("_norm") != string::npos) && hist.second->integral(false)>0) hist.second->normalize(1.0, false);
         } 
--- a/analyses/pluginCMS/CMS_2018_I1662081.yoda	Thu May 24 20:56:55 2018 +0100
+++ b/analyses/pluginCMS/CMS_2018_I1662081.yoda	Fri May 25 12:21:01 2018 +0100
@@ -1,5 +1,5 @@
-# BEGIN YODA_SCATTER2D /CMS_2018_I1662081/d02-x01-y01
-Path=/CMS_2018_I1662081/d02-x01-y01
+# BEGIN YODA_SCATTER2D /REF/CMS_2018_I1662081/d02-x01-y01
+Path=/REF/CMS_2018_I1662081/d02-x01-y01
 Type=Scatter2D
 # xval   xerr-   xerr+   yval  yerr-   yerr+
 165.0 55.0 55.0 0.001796651 0.000253865817396 0.000253865817396
@@ -18,8 +18,8 @@
 # END YODA_SCATTER2D
 
 
-# BEGIN YODA_SCATTER2D /CMS_2018_I1662081/d04-x01-y01
-Path=/CMS_2018_I1662081/d04-x01-y01
+# BEGIN YODA_SCATTER2D /REF/CMS_2018_I1662081/d04-x01-y01
+Path=/REF/CMS_2018_I1662081/d04-x01-y01
 Type=Scatter2D
 # xval   xerr-   xerr+   yval  yerr-   yerr+
 25.0 25.0 25.0 0.01049615 0.000385121140351 0.000385121140351
@@ -31,8 +31,8 @@
 # END YODA_SCATTER2D
 
 
-# BEGIN YODA_SCATTER2D /CMS_2018_I1662081/d03-x01-y01
-Path=/CMS_2018_I1662081/d03-x01-y01
+# BEGIN YODA_SCATTER2D /REF/CMS_2018_I1662081/d03-x01-y01
+Path=/REF/CMS_2018_I1662081/d03-x01-y01
 Type=Scatter2D
 # xval   xerr-   xerr+   yval  yerr-   yerr+
 225.5 89.5 89.5 0.0009990645 0.000166771409821 0.000166771409821
@@ -51,8 +51,8 @@
 # END YODA_SCATTER2D
 


More information about the Rivet-svn mailing list