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

fix: (Layer-based) Geometry construction handles layerless volumes #2514

Merged
merged 3 commits into from
Oct 5, 2023

Conversation

paulgessinger
Copy link
Member

In calorimeter developments with ODD we noticed that if DD4hep produces a volume without layers, which currently is the case with the calorimeter implementation that we have there, the geometry construction will fail to produce a geometry. This changes the layer-based geometry construction to ignore volumes without layers for now.

@paulgessinger paulgessinger added this to the next milestone Oct 5, 2023
@github-actions github-actions bot added the Component - Core Affects the Core module label Oct 5, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #2514 (487c4d3) into main (f2c21c2) will decrease coverage by 0.01%.
The diff coverage is 20.00%.

@@            Coverage Diff             @@
##             main    #2514      +/-   ##
==========================================
- Coverage   49.79%   49.78%   -0.01%     
==========================================
  Files         466      466              
  Lines       26262    26272      +10     
  Branches    12063    12069       +6     
==========================================
+ Hits        13076    13079       +3     
- Misses       4613     4617       +4     
- Partials     8573     8576       +3     
Files Coverage Δ
Core/src/Geometry/TrackingGeometryBuilder.cpp 44.82% <25.00%> (+0.82%) ⬆️
Core/src/Geometry/CylinderVolumeBuilder.cpp 25.23% <16.66%> (-0.17%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@andiwand andiwand left a comment

Choose a reason for hiding this comment

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

lgtm

@kodiakhq kodiakhq bot merged commit 6474bd2 into acts-project:main Oct 5, 2023
59 checks passed
@github-actions github-actions bot removed the automerge label Oct 5, 2023
@paulgessinger paulgessinger deleted the fix/dd4hep-nolayers branch October 5, 2023 15:01
@paulgessinger paulgessinger modified the milestones: next, v30.1.0 Oct 5, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants