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