1 import FWCore.ParameterSet.Config
as cms
11 JetMETAnalysisEventContent = cms.PSet(
12 outputCommands = cms.untracked.vstring()
14 JetMETAnalysisEventContent.outputCommands.extend(metHighEventContent.outputCommands)
15 JetMETAnalysisEventContent.outputCommands.extend(metLowEventContent.outputCommands)