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: Reject material states when no measurements are found yet in Core CKF #3648

Merged

Conversation

andiwand
Copy link
Contributor

@andiwand andiwand commented Sep 25, 2024

Currently CKF tracks can have material states before any measurement was found. This is not true for outliers and holes. The logic is reworked so material, outliers and holes are handled in the same way if we have not found any measurements yet.

This is an attempt to also understand the output changes of #3391 better

@andiwand andiwand added this to the next milestone Sep 25, 2024
@github-actions github-actions bot added Component - Core Affects the Core module Track Finding labels Sep 25, 2024
Copy link

github-actions bot commented Sep 25, 2024

📊: Physics performance monitoring for dd8199e

Full contents

physmon summary

@github-actions github-actions bot added Infrastructure Changes to build tools, continous integration, ... Component - Examples Affects the Examples module Changes Performance labels Sep 25, 2024
Copy link

sonarcloud bot commented Sep 25, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
7.2% Coverage on New Code (required ≥ 25%)
25.0% Line Coverage on New Code (required ≥ 50%)

See analysis details on SonarCloud

@andiwand
Copy link
Contributor Author

@paulgessinger can we override sonarcloud here?

@paulgessinger paulgessinger merged commit 4a62f68 into acts-project:main Sep 26, 2024
25 of 36 checks passed
@andiwand andiwand deleted the fix-ckf-front-track-trimming branch September 26, 2024 07:57
@acts-project-service acts-project-service added Breaks Athena build This PR breaks the Athena build Fails Athena tests This PR causes a failure in the Athena tests labels Sep 26, 2024
kodiakhq bot pushed a commit that referenced this pull request Sep 27, 2024
Since the Core CKF is growing into its own components which is then absorbed by a track finding algorithm it also allows us to extend tracks into different regions of the detector. While extending tracks we map want to keep eventual holes/material/outliers states at the end or beginning of the track. For this reason the CKF is modified to return all the states it found.

For convenience of the user I added helper functions which allow to trim tracks. This is then exercised in the Examples track finding.

blocked by
- #3597
- #3644
- #3648
@paulgessinger paulgessinger modified the milestones: next, v37.0.0 Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaks Athena build This PR breaks the Athena build Changes Performance Component - Core Affects the Core module Component - Examples Affects the Examples module Fails Athena tests This PR causes a failure in the Athena tests Infrastructure Changes to build tools, continous integration, ... Track Finding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants