CMS 3D CMS Logo

higgsToWW2LeptonsOutputModuleRECOSIM_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 higgsToWW2LeptonsOutputModuleRECOSIM = cms.OutputModule("PoolOutputModule",
6  RECOSIMEventContent,
7  higgsToWW2LeptonsEventSelection,
8  dataset = cms.untracked.PSet(
9  filterName = cms.untracked.string('higgsToWW2LeptonsRECOSIM'),
10  dataTier = cms.untracked.string('USER')
11  ),
12  fileName = cms.untracked.string('hww2l_RECOSIM.root')
13 )
14 
15