-
Notifications
You must be signed in to change notification settings - Fork 176
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!: Use track container in Core CKF
and pass track proxies to delegates
#3161
refactor!: Use track container in Core CKF
and pass track proxies to delegates
#3161
Conversation
📊: Physics performance monitoring for 1f43ac2physmon summary
|
…-use-track-container
…cts into refactor-ckf-use-track-container
@timadye this should allow us to count experiment specific stopping criteria inside the branch stopper without adding state to it but rather store this information on the branches |
I executed |
So we think it's just the inconsistency? |
I think so - I triggered another run with the modified CI setup. Lets see if that goes through. Otherwise I would suggest to merge these PRs at the end of the day to get them into the nightly and then fix potential problems afterwards. |
Athena is happy now |
|
Wires tracks through Core CKF to track branches and passes those tracks into the branch stopper delegate. This allows the user to count experiment specific track quantities on those branches and then cut on those (e.g. pixel holes).
blocked by
std::string_view
foraddColumn
in track EDM #3187