CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoPixelVertexing/Configuration/python/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