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.28 by peller, Fri Feb 8 14:36:00 2013 UTC vs.
Revision 1.29 by peller, Wed Feb 13 10:06:17 2013 UTC

# Line 101 | Line 101 | def submit(job,repDict):
101          print command
102          subprocess.call([command], shell=True)
103  
104 + if opts.task == 'train':
105 +    train_list = (config.get('MVALists','List_for_submitscript')).split(',')
106 +    print train_list
107 +    for item in train_list:
108 +        submit(item,repDict)
109 +
110 +
111   if opts.task == 'dc':
112      #DC_vars = config.items('Limit')
113      DC_vars= (config.get('LimitGeneral','List')).split(',')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines