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

feat: Fully configurable layer envelopes #1751

Merged
merged 4 commits into from
Dec 19, 2022

Conversation

pbutti
Copy link
Contributor

@pbutti pbutti commented Dec 15, 2022

This PR is to allow for fully configure the CuboidVolumeBuilder to define the envelope of the various layers.
Allowing Navigation layers to be wider than just the size of the sensitive surfaces can help with problems seen in issue
#1596 to account for the fact that the Navigator will extrapolate linearly from the last state, not taking into account that the track will bend. This is only relevant in telescope geometries.

@github-actions
Copy link

github-actions bot commented Dec 15, 2022

📊 Physics performance monitoring for 8e0213d

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 15, 2022

Codecov Report

Merging #1751 (8e0213d) into main (7a4286a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1751   +/-   ##
=======================================
  Coverage   49.14%   49.14%           
=======================================
  Files         395      395           
  Lines       21800    21802    +2     
  Branches     9953     9953           
=======================================
+ Hits        10713    10715    +2     
  Misses       4187     4187           
  Partials     6900     6900           
Impacted Files Coverage Δ
Core/include/Acts/Geometry/CuboidVolumeBuilder.hpp 33.33% <ø> (ø)
Core/src/Geometry/CuboidVolumeBuilder.cpp 36.88% <100.00%> (+1.05%) ⬆️

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

@paulgessinger paulgessinger added this to the next milestone Dec 19, 2022
@kodiakhq kodiakhq bot merged commit cb90440 into acts-project:main Dec 19, 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 PR is to allow for fully configure the CuboidVolumeBuilder to define the envelope of the various layers. 
Allowing Navigation layers to be wider than just the size of the sensitive surfaces can help with problems seen in issue 
acts-project#1596 to account for the fact that the Navigator will extrapolate linearly from the last state, not taking into account that the track will bend. This is only relevant in telescope geometries.
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

2 participants