CMS 3D CMS Logo

PF2PAT_EventContent_cff.py

Go to the documentation of this file.
00001 
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 
00005 PF2PATEventContent = cms.PSet(
00006     outputCommands = cms.untracked.vstring(
00007     'keep *_offlinePrimaryVerticesWithBS_*_*',
00008     'keep *_particleFlow_*_*',
00009     'keep *_pfMET_*_*',
00010     'keep *_pfCandToVertexAssociator_*_*',
00011     'keep *_pfPileUp_*_*',
00012     'keep *_pfElectrons_*_*',
00013     'keep *_pfMuons_*_*',
00014     'keep *_pfJets_*_*',
00015     'keep *_allLayer0Taus_*_*',
00016     'keep *_pfTopProjection_*_*'
00017     )
00018 )
00019 
00020 PF2PATStudiesEventContent = cms.PSet(
00021     outputCommands = cms.untracked.vstring(
00022     'keep *_particleFlow_*_*'
00023     )
00024 )
00025 

Generated on Tue Jun 9 17:41:49 2009 for CMSSW by  doxygen 1.5.4