test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoPixelVertexing_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #Full Event content
4 RecoPixelVertexingFEVT = cms.PSet(
5  outputCommands = cms.untracked.vstring('keep *_pixelTracks_*_*',
6  'keep *_pixelVertices_*_*')
7 )
8 #RECO content
9 RecoPixelVertexingRECO = cms.PSet(
10  outputCommands = cms.untracked.vstring('keep *_pixelTracks_*_*',
11  'keep *_pixelVertices_*_*')
12 )
13