00001 import FWCore.ParameterSet.Config as cms
00002
00003 from Configuration.eventContent.EventContent_cff import *
00004 from QCDAnalysis.Skimming.QCDHLT1jetPE7EventContent_cff import *
00005 QCDHLT1jetPE7OutputModule = cms.OutputModule("PoolOutputModule",
00006
00007 QCDHLT1jetPE7EventSelection,
00008 AODSIMEventContent,
00009 dataset = cms.untracked.PSet(
00010 filterName = cms.untracked.string('QCDHLT1jetPE7'),
00011 dataTier = cms.untracked.string('USER')
00012 ),
00013 fileName = cms.untracked.string('QCDHLT1jetPE7.root')
00014 )
00015
00016