Skip to content

refactor!: Generalize navigation options for external surfaces#5243

Merged
kodiakhq[bot] merged 5 commits intoacts-project:mainfrom
andiwand:generalize-external-surfaces
Mar 23, 2026
Merged

refactor!: Generalize navigation options for external surfaces#5243
kodiakhq[bot] merged 5 commits intoacts-project:mainfrom
andiwand:generalize-external-surfaces

Conversation

@andiwand
Copy link
Contributor

Generalizes external surfaces from Navigator::Options to NavigatorPlainOptions which is the base for all our navigators. This way all navigators fulfill the interface necessary to deal with external surfaces. The DirectNavigator now also uses this central external surface list.

Also

  • adapt Navigator to handle the new option vs the previous 2 lists
  • rename Navigator::State::reset to resetForRenavigation
  • rename insertExternalSurface to appendExternalSurface to hit that order is important
  • improve appendExternalSurface doc
  • downstream changes

--- END COMMIT MESSAGE ---

@andiwand andiwand added this to the next milestone Mar 17, 2026
@github-actions github-actions bot added Component - Core Affects the Core module Track Fitting labels Mar 17, 2026
andiwand and others added 2 commits March 17, 2026 13:27
Co-authored-by: junggjo9 <junggjo90@gmail.com>
@andiwand andiwand requested a review from junggjo9 March 17, 2026 12:32
@github-actions
Copy link
Contributor

github-actions bot commented Mar 17, 2026

📊: Physics performance monitoring for 60aeec2

Full contents

physmon summary

@andiwand andiwand marked this pull request as ready for review March 18, 2026 18:56
@sonarqubecloud
Copy link

Copy link
Contributor

@junggjo9 junggjo9 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 to me

@kodiakhq kodiakhq bot merged commit 97297fa into acts-project:main Mar 23, 2026
44 checks passed
@andiwand andiwand deleted the generalize-external-surfaces branch March 23, 2026 09:52
@andiwand andiwand modified the milestones: next, v47.0.0, v46.0.0 Mar 23, 2026
benjaminhuth pushed a commit to benjaminhuth/acts that referenced this pull request Mar 23, 2026
…project#5243)

Generalizes external surfaces from `Navigator::Options` to `NavigatorPlainOptions` which is the base for all our navigators. This way all navigators fulfill the interface necessary to deal with external surfaces. The `DirectNavigator` now also uses this central external surface list.

Also
- adapt `Navigator` to handle the new option vs the previous 2 lists
- rename `Navigator::State::reset` to `resetForRenavigation`
- rename `insertExternalSurface` to `appendExternalSurface` to hit that order is important
- improve `appendExternalSurface` doc
- downstream changes
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 Track Fitting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants