-
Notifications
You must be signed in to change notification settings - Fork 173
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: adding features for traccc data production #2845
feat: adding features for traccc data production #2845
Conversation
Hey @niermann999 - this is the necessary code to retrieve / set the identifiers on the ACTS side to a Acts::Detector - it does not yet contain the geometry fixes which should come shortly after. |
📊: Physics performance monitoring for 558c037physmon summary
|
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.
Just nitpicky comments, apply as you like
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2845 +/- ##
=======================================
Coverage 48.86% 48.87%
=======================================
Files 485 485
Lines 28175 28206 +31
Branches 13280 13288 +8
=======================================
+ Hits 13769 13786 +17
- Misses 4821 4829 +8
- Partials 9585 9591 +6 ☔ View full report in Codecov by Sentry. |
Invalidated by push of 26be85e
@niermann999 - I had a python formatting issue, please re-approve. |
Invalidated by push of 087f5bf
Hey @niermann999 - had python formatting problem and a clang-tidy complaint, so please a hopefully final re-approval |
This PR adds some necessary fixes for producing traccc data, particularly the possibility to set and assign custom GeometryID values to the new `Acts::Detector`. It also contains a missing fix for unit conversion DD4hep/ACTS.
This PR adds some necessary fixes for producing traccc data, particularly the possibility to set and assign custom GeometryID values to the new
Acts::Detector
.It also contains a missing fix for unit conversion DD4hep/ACTS.