Skip to content

Commit

Permalink
adds the 2017 IDs to the list of IDs used for DQM
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Harper committed Aug 23, 2018
1 parent 8f43176 commit 70d720d
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 70d720d

Please sign in to comment.