CMS 3D CMS Logo

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