Go to the documentation of this file.00001
00002
00003
00004
00005 import FWCore.ParameterSet.Config as cms
00006
00007 from RecoJets.Configuration.RecoJets_EventContent_cff import *
00008 from SimG4Core.Configuration.SimG4Core_EventContent_cff import *
00009 softJetsEventContent = cms.PSet(
00010 outputCommands = cms.untracked.vstring('keep *_ctfWithMaterialTracks_*_*',
00011 'keep *_globalMuons_*_*',
00012 'keep edmTriggerResults_*_*_*',
00013 'keep *_l1extraParticles_*_*')
00014 )
00015
00016
00017 softJetsEventSelection = cms.PSet(
00018 SelectEvents = cms.untracked.PSet(
00019 SelectEvents = cms.vstring('softJetsPath')
00020 )
00021 )
00022 softJetsEventContent.outputCommands.extend(RecoJetsAOD.outputCommands)
00023 softJetsEventContent.outputCommands.extend(SimG4CoreAOD.outputCommands)
00024