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