CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoVertex/Configuration/python/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  *_offlinePrimaryVerticesFromCosmicTracks_*_*',
00007         'keep  *_nuclearInteractionMaker_*_*',
00008         'keep *_generalV0Candidates_*_*')
00009 )
00010 #RECO content
00011 RecoVertexRECO = cms.PSet(
00012     outputCommands = cms.untracked.vstring('keep  *_offlinePrimaryVertices__*', 
00013         'keep  *_offlinePrimaryVerticesWithBS_*_*',
00014         'keep  *_offlinePrimaryVerticesFromCosmicTracks_*_*',
00015         'keep  *_nuclearInteractionMaker_*_*',
00016         'keep *_generalV0Candidates_*_*')
00017 )
00018 #AOD content
00019 RecoVertexAOD = cms.PSet(
00020     outputCommands = cms.untracked.vstring('keep  *_offlinePrimaryVertices__*', 
00021         'keep  *_offlinePrimaryVerticesWithBS_*_*',
00022         'keep  *_offlinePrimaryVerticesFromCosmicTracks_*_*',
00023         'keep  *_nuclearInteractionMaker_*_*',
00024         'keep *_generalV0Candidates_*_*')                                           
00025 )
00026