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: in cylinder volume helper #1750

Merged
merged 4 commits into from
Dec 15, 2022

Conversation

asalzburger
Copy link
Contributor

This baffles me that this bug was undiscovered for such a long time.

When glueing container to container, the inter glue radius has to be re-evaluated between the volumes in case of r-binning, but that was not the case in the CylinderVolumeHelper.

This cherry-pick should fix this.

@asalzburger asalzburger added this to the next milestone Dec 14, 2022
@github-actions
Copy link

github-actions bot commented Dec 14, 2022

📊 Physics performance monitoring for 4d30150

Full report
Seeding: seeded, truth estimated, orthogonal
CKF: seeded, truth smeared, truth estimated, orthogonal
IVF: seeded, truth smeared, truth estimated, orthogonal
Ambiguity resolution: seeded, orthogonal
Truth tracking
Truth tracking (GSF)

Vertexing

Vertexing vs. mu
IVF seeded

IVF truth_smeared

IVF truth_estimated

IVF orthogonal

Seeding

Seeding seeded

Seeding truth_estimated

Seeding orthogonal

CKF

CKF seeded

CKF truth_smeared

CKF truth_estimated

CKF orthogonal

Ambiguity resolution

seeded

Truth tracking (Kalman Filter)

Truth tracking

Truth tracking (GSF)

Truth tracking

@codecov
Copy link

codecov bot commented Dec 14, 2022

Codecov Report

Merging #1750 (4d30150) into main (b5dc7be) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1750      +/-   ##
==========================================
- Coverage   49.28%   49.28%   -0.01%     
==========================================
  Files         395      395              
  Lines       21806    21810       +4     
  Branches     9925     9929       +4     
==========================================
  Hits        10748    10748              
  Misses       4179     4179              
- Partials     6879     6883       +4     
Impacted Files Coverage Δ
Core/src/Geometry/CylinderVolumeHelper.cpp 29.61% <0.00%> (-0.26%) ⬇️

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

@asalzburger asalzburger requested review from andiwand and paulgessinger and removed request for andiwand December 15, 2022 08:14
@asalzburger asalzburger added Bug Something isn't working automerge labels Dec 15, 2022
@kodiakhq kodiakhq bot merged commit 9758692 into acts-project:main Dec 15, 2022
@paulgessinger paulgessinger modified the milestones: next, v22.0.0 Dec 21, 2022
CarloVarni pushed a commit to CarloVarni/acts that referenced this pull request Dec 22, 2022
This baffles me that this bug was undiscovered for such a long time.

When glueing container to container, the inter glue radius has to be re-evaluated between the volumes in case of r-binning, but that was not the case in the `CylinderVolumeHelper`.

This cherry-pick should fix this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants