CMS 3D CMS Logo

RecoPixelVertexing_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #Full Event content 
00004 RecoPixelVertexingFEVT = cms.PSet(
00005     outputCommands = cms.untracked.vstring('keep *_pixelTracks_*_*', 
00006         'keep *_pixelVertices_*_*')
00007 )
00008 #RECO content
00009 RecoPixelVertexingRECO = cms.PSet(
00010     outputCommands = cms.untracked.vstring('keep *_pixelTracks_*_*', 
00011         'keep *_pixelVertices_*_*')
00012 )
00013 

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