Skip to content

Commit

Permalink
Drop NANO step from upgrade combined premixing workflow
Browse files Browse the repository at this point in the history
NANO is configured to use step3_inMINIAODSIM.root input file, but in
combined premixing workflow the file is step4_inMINIAODSIM.root.
Simplest option is to just drop the NANO step from these workflows.
  • Loading branch information
makortel committed Aug 12, 2019
1 parent a51708e commit 9e47bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_upgrade.py
Expand Up @@ -132,6 +132,6 @@ def makeStepName(key,frag,step,suffix):
[slist[0]] + # Start with signal generation
stepList['Premix'] + # Premixing stage1
[slist[1].replace("PUPRMX", "PUPRMXCombined")] + # Premixing stage2, customized for the combined (defined in relval_steps.py)
slist[2:]] # Remaining standard steps
filter(lambda x: "nano" not in x.lower(), slist[2:])] # Remaining standard steps (excluding NANOAOD because of input file numbering mismatch)

numWF+=1

0 comments on commit 9e47bb1

Please sign in to comment.