[Rivet-svn] rivet: 7 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Thu Apr 14 11:00:01 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/66f9ef65d12d
branches:  
changeset: 5139:66f9ef65d12d
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 14 10:37:52 2016 +0100
description:
Minor bugfixes and improvements

details:   https://rivet.hepforge.org/hg/rivet/rev/63278b67088e
branches:  
changeset: 5140:63278b67088e
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 14 10:39:08 2016 +0100
description:
Add a --no-histos argument to the rivet script.

details:   https://rivet.hepforge.org/hg/rivet/rev/5ef6897448e4
branches:  
changeset: 5141:5ef6897448e4
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 14 10:45:34 2016 +0100
description:
Removed tag rivet-2.5.0beta1

details:   https://rivet.hepforge.org/hg/rivet/rev/ac33f603eff5
branches:  
changeset: 5142:ac33f603eff5
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 14 10:45:37 2016 +0100
description:
Added tag rivet-2.5.0beta1 for changeset 5ef6897448e4

details:   https://rivet.hepforge.org/hg/rivet/rev/e7c5c01f883f
branches:  
changeset: 5143:e7c5c01f883f
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 14 10:46:53 2016 +0100
description:
Last bugfix

details:   https://rivet.hepforge.org/hg/rivet/rev/6767e934e06c
branches:  
changeset: 5144:6767e934e06c
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 14 10:46:57 2016 +0100
description:
Removed tag rivet-2.5.0beta1

details:   https://rivet.hepforge.org/hg/rivet/rev/fab1e027d471
branches:  
changeset: 5145:fab1e027d471
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 14 10:46:58 2016 +0100
description:
Added tag rivet-2.5.0beta1 for changeset 6767e934e06c

diffs (truncated from 129 to 50 lines):

--- a/.hgtags	Thu Apr 14 09:32:46 2016 +0100
+++ b/.hgtags	Thu Apr 14 10:46:58 2016 +0100
@@ -63,3 +63,11 @@
 66e20000b87f2cbd6a5a6e42d3da6a711484ee6c rivet-2.5.0b1
 0000000000000000000000000000000000000000 rivet-2.5.0b1
 706ccb872c05fea7a7719915a01f56ca4c650419 rivet-2.5.0beta1
+706ccb872c05fea7a7719915a01f56ca4c650419 rivet-2.5.0beta1
+0000000000000000000000000000000000000000 rivet-2.5.0beta1
+0000000000000000000000000000000000000000 rivet-2.5.0beta1
+5ef6897448e40d1ceb08f2dfbda644bf7c354ba5 rivet-2.5.0beta1
+5ef6897448e40d1ceb08f2dfbda644bf7c354ba5 rivet-2.5.0beta1
+0000000000000000000000000000000000000000 rivet-2.5.0beta1
+0000000000000000000000000000000000000000 rivet-2.5.0beta1
+6767e934e06c1d3f379147b68f1379442d220a44 rivet-2.5.0beta1
--- a/ChangeLog	Thu Apr 14 09:32:46 2016 +0100
+++ b/ChangeLog	Thu Apr 14 10:46:58 2016 +0100
@@ -1,3 +1,7 @@
+2016-04-14  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add a --no-histos argument to the rivet script.
+
 2016-04-13  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Add ATLAS_2015_I1351916 (8 TeV Z FB asymmetry) and
--- a/bin/rivet	Thu Apr 14 09:32:46 2016 +0100
+++ b/bin/rivet	Thu Apr 14 10:46:58 2016 +0100
@@ -67,6 +67,8 @@
 extragroup = OptionGroup(parser, "Extra run settings")
 extragroup.add_option("-H", "--histo-file", dest="HISTOFILE",
                       default="Rivet.yoda", help="specify the output histo file path (default = %default)")
+extragroup.add_option("--no-histo-file", dest="WRITE_DATA", action="store_false", default=True,
+                      help="don't write out any histogram file at the end of the run (default = write)")
 extragroup.add_option("-x", "--cross-section", dest="CROSS_SECTION",
                       default=None, metavar="XS",
                       help="specify the signal process cross-section in pb")
@@ -79,8 +81,8 @@
 extragroup.add_option("--runname", dest="RUN_NAME", default=None, metavar="NAME",
                       help="give an optional run name, to be prepended as a 'top level directory' in histo paths")
 extragroup.add_option("--ignore-beams", dest="IGNORE_BEAMS", action="store_true", default=False,
-                      help="Ignore input event beams when checking analysis compatibility. "
-                      "Warning: analyses may not work correctly, or at all, with inappropriate beams")
+                      help="ignore input event beams when checking analysis compatibility. "
+                      "WARNING: analyses may not work correctly, or at all, with inappropriate beams")
 parser.add_option_group(extragroup)
 
 
@@ -559,7 +561,8 @@
 
 ## Finalize and write out data file
 run.finalize()


More information about the Rivet-svn mailing list