diff --git a/InnerDetector/InDetExample/InDetRecExample/python/InDetRecExampleConfig.py b/InnerDetector/InDetExample/InDetRecExample/python/InDetRecExampleConfig.py index e67c0a76a253c608b1802c5f17162b1e2a16bbbe..8f2b310003e4ce6b54df8c6476da54c6b57d7d15 100644 --- a/InnerDetector/InDetExample/InDetRecExample/python/InDetRecExampleConfig.py +++ b/InnerDetector/InDetExample/InDetRecExample/python/InDetRecExampleConfig.py @@ -297,7 +297,6 @@ def InDetGlobalChi2FitterBT(name='InDetGlobalChi2FitterBT', **kwargs): ''' Global Chi2 Fitter for backtracking ''' - from InDetRecExample import TrackingCommon as TrackingCommon kwargs=setDefaults(kwargs, MinPHFCut = 0.) return InDetGlobalChi2Fitter(name, **kwargs)