CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/JetMETAnalysis/METSkims/python/metLowOutputModuleAODSIM_cfi.py

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