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

Final BDT models based on 10.2 MC samples #25936

Closed

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    c3edf21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b856f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad31169 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    274449d View commit details
    Browse the repository at this point in the history
  5. Fix memory use after delete in LowPtGsfElectronSCProducer

    The code was making a temporary copy of a PFBrem, then holding onto
     the address of internal data after the temporary was deleted.
    This change avoids the unnecessary copy.
    
    The problem was found by the address sanitizer.
    Dr15Jones authored and bainbrid committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c8c6567 View commit details
    Browse the repository at this point in the history
  6. Avoid creating an unnecessary edm::Ref

    Dr15Jones authored and bainbrid committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    71cfe25 View commit details
    Browse the repository at this point in the history