CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/HiggsAnalysis/Skimming/python/higgsToZZ4LeptonsOutputModuleAODSIM_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Configuration.EventContent.EventContent_cff import *
00004 from HiggsAnalysis.Skimming.higgsToZZ4Leptons_EventContent_cff import *
00005 higgsToZZ4LeptonsOutputModuleAODSIM = cms.OutputModule("PoolOutputModule",
00006     higgsToZZ4LeptonsEventSelection,
00007     AODSIMEventContent,
00008     dataset = cms.untracked.PSet(
00009         filterName = cms.untracked.string('higgsToZZ4LeptonsAODSIM'),
00010         dataTier = cms.untracked.string('USER')
00011     ),
00012     fileName = cms.untracked.string('hzz4l_AODSIM.root')
00013 )
00014 
00015