-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat!: Space point implementation #1900
feat!: Space point implementation #1900
Conversation
Examples/Framework/include/ActsExamples/EventData/SpacePointContainer.hpp
Outdated
Show resolved
Hide resolved
Hi Carlo, I think this is what we want. From what I looked at the code there may be few missing pieces (to be able to build this container). And I have some technical questions/doubts. |
This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs. |
still a lot of work to do here, but the basic structure is in place. @paulgessinger @tboldagh can you take a look at this? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1900 +/- ##
==========================================
- Coverage 48.90% 48.71% -0.19%
==========================================
Files 491 498 +7
Lines 28561 28691 +130
Branches 13487 13569 +82
==========================================
+ Hits 13967 13978 +11
- Misses 4861 4980 +119
Partials 9733 9733 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 3583c9ephysmon summary
|
|
… in the seeding (#3432) Read-only implementation of the space point EDM, following the examples from Tracks and MTJ. The seeding infrastructures have been adapted to this, both the default and orthogonal seeding. Taken from #1900 but squashed This also removed the following classes: `InternalSpacePoint` and `InternalSeed`
Read-only implementation of the space point EDM, following the examples from Tracks and MTJ. The seeding infrastructures have been adapted to this, both the default and orthogonal seeding.
This also removed the following classes:
InternalSpacePoint
andInternalSeed