Skip to content

Commit

Permalink
Merge pull request #24508 from bbockelm/disable_imt_for_nanoaod
Browse files Browse the repository at this point in the history
Disable IMT for merging of NanoAOD.
  • Loading branch information
cmsbuild committed Sep 12, 2018
2 parents 090950c + 35f2872 commit a8a031d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/DataProcessing/python/Merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def mergeProcess(*inputFiles, **options):
elif mergeNANO:
import Configuration.EventContent.EventContent_cff
outMod = OutputModule("NanoAODOutputModule",Configuration.EventContent.EventContent_cff.NANOAODEventContent.clone())
process.add_(Service("InitRootHandlers", EnableIMT = CfgTypes.untracked.bool(False)))
else:
outMod = OutputModule("PoolOutputModule")

Expand Down

0 comments on commit a8a031d

Please sign in to comment.