Skip to content

AnalysisTop, fixing muon eff systematic breakdown handling for rel 22

Marco Vanadia requested to merge mvanadia/athena:master-mvfixmuoneffsyst into master

In R22 MCP provides the breakdown of muon efficiency SFs systematic uncertainties also for the forward region, i.e. for muons with |eta|>2.5, that wasn't provided for r21. Most analyses will not be interested in this feature, but anyhow the current implementation leads to a crash in r22 when the "MuonBreakDownSystematics True" option is used in AnalysisTop. This MR adds the additional NPs, avoiding the crash. Analyses that are not interested in the Fwd SFs uncertainties can still filter these out using the FilterBranches option when needed.

This MR introduces no changes in behaviour in AnalysisTop when MuonBreakDownSystematics is set to False, as default.

Edited by Marco Vanadia

Merge request reports