CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/QCDAnalysis/Skimming/python/softJetsOutputModule_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from QCDAnalysis.Skimming.softJetsEventContent_cfi import *
00004 softJetsOutputModule = cms.OutputModule("PoolOutputModule",
00005     softJetsEventSelection,
00006     softJetsEventContent,
00007     dataset = cms.untracked.PSet(
00008         filterName = cms.untracked.string('softJets'),
00009         dataTier = cms.untracked.string('USER')
00010     ),
00011     fileName = cms.untracked.string('softJets.root')
00012 )
00013 
00014