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

Add runtime allocation of PF rechit fraction SoA #46135

Merged
merged 3 commits into from
Oct 3, 2024

Commits on Oct 1, 2024

  1. Add dynamic allocation of the PFRecHitFraction SoA

    Fixed to work with latest updates
    
    Fix for case with 0 nRH
    
    Fix bad allocation crash
    
    Remove extra lines
    
    Simplify memcpy to single int
    
    Code checks and formatting
    
    Implement review suggestions
    jsamudio committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7f21285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    231b4f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Rename variables and adjust allocation syntax

    Adjust formatting
    
    Rename data member and remove unnecessary include
    jsamudio committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cdedfc6 View commit details
    Browse the repository at this point in the history