-
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: Add DD4hep field adapter #2593
Merged
kodiakhq
merged 10 commits into
acts-project:main
from
paulgessinger:feat/dd4hep-field-adapter
Nov 16, 2023
Merged
feat: Add DD4hep field adapter #2593
kodiakhq
merged 10 commits into
acts-project:main
from
paulgessinger:feat/dd4hep-field-adapter
Nov 16, 2023
Conversation
This file contains 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
This allows querying the DD4hep-provided magnetic field for our purposes. You can define a constant field like ```xml <field name="MagnetFields_Constant" type="ConstantField" field="magnetic"> <strength x="0" y="0" z="2.0*tesla"/> </field> ``` or for example a solenoid field like ```xml <field type="solenoid" name="GlobalSolenoid" inner_field="Field_nominal_value" outer_field="outerField_nominal_value" zmax="sol_hlength" inner_radius="sol_rmin" outer_radius="sol_rmax" /> ```
github-actions
bot
added
Component - Core
Affects the Core module
Component - Examples
Affects the Examples module
Component - Plugins
Affects one or more Plugins
labels
Oct 28, 2023
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2593 +/- ##
==========================================
- Coverage 49.73% 49.73% -0.01%
==========================================
Files 474 474
Lines 26872 26874 +2
Branches 12364 12365 +1
==========================================
Hits 13366 13366
- Misses 4702 4704 +2
Partials 8804 8804 ☔ View full report in Codecov by Sentry. |
This reverts commit 84f7c87.
github-actions
bot
removed
the
Component - Documentation
Affects the documentation
label
Nov 2, 2023
I'll fix the docs failure tomorrow. |
Docs failure should be gone now. @asalzburger can you have a look? |
asalzburger
approved these changes
Nov 16, 2023
acts-project-service
added
the
Fails Athena tests
This PR causes a failure in the Athena tests
label
Nov 16, 2023
paulgessinger
removed
the
Fails Athena tests
This PR causes a failure in the Athena tests
label
Nov 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component - Core
Affects the Core module
Component - Documentation
Affects the documentation
Component - Examples
Affects the Examples module
Component - Plugins
Affects one or more Plugins
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.
This allows querying the DD4hep-provided magnetic field for our purposes.
You can define a constant field like
or for example a solenoid field like