File indexing completed on 2024-04-06 12:19:15
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from Configuration.EventContent.EventContent_cff import *
0004 from JetMETAnalysis.METSkims.metLow_EventContent_cff import *
0005 FEVTSIMMetLowEventContent = cms.PSet(
0006 outputCommands = cms.untracked.vstring()
0007 )
0008 FEVTSIMMetLowEventContent.outputCommands.extend(FEVTSIMEventContent.outputCommands)
0009 FEVTSIMMetLowEventContent.outputCommands.extend(metLowEventContent.outputCommands)
0010