Skip to content

Fix muon selection in ElMuFinder for DiTau reconstruction

Antonio De Maria requested to merge ademaria/athena:elmufinder_fix into main

This MR is going to fix the muon selection in di-tau reconstruction. Current logic is:

  • discard muon with very loose quality AND have eta > 2.47

Updated logic (aligned with the electron selection in the same code)

  • discard muon with very loose quality OR with pt < 7 GeV OR with eta > 2.47

Tagging @martindl

Edited by Antonio De Maria

Merge request reports