[Rivet-svn] r2470 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jun 2 11:38:39 BST 2010


Author: holsch
Date: Wed Jun  2 11:38:49 2010
New Revision: 2470

Log:
Write out un-rescaled histos as well

Modified:
   trunk/bin/rivet-rescale

Modified: trunk/bin/rivet-rescale
==============================================================================
--- trunk/bin/rivet-rescale	Wed Jun  2 10:13:32 2010	(r2469)
+++ trunk/bin/rivet-rescale	Wed Jun  2 11:38:49 2010	(r2470)
@@ -306,6 +306,12 @@
                 f.write(renormed.asAIDA())
             else:
                 f.write(renormed.asFlat())
+        else:
+            if opts.AIDA:
+                f.write(histos[name].asAIDA())
+            else:
+                f.write(histos[name].asFlat())
+
 
 
     if opts.AIDA:


More information about the Rivet-svn mailing list