CMS 3D CMS Logo

softJetsOutputModule_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 softJetsOutputModule = cms.OutputModule("PoolOutputModule",
5  softJetsEventSelection,
6  softJetsEventContent,
7  dataset = cms.untracked.PSet(
8  filterName = cms.untracked.string('softJets'),
9  dataTier = cms.untracked.string('USER')
10  ),
11  fileName = cms.untracked.string('softJets.root')
12 )
13 
14 
softJetsEventContent_cfi