Back to home page

Project CMSSW displayed by LXR

 
 

    


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.metHigh_EventContent_cff import *
0005 RECOSIMMetHighEventContent = cms.PSet(
0006     outputCommands = cms.untracked.vstring()
0007 )
0008 RECOSIMMetHighEventContent.outputCommands.extend(RECOSIMEventContent.outputCommands)
0009 RECOSIMMetHighEventContent.outputCommands.extend(metHighEventContent.outputCommands)
0010