From 15d02db56e89ddc83eb8943dc5fee786aff8ad59 Mon Sep 17 00:00:00 2001 From: Alberto Escalante del Valle Date: Fri, 17 Jul 2015 12:25:29 +0200 Subject: [PATCH] Update ExoticaDQM_cfi.py --- DQM/Physics/python/ExoticaDQM_cfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DQM/Physics/python/ExoticaDQM_cfi.py b/DQM/Physics/python/ExoticaDQM_cfi.py index d1953b1b85135..f4fcfafb37160 100644 --- a/DQM/Physics/python/ExoticaDQM_cfi.py +++ b/DQM/Physics/python/ExoticaDQM_cfi.py @@ -6,7 +6,7 @@ #Trigger Results TriggerResults = cms.InputTag('TriggerResults','','HLT'), # HltPaths = cms.vstring('HLT_*'), - HltPaths = cms.vstring("HLT_Mu","HLT_ELe","HLT_Photon","HLT_PFHT","HLT_PFMET"), + HltPaths = cms.vstring("HLT_Mu","HLT_Ele","HLT_Photon","HLT_PFHT","HLT_HT","HLT_PFMET","HLT_MET","HLT_"), #Physics objects vertexCollection = cms.InputTag('offlinePrimaryVertices'),