CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
softJetsEventContent_cfi.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # "keep *_genParticles_*_*",
4 
5 import FWCore.ParameterSet.Config as cms
6 
9 softJetsEventContent = cms.PSet(
10  outputCommands = cms.untracked.vstring('keep *_ctfWithMaterialTracks_*_*',
11  'keep *_globalMuons_*_*',
12  'keep edmTriggerResults_*_*_*',
13  'keep *_l1extraParticles_*_*')
14 )
15 #include "Configuration/EventContent/data/EventContent.cff"
16 #replace softJetsEventContent.outputCommands += AODSIMEventContent.outputCommands
17 softJetsEventSelection = cms.PSet(
18  SelectEvents = cms.untracked.PSet(
19  SelectEvents = cms.vstring('softJetsPath')
20  )
21 )
22 softJetsEventContent.outputCommands.extend(RecoJetsAOD.outputCommands)
23 softJetsEventContent.outputCommands.extend(SimG4CoreAOD.outputCommands)
24