[Rivet-svn] r2472 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jun 8 23:30:00 BST 2010


Author: buckley
Date: Tue Jun  8 23:30:12 2010
New Revision: 2472

Log:
Adding Rivet path-finding functions to Python extension -- no need to fork rivet-config!

Modified:
   trunk/pyext/rivet.i

Modified: trunk/pyext/rivet.i
==============================================================================
--- trunk/pyext/rivet.i	Tue Jun  8 16:48:37 2010	(r2471)
+++ trunk/pyext/rivet.i	Tue Jun  8 23:30:12 2010	(r2472)
@@ -43,8 +43,13 @@
 // Rivet class mappings
 namespace Rivet {
 
+
+  const std::string getLibPath();
+  const std::string getDataPath();
+  const std::string getRivetDataPath();
   std::string version();
 
+
   class Event {
     Event();
     Event(const HepMC::GenEvent&);


More information about the Rivet-svn mailing list