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: vertex constraints #1094

Merged
merged 3 commits into from
Dec 7, 2021

Conversation

bernies-bytes
Copy link
Contributor

This very small PR fixes the settings of position and covariance matrix of the vertex constraint in the VertexFitterAlgorithm.hpp. When I ran the Billoir fitter with the old settings, I got the following errors:

14:15:37 VertexFit ERROR Error in vertex fit with constraint.
14:15:37 VertexFit ERROR Numeric failure in calculation.

Looking at the FullBilloirVertexFitterTests.cpp in /Tests/UnitTests/Core/Vertexing, showed that the constraints had a dimension missing (and also wrong units), which resolved the issue.

Bernadette Kolbinger added 2 commits December 2, 2021 15:26
@paulgessinger paulgessinger added this to the next milestone Dec 3, 2021
@codecov
Copy link

codecov bot commented Dec 3, 2021

Codecov Report

Merging #1094 (c31b3a8) into main (f8ff231) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1094   +/-   ##
=======================================
  Coverage   48.58%   48.58%           
=======================================
  Files         341      341           
  Lines       17515    17515           
  Branches     8263     8263           
=======================================
  Hits         8510     8510           
  Misses       3232     3232           
  Partials     5773     5773           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8ff231...c31b3a8. Read the comment docs.

@kodiakhq kodiakhq bot merged commit f7f6964 into acts-project:main Dec 7, 2021
@paulgessinger paulgessinger modified the milestones: next, v15.1.0 Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants