1 import FWCore.ParameterSet.Config
as cms
5 metLowOutputModuleAODSIM = cms.OutputModule(
"PoolOutputModule",
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')