Skip to content
Snippets Groups Projects
Commit f0ffed19 authored by Maksim Penzin's avatar Maksim Penzin
Browse files

Fix Tests

parent 53319019
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36134Private tool fix/muon segment combiners
......@@ -440,7 +440,7 @@ def TMEF_MuonStauSegmentRegionRecoveryTool(name='TMEF_MuonStauSegmentRegionRecov
if athenaCommonFlags.isOnline:
kwargs.setdefault('MdtCondKey', "")
return CfgMgr.Muon__MuonSegmentRegionRecoveryTool(name,**kwargs)
def TMEF_CombinedStauTrackBuilderFit( name='TMEF_CombinedStauTrackBuilderFit', **kwargs ):
kwargs.setdefault('MdtRotCreator' , CfgGetter.getPublicTool('MdtDriftCircleOnTrackCreatorStau') )
return TMEF_CombinedMuonTrackBuilder(name,**kwargs )
......@@ -497,13 +497,15 @@ class TrigMuonEFStandaloneTrackToolConfig (TrigMuonEFConf.TrigMuonEFStandaloneTr
if MuonGeometryFlags.hasCSC(): self.CscClusterProvider = CfgGetter.getPublicTool("CscThresholdClusterBuilderTool")
muonLayerHoughTool = CfgGetter.getPublicTool("MuonLayerHoughTool")
muonLayerHoughTool.DoTruth=False
self.SegmentsFinderTool = CfgGetter.getPublicToolClone( "TMEF_SegmentsFinderTool","MooSegmentFinder",
HoughPatternFinder = CfgGetter.getPublicTool("MuonLayerHoughTool"),
HoughPatternFinder = muonLayerHoughTool,
Csc2dSegmentMaker=("Csc2dSegmentMaker/Csc2dSegmentMaker" if MuonGeometryFlags.hasCSC() else ""),
Csc4dSegmentMaker=("Csc4dSegmentMaker/Csc4dSegmentMaker" if MuonGeometryFlags.hasCSC() else ""))
CfgGetter.getPublicTool("MuonHoughPatternFinderTool").RecordAll=False
CfgGetter.getPublicTool("MuonLayerHoughTool").DoTruth=False
CfgGetter.getPublicTool("MooTrackFitter").SLFit=False
self.MdtRawDataProvider = "TMEF_MdtRawDataProviderTool"
......
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