CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/QCDAnalysis/Skimming/python/softJetsEventContent_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #    "keep *_genParticles_*_*",
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 #include "Configuration/EventContent/data/EventContent.cff"
00016 #replace softJetsEventContent.outputCommands += AODSIMEventContent.outputCommands
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