[Rivet-svn] r3299 - in trunk: . pyext/rivet

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Aug 19 23:13:13 BST 2011


Author: fsiegert
Date: Fri Aug 19 23:13:12 2011
New Revision: 3299

Log:
Forgot one file and ChangeLog in last commit, sorry about the noise.

Modified:
   trunk/ChangeLog
   trunk/pyext/rivet/rivetwrap.i

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Fri Aug 19 23:00:12 2011	(r3298)
+++ trunk/ChangeLog	Fri Aug 19 23:13:12 2011	(r3299)
@@ -1,3 +1,8 @@
+2011-08-19  Frank Siegert <frank.siegert at cern.ch>
+	* More NLO parton level generator friendliness: Don't crash or fail when
+	there are no beam particles.
+	* Add --ignore-beams option to skip compatibility check.
+
 2011-08-09  David Mallows <dave.mallows at gmail.com>
 	* Fix aida2flat to ignore empty dataPointSet
 

Modified: trunk/pyext/rivet/rivetwrap.i
==============================================================================
--- trunk/pyext/rivet/rivetwrap.i	Fri Aug 19 23:00:12 2011	(r3298)
+++ trunk/pyext/rivet/rivetwrap.i	Fri Aug 19 23:13:12 2011	(r3299)
@@ -127,6 +127,7 @@
     double sqrtS() const;
     const ParticlePair& beams() const;
     const PdgIdPair beamIds() const;
+    void setIgnoreBeams(bool ignore);
     std::vector<std::string> analysisNames();
     AnalysisHandler& addAnalysis(const std::string& analysisname);
     AnalysisHandler& addAnalyses(const std::vector<std::string>& analysisnames);


More information about the Rivet-svn mailing list