Skip to content

Commit

Permalink
do less inclusive import/use of the EventContent_cff
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Apr 12, 2018
1 parent a96d5ba commit 2b4a741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/DataProcessing/python/Merge.py
Expand Up @@ -64,6 +64,7 @@ def mergeProcess(*inputFiles, **options):
if newDQMIO:
outMod = OutputModule("DQMRootOutputModule")
elif mergeNANO:
import Configuration.EventContent.EventContent_cff
outMod = OutputModule("NanoAODOutputModule",Configuration.EventContent.EventContent_cff.NANOAODEventContent.clone())
else:
outMod = OutputModule("PoolOutputModule")
Expand Down

0 comments on commit 2b4a741

Please sign in to comment.