Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 from JetMETAnalysis.METSkims.metHigh_EventContent_cff import *
00005 from JetMETAnalysis.METSkims.metLow_EventContent_cff import *
00006
00007
00008
00009
00010
00011 JetMETAnalysisEventContent = cms.PSet(
00012 outputCommands = cms.untracked.vstring()
00013 )
00014 JetMETAnalysisEventContent.outputCommands.extend(metHighEventContent.outputCommands)
00015 JetMETAnalysisEventContent.outputCommands.extend(metLowEventContent.outputCommands)
00016
00017
00018