[Rivet-svn] rivet: 3 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Thu Oct 26 14:45:02 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/917629f20f83
branches:  multiweight
changeset: 6104:917629f20f83
user:      Chris Pollard <cspollard at gmail.com>
date:      Thu Oct 26 14:34:35 2017 +0200
description:
about to remove needsCrossSection

details:   https://rivet.hepforge.org/hg/rivet/rev/1a08bc851040
branches:  multiweight
changeset: 6105:1a08bc851040
user:      Chris Pollard <cspollard at gmail.com>
date:      Thu Oct 26 15:36:36 2017 +0200
description:
removing "setNeedsCrossSection()" and the like.

details:   https://rivet.hepforge.org/hg/rivet/rev/c1b570c41def
branches:  multiweight
changeset: 6106:c1b570c41def
user:      Chris Pollard <cspollard at gmail.com>
date:      Thu Oct 26 15:37:48 2017 +0200
description:
update changelog

diffs (truncated from 750 to 50 lines):

--- a/ChangeLog	Wed Oct 25 10:14:13 2017 +0100
+++ b/ChangeLog	Thu Oct 26 15:37:48 2017 +0200
@@ -1,3 +1,7 @@
+2017-10-26  Chris Pollard  <cspollard at gmail.com>
+	* update the way crossSection() works; remove
+	setNeedsCrossSection()
+
 2017-10-09  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Embed zstr and enable transparent reading of gzipped HepMC streams.
--- a/analyses/pluginATLAS/ATLAS_2011_I928289_W.cc	Wed Oct 25 10:14:13 2017 +0100
+++ b/analyses/pluginATLAS/ATLAS_2011_I928289_W.cc	Thu Oct 26 15:37:48 2017 +0200
@@ -13,7 +13,7 @@
     ATLAS_2011_I928289_W()
       : Analysis("ATLAS_2011_I928289_W")
     {
-      setNeedsCrossSection(true);
+
     }
 
 
--- a/analyses/pluginATLAS/ATLAS_2011_I928289_Z.cc	Wed Oct 25 10:14:13 2017 +0100
+++ b/analyses/pluginATLAS/ATLAS_2011_I928289_Z.cc	Thu Oct 26 15:37:48 2017 +0200
@@ -13,7 +13,7 @@
     ATLAS_2011_I928289_Z()
       : Analysis("ATLAS_2011_I928289_Z")
     {
-      setNeedsCrossSection(true);
+
     }
 
 
--- a/analyses/pluginATLAS/ATLAS_2011_I954993.cc	Wed Oct 25 10:14:13 2017 +0100
+++ b/analyses/pluginATLAS/ATLAS_2011_I954993.cc	Thu Oct 26 15:37:48 2017 +0200
@@ -15,7 +15,7 @@
     ATLAS_2011_I954993()
       : Analysis("ATLAS_2011_I954993")
     {
-      setNeedsCrossSection(true);
+
     }
 
 
--- a/analyses/pluginATLAS/ATLAS_2014_I1282447.cc	Wed Oct 25 10:14:13 2017 +0100
+++ b/analyses/pluginATLAS/ATLAS_2014_I1282447.cc	Thu Oct 26 15:37:48 2017 +0200
@@ -135,7 +135,7 @@
     /// Constructor
     ATLAS_2014_I1282447() : Analysis("ATLAS_2014_I1282447")
     {
-      setNeedsCrossSection(true);


More information about the Rivet-svn mailing list