-
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
feat: Reverse track finding for Examples #3200
Conversation
📊: Physics performance monitoring for 1c48bdcphysmon summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3200 +/- ##
=======================================
Coverage 47.62% 47.62%
=======================================
Files 507 507
Lines 29173 29173
Branches 14000 14000
=======================================
Hits 13893 13893
Misses 5260 5260
Partials 10020 10020 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. CI passes successfully.
|
We would like to run part of our seeds for track finding in Athena first inwards and then outwards. First we wanted to showcase this using the Acts Examples framework. Since we do not really have multiple seed regions in the Examples right now this is modeled as a static config flag in the track finding.
blocked by