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

refactor!: set different initial spatial and temporal vertex variances #2804

Merged
merged 8 commits into from
Dec 13, 2023

Conversation

felix-russo
Copy link
Contributor

@felix-russo felix-russo commented Dec 11, 2023

Due to our choice of units, temporal coordinates live on a different numerical scale than spatial coordinates

This should be considered when setting the initial vertex covariance matrix

BREAKING CHANGE: member variable looseConstrValue is replaced by initialVariances

@github-actions github-actions bot added Component - Core Affects the Core module Component - Examples Affects the Examples module Vertexing labels Dec 11, 2023
andiwand
andiwand previously approved these changes Dec 11, 2023
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.

looks good! lets see what this does to the pull

@felix-russo
Copy link
Contributor Author

felix-russo commented Dec 11, 2023

time pull looks good
image

@felix-russo felix-russo changed the title refactor: set different initial spatial and temporal vertex variances refactor!: set different initial spatial and temporal vertex variances Dec 11, 2023
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (407df93) 48.62% compared to head (e353300) 48.62%.

Files Patch % Lines
...clude/Acts/Vertexing/AdaptiveMultiVertexFinder.hpp 0.00% 0 Missing and 1 partial ⚠️
...clude/Acts/Vertexing/AdaptiveMultiVertexFinder.ipp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2804      +/-   ##
==========================================
- Coverage   48.62%   48.62%   -0.01%     
==========================================
  Files         480      480              
  Lines       28019    28019              
  Branches    13254    13256       +2     
==========================================
- Hits        13625    13624       -1     
+ Misses       4802     4801       -1     
- Partials     9592     9594       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@felix-russo
Copy link
Contributor Author

We lose a few vertices:
image

But I think this is a price we can pay for correct pulls!

I talked to @paulgessinger and he is willing to make the necessary changes in Athena (thanks!)

Should we get this in then? @andiwand

andiwand
andiwand previously approved these changes Dec 12, 2023
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.

lets go

@paulgessinger paulgessinger added this to the v32.0.0 milestone Dec 12, 2023
@paulgessinger
Copy link
Member

physmon still fails here.

@felix-russo
Copy link
Contributor Author

Sorry I had to update the reference

andiwand
andiwand previously approved these changes Dec 12, 2023
@github-actions github-actions bot added Infrastructure Changes to build tools, continous integration, ... Changes Performance labels Dec 12, 2023
@paulgessinger
Copy link
Member

Nope, still red.
Is this non-deterministic somehow?

@felix-russo
Copy link
Contributor Author

I think the new physmon was not commented yet so I took a previous one.

Should be good now, can we try again @paulgessinger @andiwand

@kodiakhq kodiakhq bot merged commit dfb07ef into acts-project:main Dec 13, 2023
52 checks passed
@felix-russo felix-russo deleted the initial-covariance branch December 14, 2023 17:43
@acts-project-service
Copy link
Collaborator

✅ Athena integration test results [dfb07ef]

✅ All tests successful

status job report
🟢 run_unit_tests
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsBenchmarkWithSpot.sh 8 100
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsWorkflow.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsValidateAmbiguityResolution.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsValidateResolvedTracks.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsValidateTracks.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsValidateActsCoreSpacePoints.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsValidateActsSpacePoints.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsValidateSeeds.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsValidateOrthogonalSeeds.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsValidateClusters.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsPersistifyEDM.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsGSFRefitting.sh
🟢 run_ci_tests: ../athena/AtlasTest/CITest/test/ActsKfRefitting.sh
🟢 run_ci_tests: python3 ../athena/Tracking/Acts/ActsGeometry/test/ActsExtrapolationAlgTest.py
🟢 run_ci_tests: python3 ../athena/Tracking/Acts/ActsGeometry/test/ActsITkTest.py
🟢 run_workflow_tests_run4_mc
🟢 run_workflow_tests_run2_mc
🟢 run_workflow_tests_run2_data
🟢 run_workflow_tests_run3_mc
🟢 run_workflow_tests_run3_data
🟢 run_art_test: test_data18_13TeV_1000evt
🟢 run_art_test: test_ttbarPU40_reco

@paulgessinger paulgessinger added the Breaks Athena build This PR breaks the Athena build label Jan 23, 2024
LaraCalic pushed a commit to LaraCalic/acts that referenced this pull request Feb 10, 2024
acts-project#2804)

Due to our choice of units, temporal coordinates live on a different numerical scale than spatial coordinates

This should be considered when setting the initial vertex covariance matrix

`BREAKING CHANGE:` member variable `looseConstrValue` is replaced by `initialVariances`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaks Athena build This PR breaks the Athena build Changes Performance Component - Core Affects the Core module Component - Examples Affects the Examples module 👷‍♀️ User Action Needed Infrastructure Changes to build tools, continous integration, ... Vertexing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants