CMS 3D CMS Logo

Display_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 #Tracks without extra and hits
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 DisplayEventContent = cms.PSet(
00008     outputCommands = cms.untracked.vstring('drop *', 
00009         'keep recoPFRecHits_*_*_*', 
00010         'keep recoPFClusters_*_*_*', 
00011         'keep recoPFRecTracks_*_*_*', 
00012         'keep recoGsfPFRecTracks_*_*_*', 
00013         'keep recoPFBlocks_particleFlowBlock_*_*', 
00014         'keep recoPFCandidates_particleFlow_*_*', 
00015         'keep recoCandidatesOwned_*_*_*', 
00016         'keep recoPFSimParticles_*_*_*', 
00017         'keep recoTracks_*_*_*',
00018         'keep recoGsfTracks_*_*_*', 
00019         'keep recoCaloJets_*_*_*', 
00020         'keep recoPFJets_*_*_*', 
00021         'keep recoGenParticles_*_*_*', 
00022         'keep recoGenParticlesRefs_*_*_*', 
00023         'keep CaloTowersSorted_*_*_*', 
00024         'keep *_offlinePrimaryVertices_*_*', 
00025         'keep *_offlinePrimaryVerticesFromCTFTracks_*_*', 
00026         'keep edmHepMCProduct_*_*_*',
00027         'keep recoConversions_*_*_*',
00028         'keep recoPFConversions_*_*_*',
00029         'keep recoMuons_*_*_*',
00030         'keep recoNuclearInteractions_*_*_*',       
00031         'keep *_generalV0Candidates_*_*',
00032         'keep recoPFV0s_*_*_*',                      
00033         'keep *_pfNuclear_*_*'                              
00034                                            
00035                                            )
00036 )
00037 
00038 

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