Skip to content
Snippets Groups Projects
Commit f7833080 authored by Bertrand Martin's avatar Bertrand Martin
Browse files

tauRecTools: protect against Log10(0) in very rare cases

Hello,

This MR adds a protection against computing Log10(0) for very rare cases (10 taus in 15 million events, as observed in gamma* MC).
It seems we can have "pathological" taus where clusters have FIRST_ENG_DENS = 0.
This seems to happen when |eta|~1.5, when all the cluster energy is in the presampler.
This MR does not change the reconstruction output except in very rare case, where xAOD::TauJetParameters::ClustersMeanFirstEngDens used to be -inf, and is now 0.

Cheers,
Bertrand
parent 4cda231e
No related branches found
No related tags found
Loading
Loading
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