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.metLow_EventContent_cff import *
0005 AODSIMMetLowEventContent = cms.PSet(
0006     outputCommands = cms.untracked.vstring()
0007 )
0008 AODSIMMetLowEventContent.outputCommands.extend(AODSIMEventContent.outputCommands)
0009 AODSIMMetLowEventContent.outputCommands.extend(metLowEventContent.outputCommands)
0010