Skip to content
Snippets Groups Projects
Commit 46f38168 authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

Merge branch 'SUSYTools_d0Syst_bugfix' into '21.2'

SUSYTools d0 syst bugfix for muons

See merge request atlas/athena!32531
......@@ -233,7 +233,7 @@ bool SUSYObjDef_xAOD::IsSignalMuon(const xAOD::Muon & input, float ptcut, float
else if ( fabs(input.eta()) > etacut ) return false;
if (z0cut > 0.0 && fabs(acc_z0sinTheta(input)) > z0cut) return false; // longitudinal IP cut
if (dec_d0sig(input) != 0) {
if (acc_d0sig(input) != 0) {
if (d0sigcut > 0.0 && fabs(acc_d0sig(input)) > d0sigcut) return false; // transverse IP cut
}
......
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