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: replace track params with trajectories in examples #1670

Conversation

andiwand
Copy link
Contributor

@andiwand andiwand commented Nov 10, 2022

somehow we ended up passing through track parameters and trajectory tips through our algorithm chain which can be replaced by trajectories

the only caveat is particle smearing which will produce track parameters which should be passed down the chain. so track selector and vertexing will still except track parameters as an input

@andiwand andiwand added the 🚧 WIP Work-in-progress label Nov 10, 2022
@andiwand andiwand added this to the next milestone Nov 10, 2022
@codecov
Copy link

codecov bot commented Nov 10, 2022

Codecov Report

Merging #1670 (116e29b) into main (8fae9ef) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1670   +/-   ##
=======================================
  Coverage   48.54%   48.54%           
=======================================
  Files         383      383           
  Lines       20976    20976           
  Branches     9641     9641           
=======================================
  Hits        10182    10182           
  Misses       4119     4119           
  Partials     6675     6675           

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

@github-actions
Copy link

github-actions bot commented Nov 10, 2022

📊 Physics performance monitoring for 116e29b

Full report
CKF: seeded, truth smeared, truth estimated
IVF: seeded, truth smeared, truth estimated
Ambiguity resolution
Truth tracking

Vertexing

Vertexing vs. mu
IVF seeded

IVF truth_smeared

IVF truth_estimated

CKF

CKF seeded

CKF truth_smeared

CKF truth_estimated

Ambiguity resolution

seeded

Truth tracking

Truth tracking

Copy link
Member

@benjaminhuth benjaminhuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, I only would like this common utility function to remove at least a bit code duplication.

@andiwand andiwand marked this pull request as ready for review November 10, 2022 16:13
@andiwand andiwand added Component - Examples Affects the Examples module and removed 🚧 WIP Work-in-progress labels Nov 10, 2022
@andiwand
Copy link
Contributor Author

looks like this is passing now @benjaminhuth

cc @paulgessinger if you want to check this out

Copy link
Member

@paulgessinger paulgessinger 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 i think

@kodiakhq kodiakhq bot merged commit 131121e into acts-project:main Nov 11, 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
…oject#1670)

somehow we ended up passing through track parameters and trajectory tips through our algorithm chain which can be replaced by trajectories

the only caveat is particle smearing which will produce track parameters which should be passed down the chain. so track selector and vertexing will still except track parameters as an input
@andiwand andiwand deleted the refactor-examples-trajectories-vs-trackparams branch January 24, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Examples Affects the Examples module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants