5 import FWCore.ParameterSet.Config
as cms
9 softJetsEventContent = cms.PSet(
10 outputCommands = cms.untracked.vstring(
'keep *_ctfWithMaterialTracks_*_*',
11 'keep *_globalMuons_*_*',
12 'keep edmTriggerResults_*_*_*',
13 'keep *_l1extraParticles_*_*')
17 softJetsEventSelection = cms.PSet(
18 SelectEvents = cms.untracked.PSet(
19 SelectEvents = cms.vstring(
'softJetsPath')
22 softJetsEventContent.outputCommands.extend(RecoJetsAOD.outputCommands)
23 softJetsEventContent.outputCommands.extend(SimG4CoreAOD.outputCommands)