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: SP builder uses SourceLinks instead of Measurements #1953

Merged
merged 7 commits into from
Mar 22, 2023

Conversation

toyamaza
Copy link
Contributor

This PR changes the SP builder input from Measurements to SourceLink so that users can avoid unnecessary measurement creation.
Some SP builder parameters are moved from the config to the option to allow event/module-dependent parameters.

@toyamaza toyamaza added this to the next milestone Mar 16, 2023
@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

Merging #1953 (7293052) into main (cf036b6) will increase coverage by 0.00%.
The diff coverage is 45.83%.

@@           Coverage Diff           @@
##             main    #1953   +/-   ##
=======================================
  Coverage   49.51%   49.52%           
=======================================
  Files         411      412    +1     
  Lines       23340    23321   -19     
  Branches    10634    10622   -12     
=======================================
- Hits        11557    11549    -8     
  Misses       4332     4332           
+ Partials     7451     7440   -11     
Impacted Files Coverage Δ
...ude/Acts/SpacePointFormation/SpacePointBuilder.hpp 50.00% <ø> (ø)
...ts/SpacePointFormation/SpacePointBuilderConfig.hpp 100.00% <ø> (+50.00%) ⬆️
Core/include/Acts/Utilities/SpacePointUtility.hpp 100.00% <ø> (ø)
...s/SpacePointFormation/SpacePointBuilderOptions.hpp 25.00% <25.00%> (ø)
Core/src/Utilities/SpacePointUtility.cpp 37.79% <28.57%> (+0.80%) ⬆️
...s/SpacePointFormation/detail/SpacePointBuilder.ipp 46.37% <51.35%> (-2.20%) ⬇️

... and 1 file with indirect coverage changes

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

@github-actions
Copy link

github-actions bot commented Mar 16, 2023

📊 Physics performance monitoring for 7293052

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

toyamaza and others added 2 commits March 16, 2023 15:35
Co-authored-by: Carlo Varni <75478407+CarloVarni@users.noreply.github.com>
@CarloVarni
Copy link
Collaborator

@toyamaza you have to manually update the PR... the bot can't do it

@kodiakhq kodiakhq bot merged commit 56aff8b into acts-project:main Mar 22, 2023
1 check passed
paulgessinger pushed a commit to paulgessinger/acts that referenced this pull request Mar 23, 2023
…roject#1953)

This PR changes the SP builder input from Measurements to SourceLink so that users can avoid unnecessary measurement creation.
Some SP builder parameters are moved from the config to the option to allow event/module-dependent parameters.
toyamaza added a commit to toyamaza/acts that referenced this pull request Mar 24, 2023
…roject#1953)

This PR changes the SP builder input from Measurements to SourceLink so that users can avoid unnecessary measurement creation.
Some SP builder parameters are moved from the config to the option to allow event/module-dependent parameters.
@paulgessinger paulgessinger modified the milestones: next, v24.0.0 Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants