You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem lies that the abs(eta) is computed, and not fabs(eta) as it should, leading to some dangerous approximation in the output. It may also depends on the C++ compiler.
Even if i don't use the framework anymore, Deborah spotted a potential issue related to the jet ID in the JetsNtuplizer class:
https://github.com/UZHCMS/EXOVVNtuplizerRunII/blob/10210_ntuplizer_BcMu/Ntuplizer/plugins/JetsNtuplizer.cc#L111
The problem lies that the abs(eta) is computed, and not fabs(eta) as it should, leading to some dangerous approximation in the output. It may also depends on the C++ compiler.
More details from Deborah here:
https://docs.google.com/document/d/1jMulr2AqE856pCZfGL9dI9apOZ00ZxCPtv3OJUk1-U4/edit
You may be interested in fixing it.
The text was updated successfully, but these errors were encountered: