CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QCDHLT1jetPE7OutputModule_cfi.py
Go to the documentation of this file.
2 
5 QCDHLT1jetPE7OutputModule = cms.OutputModule("PoolOutputModule",
6  #using QCDHLT1jetPE7EventContent
7  QCDHLT1jetPE7EventSelection,
8  AODSIMEventContent,
9  dataset = cms.untracked.PSet(
10  filterName = cms.untracked.string('QCDHLT1jetPE7'),
11  dataTier = cms.untracked.string('USER')
12  ),
13  fileName = cms.untracked.string('QCDHLT1jetPE7.root')
14 )
15 
16