Skip to content
Snippets Groups Projects
Commit 250096ac authored by Antonio De Maria's avatar Antonio De Maria Committed by Tadej Novak
Browse files

minor fix for fCore variable definition in DiTau reconstruction

minor fix for fCore variable definition in DiTau reconstruction
parent 93c874b8
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