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.19 by nmohr, Mon Oct 8 15:11:44 2012 UTC vs.
Revision 1.20 by peller, Tue Oct 9 13:40:55 2012 UTC

# Line 82 | Line 82 | elif opts.task == 'dc':
82      for item in DC_vars:
83          if 'ZH%s'%opts.mass in item and opts.tag in item:
84              submit(item,repDict)
85 <        elif 'ZH' in item and opts.tag in item and opts.mass == '*':
85 >        elif 'ZH' in item and opts.tag in item and opts.mass == 'all':
86              submit(item,repDict)
87              
88   elif opts.task == 'prep':
# Line 95 | Line 95 | elif opts.task == 'eval' or opts.task ==
95      else:
96          for sample in samplesList:
97              submit(sample,repDict)
98 <            
98 >
99 > os.system('qstat')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines