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

Acts Seed-Finding Comparison Update, main branch (2024.11.13.) #771

Merged

Conversation

krasznaa
Copy link
Member

Triggered by #765, this PR tries to simplify the comparison code a little bit.

With the latest Acts version it's not necessary to create a dummy SpacePoint class anymore. We can put a wrapper around traccc::spacepoint directly. So this is what I did. At this point we can just use the existing == operator for traccc::spacepoint as well.

At the same time I simplified / cleaned the code a little, so that it would be more to my liking...

@krasznaa krasznaa added the tests Make sure the code keeps working label Nov 13, 2024
@krasznaa krasznaa force-pushed the UpdateSeedingTest-main-20241113 branch from 9d2c626 to fca9218 Compare November 13, 2024 12:18
Copy link
Contributor

@CarloVarni CarloVarni left a comment

Choose a reason for hiding this comment

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

I'm ok with the changes. Just added a though about the traccc-acts comparison. Up to you on what to do with it

tests/cpu/compare_with_acts_seeding.cpp Outdated Show resolved Hide resolved
With the latest Acts version it's not necessary to create a
dummy SpacePoint class anymore. We can put a wrapper around
traccc::spacepoint directly.

At the same time simplified / cleaned the code a little.

Thanks to Carlo for his suggestions!
@krasznaa krasznaa force-pushed the UpdateSeedingTest-main-20241113 branch from fca9218 to a12397e Compare November 13, 2024 14:42
@krasznaa krasznaa merged commit c313477 into acts-project:main Nov 14, 2024
26 checks passed
@krasznaa krasznaa deleted the UpdateSeedingTest-main-20241113 branch November 14, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Make sure the code keeps working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants