File indexing completed on 2023-03-17 11:10:33
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from Configuration.EventContent.EventContent_cff import *
0004 from JetMETAnalysis.METSkims.metHigh_EventContent_cff import *
0005 FEVTSIMMetHighEventContent = cms.PSet(
0006 outputCommands = cms.untracked.vstring()
0007 )
0008 FEVTSIMMetHighEventContent.outputCommands.extend(FEVTSIMEventContent.outputCommands)
0009 FEVTSIMMetHighEventContent.outputCommands.extend(metHighEventContent.outputCommands)
0010