Skip to content

Use loose trigger efficiency decorator for muons

Charles Burton requested to merge cburton/athena:21.2-loose-trig-eff into 21.2

I noticed in L306 of PhysicsAnalysis/TopPhys/xAOD/TopCorrections/Root/MuonScaleFactorCalculator.cxx that the loose trigger scale factor function is being passed the tight efficiency decorator, meaning that the loose working point efficiency "MU_EFF_Trigger_"+m_config->muonQualityLoose() is never actually added as a decoration to the xAOD::Muon object. I assume this is a typo?

Also, I thought this small of a change doesn't need it's own JIRA ticket, but let me know if there's any necessary discussion.

Merge request reports