Skip to content

Fixing types for duplicate check #1720

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

Merged
merged 1 commit into from
May 1, 2025
Merged

Conversation

mdhank
Copy link
Contributor

@mdhank mdhank commented May 1, 2025

Fixing types for duplicate check to match how they are stored in https://github.com/UCATLAS/xAODAnaHelpers/blob/main/xAODAnaHelpers/EventInfo.h#L37-38 . Without this, the duplicate checker can change the eventNumber when casting it to an int32, which can give false positives on the duplicate check.

This should only affect analyses using m_checkDuplicatesData and/or m_checkDuplicatesMC. Duplicate events (real or false positives) are sent to <filename>_duplicates_tree.root files, which can be used to check the impact of this fix.

@mdhank mdhank merged commit 761da76 into UCATLAS:main May 1, 2025
15 checks passed
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

Successfully merging this pull request may close these issues.

1 participant