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: limit cylinderSurface pathCorrection #3255

Closed
wants to merge 2 commits into from

Conversation

AJPfleger
Copy link
Contributor

@AJPfleger AJPfleger commented Jun 6, 2024

To follow-up on the path correction bug, which I tried to fix in

(first fix was not so well received, since it was not clear enough what values to expect)

@AJPfleger AJPfleger added this to the next milestone Jun 6, 2024
@github-actions github-actions bot added the Component - Core Affects the Core module label Jun 6, 2024
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.65%. Comparing base (80a03ea) to head (8dd41b7).
Report is 284 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3255   +/-   ##
=======================================
  Coverage   47.65%   47.65%           
=======================================
  Files         507      507           
  Lines       29205    29205           
  Branches    14010    14010           
=======================================
  Hits        13917    13917           
  Misses       5264     5264           
  Partials    10024    10024           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andiwand
Copy link
Contributor

andiwand commented Jun 6, 2024

@AJPfleger do you know in what situation this pops up? I am a bit worried that we are treating a symptom here and by doing that we will hide a deeper cause. I believe this case is not impossible but should be extremely rare. So if we are not super unlucky or run 10^9 particles with sufficiently low momentum or high energy loss I have a hard time imagining that this happens just by chance.

Apart from that the path correction is implemented similarly for other surfaces. I wonder if we want to solve this problem for all of them.

@AJPfleger
Copy link
Contributor Author

AJPfleger commented Jun 6, 2024

@andiwand I had it pop up in 3 of 10k events in this physmon test:

@AJPfleger
Copy link
Contributor Author

Closed in favour of a possible better solution and tracked here:

@AJPfleger AJPfleger closed this Jun 7, 2024
@andiwand andiwand modified the milestones: next, v35.2.0 Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Core Affects the Core module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants