|
[Rivet-svn] r3063 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Apr 21 16:12:16 BST 2011
Author: fsiegert Date: Thu Apr 21 16:12:16 2011 New Revision: 3063 Log: Change event timeout from 1h -> 6h to make it at least a bit more Sherpa friendly (integration can take a few hours before the first event comes). Modified: trunk/bin/rivet Modified: trunk/bin/rivet ============================================================================== --- trunk/bin/rivet Wed Apr 20 09:59:23 2011 (r3062) +++ trunk/bin/rivet Thu Apr 21 16:12:16 2011 (r3063) @@ -92,7 +92,7 @@ parser.add_option("-H", "--histo-file", dest="HISTOFILE", default="Rivet.aida", help="specify the output histo file path (default = %default)") parser.add_option("--event-timeout", dest="EVENT_TIMEOUT", type="int", - default=3600, metavar="NSECS", + default=21600, metavar="NSECS", help="max time in whole seconds to wait for an event to be generated from the specified source (default = %default)") parser.add_option("--run-timeout", dest="RUN_TIMEOUT", type="int", default=None, metavar="NSECS",
More information about the Rivet-svn mailing list |