diff --git a/DQM/Physics/python/ExoticaDQM_cfi.py b/DQM/Physics/python/ExoticaDQM_cfi.py index b16c822bd8e15..df8c5dc8c70fe 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'),