From 8c7da9b2a8fa18781bc302ff311c941407596417 Mon Sep 17 00:00:00 2001 From: Giovanni Date: Thu, 2 Jul 2015 18:03:48 +0200 Subject: [PATCH] Keep all TriggerResults, to be sure we will have the MET filters whatever CMSSW process name is used to run MiniAOD --- PhysicsTools/PatAlgos/python/slimming/slimming_cff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhysicsTools/PatAlgos/python/slimming/slimming_cff.py b/PhysicsTools/PatAlgos/python/slimming/slimming_cff.py index 2b05bb694ad9e..53de669924988 100644 --- a/PhysicsTools/PatAlgos/python/slimming/slimming_cff.py +++ b/PhysicsTools/PatAlgos/python/slimming/slimming_cff.py @@ -60,7 +60,7 @@ 'keep *_l1extraParticles_*_*', 'keep L1GlobalTriggerReadoutRecord_gtDigis_*_*', 'keep *_TriggerResults_*_HLT', - 'keep *_TriggerResults_*_PAT', # for MET filters + 'keep *_TriggerResults_*_*', # for MET filters (a catch all for the moment, but ideally it should be only the current process) 'keep patPackedCandidates_lostTracks_*_*', 'keep HcalNoiseSummary_hcalnoise__*', 'keep *_caTopTagInfosPAT_*_*'