CMS 3D CMS Logo

EgammaZJetOutputModule_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 AODSIMZJetEventContent = cms.OutputModule("PoolOutputModule",
00005     AODSIMEventContent,
00006     dataset = cms.untracked.PSet(
00007         filterName = cms.untracked.string('EgammaZJetFilter'),
00008         dataTier = cms.untracked.string('AODSIM')
00009     ),
00010     SelectEvents = cms.untracked.PSet(
00011         SelectEvents = cms.vstring('electronFilterPath', 'muonFilterPath')
00012     ),
00013     fileName = cms.untracked.string('ZJetFilteredAODSIM.root')
00014 )
00015 
00016 RECOSIMZJetEventContent = cms.OutputModule("PoolOutputModule",
00017     RECOSIMEventContent,
00018     dataset = cms.untracked.PSet(
00019         filterName = cms.untracked.string('EgammaZJetFilter'),
00020         dataTier = cms.untracked.string('RECOSIM')
00021     ),
00022     SelectEvents = cms.untracked.PSet(
00023         SelectEvents = cms.vstring('electronFilterZPath', 'muonFilterZPath')
00024     ),
00025     fileName = cms.untracked.string('ZJetFilteredRECOSIM.root')
00026 )
00027 
00028 

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