CMS 3D CMS Logo

zToEEOutputModule_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 ElectroWeakAnalysis.ZReco.zToEE_EventContent_cff import *
00005 AODSIMZToEEEventContent = cms.PSet(
00006     outputCommands = cms.untracked.vstring()
00007 )
00008 zToEEOutputModule = cms.OutputModule("PoolOutputModule",
00009     AODSIMZToEEEventContent,
00010     zToEEEventSelection,
00011     dataset = cms.untracked.PSet(
00012         filterName = cms.untracked.string('zToEE'),
00013         dataTier = cms.untracked.string('USER')
00014     ),
00015     fileName = cms.untracked.string('zToEE.root')
00016 )
00017 
00018 AODSIMZToEEEventContent.outputCommands.extend(AODSIMEventContent.outputCommands)
00019 AODSIMZToEEEventContent.outputCommands.extend(zToEEEventContent.outputCommands)
00020 

Generated on Tue Jun 9 17:34:20 2009 for CMSSW by  doxygen 1.5.4