CMS 3D CMS Logo

RecoParticleFlow_EventContent_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #        "keep recoPFClusters_*_*_*",
00004 #        "keep recoPFBlocks_*_*_*",     
00005 
00006 import FWCore.ParameterSet.Config as cms
00007 
00008 # Full Event content 
00009 RecoParticleFlowFEVT = cms.PSet(
00010     outputCommands = cms.untracked.vstring('drop CaloTowersSorted_towerMakerPF_*_*', 
00011         'keep recoPFClusters_*_*_*',
00012         'keep recoGsfTrackExtras_gsfPFtracks_*_*',
00013         'keep recoTrackExtras_gsfPFtracks_*_*',
00014         'keep TrackingRecHitsOwned_gsfPFtracks_*_*', 
00015         'keep recoGsfTracks_gsfPFtracks_*_*', 
00016         'keep recoPFBlocks_*_*_*', 
00017         'keep recoPFCandidates_*_*_*')
00018 )
00019 # RECO content
00020 RecoParticleFlowRECO = cms.PSet(
00021     outputCommands = cms.untracked.vstring('drop CaloTowersSorted_towerMakerPF_*_*', 
00022         'keep recoPFClusters_*_*_*', 
00023         'keep recoPFBlocks_*_*_*',
00024         'keep recoGsfTrackExtras_gsfPFtracks_*_*',
00025         'keep recoTrackExtras_gsfPFtracks_*_*',                                           
00026         'keep TrackingRecHitsOwned_gsfPFtracks_*_*', 
00027         'keep recoGsfTracks_gsfPFtracks_*_*',              
00028         'keep recoPFCandidates_*_*_*')
00029 )
00030 # AOD content
00031 RecoParticleFlowAOD = cms.PSet(
00032     outputCommands = cms.untracked.vstring('drop CaloTowersSorted_towerMakerPF_*_*',
00033         'keep recoGsfTracks_gsfPFtracks_*_*',                            
00034         'keep recoPFCandidates_*_*_*')
00035 )
00036 

Generated on Tue Jun 9 17:44:38 2009 for CMSSW by  doxygen 1.5.4