Skip to content
Snippets Groups Projects
Commit 4bf4e9ba authored by Jiri Masik's avatar Jiri Masik Committed by Graeme Stewart
Browse files

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
parent 57a6443b
No related merge requests found
...@@ -417,7 +417,8 @@ class TrigFastTrackFinderBase(TrigFastTrackFinder): ...@@ -417,7 +417,8 @@ class TrigFastTrackFinderBase(TrigFastTrackFinder):
from TrigInDetTrackFitter.TrigInDetTrackFitterConf import TrigInDetTrackFitter from TrigInDetTrackFitter.TrigInDetTrackFitterConf import TrigInDetTrackFitter
theTrigInDetTrackFitter = 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment