[Rivet-svn] r2884 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Jan 21 18:55:51 GMT 2011


Author: buckley
Date: Fri Jan 21 18:55:51 2011
New Revision: 2884

Log:
Use the (new) plots path function from Rivet in PlotParser, rather than the ref path

Modified:
   trunk/pyext/lighthisto.py

Modified: trunk/pyext/lighthisto.py
==============================================================================
--- trunk/pyext/lighthisto.py	Fri Jan 21 18:46:20 2011	(r2883)
+++ trunk/pyext/lighthisto.py	Fri Jan 21 18:55:51 2011	(r2884)
@@ -487,7 +487,7 @@
         if len(self.plotpaths) == 0:
             try:
                 import rivet
-                self.plotpaths = rivet.getAnalysisRefPaths()
+                self.plotpaths = rivet.getAnalysisPlotPaths()
             except Exception:
                 raise ValueError("No plotpaths given and the rivet module could not be loaded!")
 


More information about the Rivet-svn mailing list