CMS 3D CMS Logo

RecoPixelVertexing_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #RECO content
4 RecoPixelVertexingRECO = cms.PSet(
5  outputCommands = cms.untracked.vstring('keep *_pixelTracks_*_*',
6  'keep *_pixelVertices_*_*')
7 )
8 
9 #Full Event content
10 RecoPixelVertexingFEVT = cms.PSet(
11  outputCommands = cms.untracked.vstring()
12 )
13 RecoPixelVertexingFEVT.outputCommands.extend(RecoPixelVertexingRECO.outputCommands)