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

Skip a CKF when no measurement is found on a surface #529

Merged
merged 5 commits into from
Apr 11, 2024

Conversation

shimasnd
Copy link
Contributor

It is to continue CKF steps even if there is no measurement on an expected surface. (In current traccc, CKF simply stops for a candidate track in such a case and the candidate is discarded.) As a tentative solution, a dummy measurement is inserted to extend CKF steps.
Additional modification is to keep track candidates when the number of CKF steps reaches the max_track_candidates_per_track.

@beomki-yeo beomki-yeo self-requested a review March 22, 2024 14:27
Copy link
Contributor

@beomki-yeo beomki-yeo left a comment

Choose a reason for hiding this comment

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

I think we can take this PR as a temporal solution.

core/include/traccc/finding/finding_algorithm.ipp Outdated Show resolved Hide resolved
@beomki-yeo
Copy link
Contributor

Looks good

@beomki-yeo
Copy link
Contributor

@paulgessinger Can you guess why the CI Bridge was refused?

@krasznaa
Copy link
Member

That is only enabled for a selective list of accounts. So this is expected. We can add her later once/if PRs become a regular occurrence. 😉

@beomki-yeo
Copy link
Contributor

I think she needs to be added to the list because this PR is definitely affecting GPU codes as well

@beomki-yeo
Copy link
Contributor

@krasznaa @paulgessinger Could you guys consider adding her to the CI account list? I am aware that the GPU-CI is not a free machine and it belongs to a certain group. But Shima has contributed to this project already a couple of times, and it is going to be easier to maintain our project in a safe manner with her future contributions

@paulgessinger
Copy link
Member

I sent the invite

@beomki-yeo
Copy link
Contributor

Thank you so much!

@beomki-yeo
Copy link
Contributor

beomki-yeo commented Mar 29, 2024

It seems the CUDA CI fails: log

I think it is not a problem of this PR but something else

Copy link
Contributor

@beomki-yeo beomki-yeo left a comment

Choose a reason for hiding this comment

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

I think the GPU CI is not working very well. Let's just go with it. @shimasnd could you rebase the PR so it can get merged?

@beomki-yeo beomki-yeo merged commit b51d395 into acts-project:main Apr 11, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants