60 |
|
if opts.task == 'dc': |
61 |
|
DC_vars = config.items('Limit') |
62 |
|
if opts.task == 'plot': |
63 |
< |
Plot_vars= config.items('Plot') |
63 |
> |
Plot_vars= (config.get('Plot_general','List')).split(',') |
64 |
|
|
65 |
|
if not opts.task == 'prep': |
66 |
|
path = config.get("Directories","samplepath") |
71 |
|
|
72 |
|
if opts.task == 'plot': |
73 |
|
for item in Plot_vars: |
74 |
< |
if 'ZH%s'%opts.mass in item[0]: |
75 |
< |
submit(item[0],repDict) |
76 |
< |
elif opts.mass == '' and 'ZH' in item[0]: |
77 |
< |
submit(item[0],repDict) |
74 |
> |
submit(item,repDict) |
75 |
|
|
76 |
|
elif opts.task == 'dc': |
77 |
|
for item in DC_vars: |