Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 import FWCore.ParameterSet.Config as cms
00014
00015
00016
00017
00018 RecoMuonIsolationFEVT = cms.PSet(
00019 outputCommands = cms.untracked.vstring('keep *_muIsoDepositTk_*_*',
00020 'keep *_muIsoDepositCalByAssociatorTowers_*_*',
00021 'keep *_muIsoDepositCalByAssociatorHits_*_*',
00022 'keep *_muIsoDepositJets_*_*',
00023 'keep *_muGlobalIsoDepositCtfTk_*_*',
00024 'keep *_muGlobalIsoDepositCalByAssociatorTowers_*_*',
00025 'keep *_muGlobalIsoDepositCalByAssociatorHits_*_*',
00026 'keep *_muGlobalIsoDepositJets_*_*')
00027 )
00028
00029 RecoMuonIsolationRECO = cms.PSet(
00030 outputCommands = cms.untracked.vstring('keep *_muIsoDepositTk_*_*',
00031 'keep *_muIsoDepositCalByAssociatorTowers_*_*',
00032 'keep *_muIsoDepositCalByAssociatorHits_*_*',
00033 'keep *_muIsoDepositJets_*_*',
00034 'keep *_muGlobalIsoDepositCtfTk_*_*',
00035 'keep *_muGlobalIsoDepositCalByAssociatorTowers_*_*',
00036 'keep *_muGlobalIsoDepositCalByAssociatorHits_*_*',
00037 'keep *_muGlobalIsoDepositJets_*_*')
00038 )
00039
00040
00041 RecoMuonIsolationAOD = cms.PSet(
00042 outputCommands = cms.untracked.vstring('keep *_muIsoDepositTk_*_*',
00043 'keep *_muIsoDepositCalByAssociatorTowers_*_*',
00044 'keep *_muIsoDepositCalByAssociatorHits_*_*',
00045 'keep *_muIsoDepositJets_*_*')
00046 )
00047
00048 RecoMuonIsolationParamGlobal = cms.PSet(
00049 outputCommands = cms.untracked.vstring('keep *_muParamGlobalIsoDepositGsTk_*_*',
00050 'keep *_muParamGlobalIsoDepositCalEcal_*_*',
00051 'keep *_muParamGlobalIsoDepositCalHcal_*_*',
00052 'keep *_muParamGlobalIsoDepositCtfTk_*_*',
00053 'keep *_muParamGlobalIsoDepositCalByAssociatorTowers_*_*',
00054 'keep *_muParamGlobalIsoDepositCalByAssociatorHits_*_*',
00055 'keep *_muParamGlobalIsoDepositJets_*_*')
00056 )
00057
00058