[Rivet-svn] r2658 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Aug 16 21:13:22 BST 2010


Author: fsiegert
Date: Mon Aug 16 21:13:20 2010
New Revision: 2658

Log:
Fix plotting regression: Reference (data) should be first in legend.

Modified:
   trunk/bin/compare-histos

Modified: trunk/bin/compare-histos
==============================================================================
--- trunk/bin/compare-histos	Mon Aug 16 13:57:48 2010	(r2657)
+++ trunk/bin/compare-histos	Mon Aug 16 21:13:20 2010	(r2658)
@@ -349,7 +349,7 @@
                         activereffiles.append(f)
                     else:
                         activemcfiles.append(f)
-        activefiles = activemcfiles + activereffiles
+        activefiles = activereffiles + activemcfiles
         #print activereffiles
         #print activefiles
         if len(activefiles) == 0:


More information about the Rivet-svn mailing list