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

fix: improve Python full-chain ITk example #1356

Merged
merged 2 commits into from
Aug 2, 2022

Conversation

timadye
Copy link
Contributor

@timadye timadye commented Jul 29, 2022

For ttbar + PU200 example code (commented out in full_chain_itk.py), change particle selector pT > 1 GeV to pT > 0.15 GeV.

This change allows lower momentum particles to be included in the simulation. They may not be reconstructed and certainly won't be included in the efficiency calculation, but do provide more realistic hits in the detector to test the pattern recognition. @asalzburger suggested Fatras should still be able to cope with 150 MeV.

Note, that this is in code that is commented out in the example script. The PR merely provides a better example for anyone wanting to test ITk with ttbar and pile-up.

@timadye timadye added this to the next milestone Jul 29, 2022
@timadye timadye requested a review from tboldagh July 29, 2022 17:53
@codecov
Copy link

codecov bot commented Jul 29, 2022

Codecov Report

Merging #1356 (51a7648) into main (6fe9ca2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1356   +/-   ##
=======================================
  Coverage   47.46%   47.46%           
=======================================
  Files         375      375           
  Lines       19827    19827           
  Branches     9297     9297           
=======================================
  Hits         9410     9410           
  Misses       4033     4033           
  Partials     6384     6384           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Contributor

@AJPfleger AJPfleger left a comment

Choose a reason for hiding this comment

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

Seems OK to me. What is the reason for this change? (Maybe you could also add it to the intro-comment)

@timadye
Copy link
Contributor Author

timadye commented Aug 1, 2022

Seems OK to me. What is the reason for this change? (Maybe you could also add it to the intro-comment)

Good idea.

@kodiakhq kodiakhq bot merged commit f4ad9b7 into acts-project:main Aug 2, 2022
@paulgessinger paulgessinger modified the milestones: next, v19.6.0 Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants