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

[14_0_X] Erase from correct vector in PATTauHybridProducer #44272

Merged
merged 1 commit into from
Mar 4, 2024

Commits on Feb 29, 2024

  1. Erase from correct vector in PATTauHybridProducer

    Erasing an element from pfChs using an iterator from pfGammas is undefined behavior. Based on the surrounding code, I guess the intention was to erase the element from pfGammas.
    makortel committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5584911 View commit details
    Browse the repository at this point in the history