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

Fix SimPFProducer for electrons #24498

Merged
merged 2 commits into from Sep 13, 2018

Commits on Aug 20, 2018

  1. Fix SimPFProducer for electrons

    In few cases, with the introduction of the graph-base
    calo-particles, some electron was either not releasing
    directly hits in the calorimeters or, if it had, they could
    have been rejected due to selection and threshold effects.
    While the first case was already covered in the code (i.e.
    the no hit one), the second case was not. This bug caused
    the electron to be included w/o its sub-components that
    would have been later on added as separate PFCandidates.
    This PR fix the second use case.
    rovere committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    b2a9f4e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    c3b1854 View commit details
    Browse the repository at this point in the history