feat: Traccc sequence example python bindings#5348
Draft
paradajzblond wants to merge 27 commits into
Draft
Conversation
Member
paulgessinger
left a comment
There was a problem hiding this comment.
Agreed with overall strategy. There are still some spots which hard requires cuda when we build the traccc plugin.
Also, what's your plan on the orchestration / algorithm code that now live in the Python binding layer? Can we eventually move this out into the plugin proper?
4b8ea9f to
42252fe
Compare
1413f63 to
75bc7cf
Compare
Contributor
Updating Detray, Traccc and VecMem versions. Removing AlgebraPlugins.
b738dfa to
f1e1145
Compare
krasznaa
reviewed
May 19, 2026
Member
krasznaa
left a comment
There was a problem hiding this comment.
Just a couple of things to start off...
|
|
||
| namespace ActsExamples { | ||
|
|
||
| class ActsMeasToTracccAlg final : public IAlgorithm { |
Member
There was a problem hiding this comment.
I didn't check what other example algorithms do (😦), but some (Doxygen) documentation would be in order here, right?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating Traccc, Detray, VecMem versions.
Exposing the full traccc CUDA track reconstruction chain as a Python
module, mirroring the standalone traccc_seq_example executable.