From cce9c820b952d6bf0677ac8d5ce3375b1000bf78 Mon Sep 17 00:00:00 2001
From: Tim Martin <tim.martin@cern.ch>
Date: Mon, 9 May 2016 11:21:03 +0200
Subject: [PATCH] 'update non col background sp hypo threshold'
 (TrigT2MinBias-00-02-31)

	* Change hypo config for sp SCT non collision backgrounds trigger to >= 50
	* tagging as TrigT2MinBias-00-02-31

2016-05-05 Tim Martin <Tim.Martin@cern.ch>
	* Fix hypo config for sp SCT non collision backgrounds trigger
	* tagging as TrigT2MinBias-00-02-30


Former-commit-id: e3c55989d6efbc68aff024c9a6a649452ead523a
---
 .../TrigAlgorithms/TrigT2MinBias/python/TrigT2MinBiasConfig.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Trigger/TrigAlgorithms/TrigT2MinBias/python/TrigT2MinBiasConfig.py b/Trigger/TrigAlgorithms/TrigT2MinBias/python/TrigT2MinBiasConfig.py
index c34d08969fb0..518ec316089c 100644
--- a/Trigger/TrigAlgorithms/TrigT2MinBias/python/TrigT2MinBiasConfig.py
+++ b/Trigger/TrigAlgorithms/TrigT2MinBias/python/TrigT2MinBiasConfig.py
@@ -609,7 +609,7 @@ hypos["L2MbSpHypo_cos"] = L2MbSpHypo_cos
 L2MbSpHypo_ncb = MbSpHypo("L2MbSpHypo_ncb")
 L2MbSpHypo_ncb.AcceptAll = False
 L2MbSpHypo_ncb.TriggerTypeAND = False # SCT only
-L2MbSpHypo_ncb.SctSpEndcaps_cut = 100 # max(SCT_EC_A, SCT_EC_C)
+L2MbSpHypo_ncb.SctSpEndcaps_cut = 50 # max(SCT_EC_A, SCT_EC_C)
 L2MbSpHypo_ncb.TotalPixelClus = -1. # Disable
 L2MbSpHypo_ncb.TotalPixelClus = -1. # Disable
 L2MbSpHypo_ncb.TotalPixelClus = -1. # Disable
@@ -629,7 +629,6 @@ L2MbSpHypo_ncb.SctSpEndcapA = -1. # Disable
 L2MbSpHypo_ncb.SctSpEndcapC_max = -1. # Disable
 L2MbSpHypo_ncb.SctSpBarrel_max = -1. # Disable
 L2MbSpHypo_ncb.SctSpEndcapA_max = -1. # Disable
-L2MbSpHypo_ncb.SctSpEndcaps_cut = -1. # Disable
 hypos["L2MbSpHypo_ncb"] = L2MbSpHypo_ncb
 
 # ... setup for halo event trigger
-- 
GitLab