Skip to content

Fixed an issue that L2MuonSA can't work in the newJO test due to wrong values of MDT circles, ATR-16944

Shota Hayashida requested to merge shhayash/athena:shhayash20032019 into master

I want to merge it into master for athenaMT development.

There was an issue that we can not estimate muon's pt in barre region at L2MuonSA step at newJO test.
It was caused by DriftSpace=0 at TrigL2MuonSA/MuFastPatternFinder.cxx and defaultT0=800 at MdtCalibDbCoolStrTool/MdtCalibDbCoolStrTool.cxx.

I fixed it and confirmed that can estimate pt in barrel region and also endcap region.

Before fixed,

MuFastSteering_Muon                     16  0     DEBUG Barrel
MuFastSteering_Muon                     16  0     DEBUG ### Hit patterns at the Muon Spectrometer ###
MuFastSteering_Muon                     16  0     DEBUG pattern#0: # of hits at inner  =17
MuFastSteering_Muon                     16  0     DEBUG pattern#0: # of hits at middle =6
MuFastSteering_Muon                     16  0     DEBUG pattern#0: # of hits at outer  =6
MuFastSteering_Muon                     16  0     DEBUG pattern#0: # of hits at BME  =0
MuFastSteering_Muon                     16  0     DEBUG pattern#0: # of hits at barrel endcap inner  =0
MuFastSteering_Muon                     16  0     DEBUG pt=0

After fixed,

MuFastSteering_Muon                     16  0     DEBUG Barrel
MuFastSteering_Muon                     16  0     DEBUG ### Hit patterns at the Muon Spectrometer ###
MuFastSteering_Muon                     16  0     DEBUG pattern#0: # of hits at inner  =17
MuFastSteering_Muon                     16  0     DEBUG pattern#0: # of hits at middle =6
MuFastSteering_Muon                     16  0     DEBUG pattern#0: # of hits at outer  =6
MuFastSteering_Muon                     16  0     DEBUG pattern#0: # of hits at BME  =0
MuFastSteering_Muon                     16  0     DEBUG pattern#0: # of hits at barrel endcap inner  =0
MuFastSteering_Muon                     16  0      INFO Estimated muon pt = 30.892 GeV
Edited by Shota Hayashida

Merge request reports