CMS 3D CMS Logo

RecoVertex_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RecoVertexFEVT = cms.PSet(
00004     outputCommands = cms.untracked.vstring('keep  *_offlinePrimaryVertices_*_*', 
00005         'keep  *_offlinePrimaryVerticesWithBS_*_*', 
00006         'keep  *_nuclearInteractionMaker_*_*')
00007 )
00008 #RECO content
00009 RecoVertexRECO = cms.PSet(
00010     outputCommands = cms.untracked.vstring('keep  *_offlinePrimaryVertices_*_*', 
00011         'keep  *_offlinePrimaryVerticesWithBS_*_*', 
00012         'keep  *_nuclearInteractionMaker_*_*')
00013 )
00014 #AOD content
00015 RecoVertexAOD = cms.PSet(
00016     outputCommands = cms.untracked.vstring('keep  *_offlinePrimaryVertices_*_*', 
00017         'keep  *_offlinePrimaryVerticesWithBS_*_*', 
00018         'keep  *_nuclearInteractionMaker_*_*')
00019 )
00020 

Generated on Tue Jun 9 17:46:05 2009 for CMSSW by  doxygen 1.5.4