Skip to content

Commit

Permalink
Merge pull request #36221 from makortel/mergeNoRunLumiSort
Browse files Browse the repository at this point in the history
Use noRunLumiSort in non-NANO Merge jobs
  • Loading branch information
cmsbuild committed Nov 24, 2021
2 parents 369583b + a8340e1 commit 139e57e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/DataProcessing/python/Merge.py
Expand Up @@ -59,6 +59,8 @@ def mergeProcess(*inputFiles, **options):
process.source.bypassVersionCheck = CfgTypes.untracked.bool(True)
if dropDQM:
process.source.inputCommands = CfgTypes.untracked.vstring('keep *','drop *_EDMtoMEConverter_*_*')
if not mergeNANO:
process.source.noRunLumiSort = CfgTypes.untracked.bool(True)
process.source.fileNames = CfgTypes.untracked(CfgTypes.vstring())
for entry in inputFiles:
process.source.fileNames.append(str(entry))
Expand Down

0 comments on commit 139e57e

Please sign in to comment.