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