Skip to content
Snippets Groups Projects
Commit ecbf5ea9 authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'ditau_fix' into 'main'

minor fix for fCore variable definition in DiTau reconstruction

See merge request atlas/athena!69285
parents d7e393c7 250096ac
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,7 @@ StatusCode IDVarCalculator::execute(DiTauCandidateData * data,
}
}
// FIXME: why require ptCore != 0
if (ptAll != 0. && ptCore != 0.)
if (ptAll != 0.)
f_core = ptCore/ptAll;
else
f_core = -999.;
......
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