Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential bug in forward jet selection #241

Open
zucchett opened this issue Oct 21, 2019 · 0 comments
Open

Potential bug in forward jet selection #241

zucchett opened this issue Oct 21, 2019 · 0 comments

Comments

@zucchett
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant