From 3111ba3b2bb65df2d981ab6574ca82e1fe464ee1 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Sun, 31 Mar 2019 23:30:20 +0200 Subject: [PATCH] ElectronPhotonTagTools: Add missing import. Fixes failure observed in q222, evidently due to another change that removed the import from another file. --- .../ElectronPhotonTagTools/share/ElectronTagTool_jobOptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonTagTools/share/ElectronTagTool_jobOptions.py b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonTagTools/share/ElectronTagTool_jobOptions.py index 1b977cc3b7e..ae03e61006f 100755 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonTagTools/share/ElectronTagTool_jobOptions.py +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonTagTools/share/ElectronTagTool_jobOptions.py @@ -30,6 +30,7 @@ ToolSvc += ElectronIsEMSelectorTight ########### Electron Isolation options ################ +from RecExConfig.InputFilePeeker import inputFileSummary isSimulation = False if inputFileSummary.has_key("evt_type"): eventTypeList = inputFileSummary.get("evt_type") -- GitLab