Skip to content
Snippets Groups Projects
Commit 7a812c21 authored by Andrea Coccaro's avatar Andrea Coccaro
Browse files

Merge branch '23.0-l1calo-efex-tau-bdt-edm-fix-extract-bdt-score' into '23.0'

Fix BDT score extraction from eFEX tau EDM

See merge request atlas/athena!62789
parents eb60effd be972b47
Branches mon_stringview
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ namespace xAOD {
/// Was the BDT algorithm run?
if (tobVersion() != 1) return 0;
/// If the object is not an xTOB this will return 0
return (word1() >> s_bdtScoreBit) & s_bdtScoreMask;
return (word0() >> s_bdtScoreBit) & s_bdtScoreMask;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment