1 import FWCore.ParameterSet.Config
as cms
5 RECOSIMMetHighEventContent = cms.PSet(
6 outputCommands = cms.untracked.vstring()
8 RECOSIMMetHighEventContent.outputCommands.extend(RECOSIMEventContent.outputCommands)
9 RECOSIMMetHighEventContent.outputCommands.extend(metHighEventContent.outputCommands)