Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from JetMETAnalysis.METSkims.metHigh_EventContent_cff import *
00004 from JetMETAnalysis.METSkims.FEVTSIMMetHigh_EventContent_cff import *
00005 metHighOutputModuleFEVTSIM = cms.OutputModule("PoolOutputModule",
00006 FEVTSIMMetHighEventContent,
00007 metHighEventSelection,
00008 dataset = cms.untracked.PSet(
00009 filterName = cms.untracked.string('metHigh_FEVTSIM'),
00010 dataTier = cms.untracked.string('USER')
00011 ),
00012 fileName = cms.untracked.string('metHigh_FEVTSIM.root')
00013 )
00014
00015