From ad0afab15df7b6b5ccb9d1cc2ed5e80f1c99efd2 Mon Sep 17 00:00:00 2001 From: Patrick Scholer <patick.scholer@cern.ch> Date: Wed, 17 Jun 2020 13:36:57 +0200 Subject: [PATCH] update config --- .../MuonReconstruction/MuonRecExample/python/MuonStandalone.py | 1 + 1 file changed, 1 insertion(+) diff --git a/MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonStandalone.py b/MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonStandalone.py index 769ab9ecd5b7..202ee9713542 100644 --- a/MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonStandalone.py +++ b/MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonStandalone.py @@ -99,6 +99,7 @@ class MuonStandalone(ConfiguredMuonRec): Cleaner = getPublicToolClone("MuonTrackCleaner_seg","MuonTrackCleaner") Cleaner.PullCut = 3 Cleaner.PullCutPhi = 3 + Cleaner.UseSLFit = True SegmentFinder.TrackCleaner = Cleaner # for test purposes allow parallel running of truth segment finding and new segment finder MuonSegmentFinderAlg = CfgMgr.MuonSegmentFinderAlg( "MuonSegmentMaker",SegmentCollectionName=SegmentLocation, -- GitLab