CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
metLowOutputModuleAODSIM_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 metLowOutputModuleAODSIM = cms.OutputModule("PoolOutputModule",
6  metLowEventSelection,
7  AODSIMMetLowEventContent,
8  fileName = cms.untracked.string('metLow_AODSIM.root'),
9  dataset = cms.untracked.PSet(
10  filterName = cms.untracked.string('metLow_AODSIM'),
11  dataTier = cms.untracked.string('USER')
12  )
13 )
14 
15