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

refactor!: converge to naming sourceLink #3647

Merged
merged 4 commits into from
Sep 25, 2024

Conversation

AJPfleger
Copy link
Contributor

No description provided.

@AJPfleger AJPfleger added this to the next milestone Sep 25, 2024
Copy link

📊: Physics performance monitoring for 0a451d8

Full contents

physmon summary

@AJPfleger AJPfleger marked this pull request as ready for review September 25, 2024 09:32
Copy link
Contributor

@andiwand andiwand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 thank you for aligning this!

This will require an Athena patch. I can do this after it is merged.

@AJPfleger AJPfleger changed the title refactor: converge to naming sourceLink refactor!: converge to naming sourceLink Sep 25, 2024
@AJPfleger AJPfleger modified the milestones: next, v37.0.0 Sep 25, 2024
Copy link

sonarcloud bot commented Sep 25, 2024

@kodiakhq kodiakhq bot merged commit 0d30307 into acts-project:main Sep 25, 2024
45 checks passed
@AJPfleger AJPfleger deleted the sourcelink branch September 25, 2024 12:20
kodiakhq bot pushed a commit that referenced this pull request Sep 26, 2024
We want to add the `HoleFlag`, when `(precedingMeasurementExists && surfaceIsSensitive)`. We had the case, that we would wrongly always tag holes, when `surfaceIsSensitive && surfaceHasMaterial` because then the check for `precedingMeasurementExists` would have been short-circuited.

The physmon does no change, because there we use the ODD which has material and sensitive on different surface, therefore could not be short-circuited. That's why we only see a difference in the generic detector hashes.

blocked:
- #3647
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants