CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/EgammaAnalysis/CSA07Skims/python/egammaWPlusEMOrJetOutputModuleAODSIM_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from EgammaAnalysis.CSA07Skims.EgammaSkimEventContent_cff import *
00004 from EgammaAnalysis.CSA07Skims.AODSIMEgammaSkimEventContent_cff import *
00005 egammaWPlusEMOrJetOutputModuleAODSIM = cms.OutputModule("PoolOutputModule",
00006     egammaWPlusEMOrJetEventSelection,
00007     AODSIMEgammaSkimEventContent,
00008     dataset = cms.untracked.PSet(
00009         filterName = cms.untracked.string('egammaWPlusEMOrJetAODSIM'),
00010         dataTier = cms.untracked.string('USER')
00011     ),
00012     fileName = cms.untracked.string('egammaWPlusEMOrJetAODSIM.root')
00013 )
00014 
00015