diff --git a/Trigger/TrigHypothesis/TrigMuonHypo/python/TrigMuonHypoConfig.py b/Trigger/TrigHypothesis/TrigMuonHypo/python/TrigMuonHypoConfig.py index 0bbf66c1224b77e078561f9db38a45f2e5976201..167bf65006c24c8ab646a770ae8f81f1bf6dece4 100755 --- a/Trigger/TrigHypothesis/TrigMuonHypo/python/TrigMuonHypoConfig.py +++ b/Trigger/TrigHypothesis/TrigMuonHypo/python/TrigMuonHypoConfig.py @@ -292,6 +292,8 @@ muFastThresholds = { '30GeV_v15a' : [ [0,1.05,1.5,2.0,9.9], [ 17.83, 18.32, 20.46, 23.73] ], '36GeV_v15a' : [ [0,1.05,1.5,2.0,9.9], [ 23.94, 12.25, 19.80, 23.17] ], '40GeV_v15a' : [ [0,1.05,1.5,2.0,9.9], [ 21.13, 21.20, 25.38, 29.54] ], + '60GeV_v15a' : [ [0,1.05,1.5,2.0,9.9], [ 21.13, 21.20, 25.38, 29.54] ], + '80GeV_v15a' : [ [0,1.05,1.5,2.0,9.9], [ 21.13, 21.20, 25.38, 29.54] ], '40GeV_uptoEC2_v15a' : [ [0,1.05,1.5,2.0,9.9], [ 21.13, 21.20, 25.38, 1000.] ], '40GeV_barrelOnly_v15a' : [ [0,1.05,1.5,2.0,9.9], [ 21.13, 1000., 1000., 1000.] ], '50GeV_barrelOnly_v15a' : [ [0,1.05,1.5,2.0,9.9], [ 21.13, 1000., 1000., 1000.] ], @@ -376,6 +378,8 @@ muFastThresholdsForECWeakBRegion = { '30GeV_v15a' : [ 14.41, 17.43 ], '36GeV_v15a' : [ 10.78, 10.66], '40GeV_v15a' : [ 15.07, 18.02 ], + '60GeV_v15a' : [ 15.07, 18.02 ], + '80GeV_v15a' : [ 15.07, 18.02 ], '40GeV_uptoEC2_v15a' : [ 15.07, 18.02 ], '40GeV_barrelOnly_v15a' : [ 1000., 1000. ], '50GeV_barrelOnly_v15a' : [ 1000., 1000. ], diff --git a/Trigger/TriggerCommon/TriggerMenu/python/muon/MuonDef.py b/Trigger/TriggerCommon/TriggerMenu/python/muon/MuonDef.py index 709bc18052bc1e0b4914e6779ce00ff75e01a236..a146d86d0c70409aeb03b9609495b8b30ca06593 100755 --- a/Trigger/TriggerCommon/TriggerMenu/python/muon/MuonDef.py +++ b/Trigger/TriggerCommon/TriggerMenu/python/muon/MuonDef.py @@ -179,6 +179,8 @@ class L2EFChain_mu(L2EFChainDef): muFastThresh = '4GeV_v15a' elif int(self.chainPart['threshold']) == 2: muFastThresh = '2GeV_v15a' + elif "3layersEC" in self.chainPart['extra']: + muFastThresh = str(self.chainPart['threshold'])+ "GeV" + "_v15a" else: muFastThresh = '6GeV_v15a' return muFastThresh