Skip to content

Commit

Permalink
Merge pull request #24453 from fabiocos/fc-backport24379
Browse files Browse the repository at this point in the history
Backport of #24379 to 10_2_X, missing EGM ID modules for DQM
  • Loading branch information
cmsbuild committed Sep 4, 2018
2 parents 6e8f631 + c0b3cb7 commit 637baae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DQMOffline/Trigger/python/HLTEGTnPMonitor_cfi.py
Original file line number Diff line number Diff line change
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 637baae

Please sign in to comment.