|
[Rivet-svn] r4244 - trunk/pyext/rivetblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Apr 5 10:12:35 BST 2013
Author: buckley Date: Fri Apr 5 10:12:35 2013 New Revision: 4244 Log: Fixing Python mapping Modified: trunk/pyext/rivet/rivetwrap.i Modified: trunk/pyext/rivet/rivetwrap.i ============================================================================== --- trunk/pyext/rivet/rivetwrap.i Fri Apr 5 10:05:28 2013 (r4243) +++ trunk/pyext/rivet/rivetwrap.i Fri Apr 5 10:12:35 2013 (r4244) @@ -83,8 +83,8 @@ double sqrtS(const Event& e); - const std::string& toParticleName(PdgId p); - PdgId toParticleId(const std::string& pname); + // const std::string& toParticleName(PdgId p); + // PdgId toParticleId(const std::string& pname); // Mapping of just the metadata parts of the Analysis API
More information about the Rivet-svn mailing list |