From 4bf4e9ba0447b62fab74e6f860be166bf0b99d7f Mon Sep 17 00:00:00 2001 From: Jiri Masik <masik@cern.ch> Date: Fri, 15 Jan 2016 10:15:53 +0100 Subject: [PATCH] bug fix ATR-12226 (TrigFastTrackFinder-00-01-59) * python/TrigFastTrackFinder_Config.py (TrigFastTrackFinderBase.__init__): run ROTcreator temporarily, for ATR-12226 together with InDetTrigRecExample-00-11-65 * tagged as TrigFastTrackFinder-00-01-59 * tag TrigFastTrackFinder-00-01-58 --- .../TrigFastTrackFinder/python/TrigFastTrackFinder_Config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Trigger/TrigAlgorithms/TrigFastTrackFinder/python/TrigFastTrackFinder_Config.py b/Trigger/TrigAlgorithms/TrigFastTrackFinder/python/TrigFastTrackFinder_Config.py index 17fe912f069..4575bcf0ace 100755 --- a/Trigger/TrigAlgorithms/TrigFastTrackFinder/python/TrigFastTrackFinder_Config.py +++ b/Trigger/TrigAlgorithms/TrigFastTrackFinder/python/TrigFastTrackFinder_Config.py @@ -417,7 +417,8 @@ class TrigFastTrackFinderBase(TrigFastTrackFinder): from TrigInDetTrackFitter.TrigInDetTrackFitterConf import TrigInDetTrackFitter theTrigInDetTrackFitter = TrigInDetTrackFitter() - theTrigInDetTrackFitter.correctClusterPos = False #Flag to control whether to correct cluster position + #theTrigInDetTrackFitter.correctClusterPos = False #Flag to control whether to correct cluster position + theTrigInDetTrackFitter.correctClusterPos = True #temporarily to true to improve err(z0) estimates -- GitLab