Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 184
    • Merge requests 184
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !22042

Merged
Created Mar 20, 2019 by Shota Hayashida@shhayashDeveloper

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

  • Overview 3
  • Commits 5
  • Pipelines 1
  • Changes 5

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 Mar 21, 2019 by Shota Hayashida
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: shhayash20032019