[Rivet-svn] r2506 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jun 22 21:08:41 BST 2010


Author: fsiegert
Date: Tue Jun 22 21:08:46 2010
New Revision: 2506

Log:
Bugfix in python wrapper in the hope of making Hudson happy.

Modified:
   trunk/pyext/rivet.i

Modified: trunk/pyext/rivet.i
==============================================================================
--- trunk/pyext/rivet.i	Tue Jun 22 20:47:11 2010	(r2505)
+++ trunk/pyext/rivet.i	Tue Jun 22 21:08:46 2010	(r2506)
@@ -108,7 +108,7 @@
   %extend Analysis {
     std::vector<std::string> requiredBeamsNames() {
       std::vector<std::string> rtn;
-      foreach (const Rivet::PdgIdPair& bp, $self->info().beams()) {
+      foreach (const Rivet::PdgIdPair& bp, self->info().beams()) {
         std::string bps = Rivet::toBeamsString(bp);
         rtn.push_back(bps);
       }


More information about the Rivet-svn mailing list