CMS 3D CMS Logo

sumET_OutputModule_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 sumETOutputModuleAODSIM = cms.OutputModule("PoolOutputModule",
6  sumETEventSelection,
7  AODSIMSumETEventContent,
8  dataset = cms.untracked.PSet(
9  filterName = cms.untracked.string('sumET_AODSIM'),
10  dataTier = cms.untracked.string('USER')
11  ),
12  fileName = cms.untracked.string('sumET_AODSIM.root')
13 )
14 
15 
AODSIMSumET_EventContent_cff
sumET_EventContent_cff