From 3d85031e62e3d0dc576cc75450f09860d15daae5 Mon Sep 17 00:00:00 2001 From: Stewart Martin-Haugh <Stewart.Martin-Haugh@cern.ch> Date: Thu, 19 Mar 2015 14:48:41 +0100 Subject: [PATCH] 'Set b-physics and muon FTF d0 cut to 10 mm (ATR-10555)' (InDetTrigRecExample-00-11-38) * Set b-physics and muon FTF d0 cut to 10 mm (ATR-10555) InDetTrigRecExample-00-11-38 --- .../InDetTrigRecExample/python/InDetTrigSliceSettings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigSliceSettings.py b/InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigSliceSettings.py index 87df9ad9999..5fd35aef433 100644 --- a/InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigSliceSettings.py +++ b/InnerDetector/InDetExample/InDetTrigRecExample/python/InDetTrigSliceSettings.py @@ -71,6 +71,8 @@ class InDetTrigSliceSettingsDB: d0seedmax[i] = 4.0 d0seedppsmax[i] = 1.7 d0trackinitialmax[i] = 20.0 + d0seedmax['bphysics'] = 10.0 + d0seedmax['muon'] = 10.0 d0seedmax['cosmics'] = 1000.0 d0seedppsmax['cosmics'] = 1000.0 -- GitLab