From 1b15ed68686b19929893de1963d9bf8c72d5863f Mon Sep 17 00:00:00 2001
From: Kurt Brendlinger <kurt.brendlinger@cern.ch>
Date: Tue, 28 Aug 2018 22:59:06 +0200
Subject: [PATCH] Removed menus from python enum that do not exist anymore

Former-commit-id: 831eefde0b64bc54be395cf8ff7f7447fc072884
---
 .../python/PhotonIsEMSelectorMapping.py                | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/python/PhotonIsEMSelectorMapping.py b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/python/PhotonIsEMSelectorMapping.py
index 1fbd9566cf6..36005d3e659 100644
--- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/python/PhotonIsEMSelectorMapping.py
+++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/python/PhotonIsEMSelectorMapping.py
@@ -26,11 +26,11 @@ from ROOT import egammaPID
 # Should remove menuPtInclJan2018 when it is no longer supported.
 #
 class photonPIDmenu:
-    menu2011 = 0
-    menu2012 = 1
-    origMenu2012 = 2 # this is the original menu not meant for anyone to use
-    menuDC14 = 3
-    menuTrigDC14 = 4
+    # menu2011 = 0 # not used anymore
+    # menu2012 = 1 # not used anymore
+    # origMenu2012 = 2 # this is the original menu not meant for anyone to use
+    # menuDC14 = 3 # not used anymore
+    # menuTrigDC14 = 4 # not used anymore
     menuCurrentCuts = 5
     menuPtInclJan2018 = 6
 
-- 
GitLab