CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/QCDAnalysis/Skimming/python/QCDHLT1jetPE1OutputModule_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 QCDAnalysis.Skimming.QCDHLT1jetPE1EventContent_cff import *
00005 QCDHLT1jetPE1OutputModule = cms.OutputModule("PoolOutputModule",
00006     AODSIMEventContent,
00007     #using QCDHLT1jetPE1EventContent
00008     QCDHLT1jetPE1EventSelection,
00009     dataset = cms.untracked.PSet(
00010         filterName = cms.untracked.string('QCDHLT1jetPE1'),
00011         dataTier = cms.untracked.string('USER')
00012     ),
00013     fileName = cms.untracked.string('QCDHLT1jetPE1.root')
00014 )
00015 
00016