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: Indexed surfaces generator #2234

Merged
merged 43 commits into from
Jul 20, 2023

Conversation

dimitra97
Copy link
Contributor

This PR mainly changes the IndexedSurfacesGenerator.hpp in order to accept other types of Navigation Delegates for the indexed surfaces, by providing a template class to the struct.

@github-actions github-actions bot added Component - Core Affects the Core module Component - Examples Affects the Examples module Component - Plugins Affects one or more Plugins labels Jun 22, 2023
@AJPfleger AJPfleger added this to the next milestone Jun 22, 2023
@codecov
Copy link

codecov bot commented Jun 23, 2023

Codecov Report

Merging #2234 (a1c9006) into main (375f1a9) will decrease coverage by 0.01%.
The diff coverage is 62.79%.

@@            Coverage Diff             @@
##             main    #2234      +/-   ##
==========================================
- Coverage   49.31%   49.31%   -0.01%     
==========================================
  Files         447      448       +1     
  Lines       25153    25152       -1     
  Branches    11570    11570              
==========================================
- Hits        12405    12404       -1     
  Misses       4558     4558              
  Partials     8190     8190              
Impacted Files Coverage Δ
...include/Acts/Detector/detail/IndexedGridFiller.hpp 56.09% <ø> (-2.73%) ⬇️
...lude/Acts/Navigation/SurfaceCandidatesUpdators.hpp 67.18% <ø> (ø)
Core/include/Acts/Utilities/detail/Grid.hpp 72.22% <ø> (ø)
.../Acts/Detector/detail/IndexedSurfacesGenerator.hpp 60.00% <50.00%> (ø)
Core/src/Detector/LayerStructureBuilder.cpp 35.57% <50.00%> (-0.62%) ⬇️
Core/src/Detector/detail/IndexedGridFiller.cpp 64.86% <64.86%> (ø)

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

@github-actions
Copy link

github-actions bot commented Jun 23, 2023

📊 Physics performance monitoring for a1c9006

Summary
Full report
Seeding: seeded, truth estimated, orthogonal
CKF: seeded, truth smeared, truth estimated, orthogonal
IVF: seeded, truth smeared, truth estimated, orthogonal
AMVF: 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

AMVF seeded

AMVF truth_smeared

AMVF truth_estimated

AMVF 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

asalzburger
asalzburger previously approved these changes Jul 6, 2023
@github-actions github-actions bot removed the Component - Examples Affects the Examples module label Jul 18, 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.

@dimitra97 is this ready to be merged?

I just had a quick look and didn't see anything controversial.

If ready, I am happy to merge because otherwise this will cause conflicts with soon to be done refactors

Core/src/Detector/CMakeLists.txt Outdated Show resolved Hide resolved
Co-authored-by: Andreas Stefl <stefl.andreas@gmail.com>
@dimitra97
Copy link
Contributor Author

@dimitra97 is this ready to be merged?

I just had a quick look and didn't see anything controversial.

If ready, I am happy to merge because otherwise this will cause conflicts with soon to be done refactors

yes thank you :)

@kodiakhq kodiakhq bot merged commit 4e5afb2 into acts-project:main Jul 20, 2023
57 checks passed
@paulgessinger paulgessinger modified the milestones: next, v27.2.0 Jul 24, 2023
paulgessinger pushed a commit to paulgessinger/acts that referenced this pull request Jul 24, 2023
This PR mainly changes the `IndexedSurfacesGenerator.hpp ` in order to accept other types of Navigation Delegates for the indexed surfaces, by providing a template class to the struct.
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 Component - Plugins Affects one or more Plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants