Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009 import FWCore.ParameterSet.Config as cms
00010
00011
00012 RecoTrackerNotStandardFEVT = cms.PSet(
00013 outputCommands = cms.untracked.vstring('keep *_ctfNoOverlaps_*_*',
00014 'keep *_ctfPixelLess_*_*',
00015 'keep *_ctfCombinedSeeds_*_*')
00016 )
00017
00018 RecoTrackerNotStandardRECO = cms.PSet(
00019 outputCommands = cms.untracked.vstring('keep *_ctfNoOverLaps_*_*',
00020 'keep *_ctfPixelLess_*_*',
00021 'keep *_ctfCombinedSeeds_*_*')
00022 )
00023
00024 RecoTrackerNotStandardAOD = cms.PSet(
00025 outputCommands = cms.untracked.vstring('keep recoTracks_ctfNoOverLaps_*_*',
00026 'keep recoTracks_ctfPixelLess_*_*',
00027 'keep recoTracks_ctfCombinedSeeds_*_*')
00028 )
00029