Skip to content

Commit

Permalink
turn on unscheduled for all promptReco
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Oct 12, 2015
1 parent aebee97 commit 3eaf9cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Configuration/DataProcessing/python/Reco.py
Expand Up @@ -49,7 +49,11 @@ def promptReco(self, globalTag, **args):
for a in args['outputs']:
if a['dataTier'] == 'MINIAOD':
miniAODStep=',PAT'
options.runUnscheduled=True

"""
Unscheduled for all
"""
options.runUnscheduled=True


if 'customs' in args:
Expand Down

0 comments on commit 3eaf9cc

Please sign in to comment.