ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/submitThem.py
(Generate patch)

Comparing UserCode/VHbb/python/submitThem.py (file contents):
Revision 1.22 by peller, Sun Oct 14 09:53:49 2012 UTC vs.
Revision 1.23 by peller, Wed Jan 16 09:56:56 2013 UTC

# Line 74 | Line 74 | if not opts.task == 'prep':
74  
75  
76   if opts.task == 'plot':
77 <    repDict['queue'] = 'short.q'
77 >    repDict['queue'] = 'all.q'
78      for item in Plot_vars:
79          submit(item,repDict)
80  
81   elif opts.task == 'dc':
82 <    repDict['queue'] = 'short.q'
82 >    repDict['queue'] = 'all.q'
83      for item in DC_vars:
84          if 'ZH%s'%opts.mass in item:
85              submit(item,repDict)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines