Skip to content

Commit

Permalink
Backport of cms-sw#24379 to 10_2_X, missing EGM ID modules for DQM
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocos committed Sep 4, 2018
1 parent 6e8f631 commit c0b3cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DQMOffline/Trigger/python/HLTEGTnPMonitor_cfi.py
Expand Up @@ -979,7 +979,8 @@
#note: be careful here to when selecting new ids that the vid tools dont do extra setup for them
#for example the HEEP cuts need an extra producer which vid tools automatically handles
from PhysicsTools.SelectorUtils.tools.vid_id_tools import setupVIDSelection
my_id_modules = ['RecoEgamma.ElectronIdentification.Identification.cutBasedElectronID_Summer16_80X_V1_cff']
my_id_modules = ['RecoEgamma.ElectronIdentification.Identification.cutBasedElectronID_Summer16_80X_V1_cff',
'RecoEgamma.ElectronIdentification.Identification.cutBasedElectronID_Fall17_94X_V1_cff']
for id_module_name in my_id_modules:
idmod= __import__(id_module_name, globals(), locals(), ['idName','cutFlow'])
for name in dir(idmod):
Expand Down

0 comments on commit c0b3cb7

Please sign in to comment.