Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 RecoHiTrackerFEVT = cms.PSet(
00005 outputCommands = cms.untracked.vstring(
00006 'keep *_hiSelectedTracks_*_*',
00007 'keep *_hiPixel3PrimTracks_*_*',
00008 'keep *_hiPixel3ProtoTracks_*_*',
00009 'keep *_hiSelectedProtoTracks_*_*',
00010 'keep recoVertexs_hiPixelMedianVertex_*_*',
00011 'keep recoVertexs_hiPixelAdaptiveVertex_*_*',
00012 'keep recoVertexs_hiSelectedVertex_*_*',
00013 'keep recoVertexs_hiPixelClusterVertex_*_*'
00014 )
00015 )
00016
00017 RecoHiTrackerLocalFEVT = cms.PSet(
00018 outputCommands = cms.untracked.vstring(
00019 'keep *_*_APVCM_*',
00020 'keep *_siStripZeroSuppression_BADAPVBASELINE_*',
00021 'keep SiStripRawDigiedmDetSetVector_siStripZeroSuppression_VirginRaw_*'
00022 )
00023 )
00024
00025
00026 RecoHiTrackerRECO = cms.PSet(
00027 outputCommands = cms.untracked.vstring(
00028 'keep *_hiSelectedTracks_*_*',
00029
00030 'keep recoVertexs_hiPixelMedianVertex_*_*',
00031 'keep recoVertexs_hiPixelAdaptiveVertex_*_*',
00032 'keep recoVertexs_hiSelectedVertex_*_*',
00033 'keep recoVertexs_hiPixelClusterVertex_*_*'
00034 )
00035 )
00036
00037 RecoHiTrackerLocalRECO = cms.PSet(
00038 outputCommands = cms.untracked.vstring(
00039 'keep *_*_APVCM_*'
00040
00041
00042 )
00043 )
00044
00045
00046 RecoHiTrackerAOD = cms.PSet(
00047 outputCommands = cms.untracked.vstring('keep recoTracks_hiSelectedTracks_*_*',
00048 'keep recoVertexs_hiSelectedVertex_*_*'
00049 )
00050 )