CMS 3D CMS Logo

QCDHLT1jetPE3OutputModule_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 QCDHLT1jetPE3OutputModule = cms.OutputModule("PoolOutputModule",
6  #using QCDHLT1jetPE3EventContent
7  QCDHLT1jetPE3EventSelection,
8  AODSIMEventContent,
9  dataset = cms.untracked.PSet(
10  filterName = cms.untracked.string('QCDHLT1jetPE3'),
11  dataTier = cms.untracked.string('USER')
12  ),
13  fileName = cms.untracked.string('QCDHLT1jetPE3.root')
14 )
15 
16