-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add vertexing tutorial #223
Conversation
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
=======================================
Coverage 44.99% 44.99%
=======================================
Files 374 374
Lines 18697 18697
Branches 8842 8842
=======================================
Hits 8413 8413
Misses 4906 4906
Partials 5378 5378 Continue to review full report at Codecov.
|
@paulgessinger I've adapted the code after our discussion and made it clear that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tutorial looks good.
I am not sure if we should add the empty tutorial example. I think it is sufficient to have the full example and the detailed description of what each part does in the permanent howto. For the tutorial it made sense to have the empty file but for the permanent version I do not think it does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for the changes. The remaining points are only nitpicking from my side.
Thanks @msmk0, I've updated the docs after your last suggestion. Should be ready from my side. |
Thanks, I will merge this once the CI builds finish. |
@baschlag Could you rebase the PR? |
…duce full example AMVF
…un_vertexing.md file
…ullExampleAMVFAlgorithm to AdaptiveMultiVertexFinderAlgorithm
Done. |
…-project#2915) closes acts-project#2900 Some parts of the tutorial are already missing. It was added some years ago for an event with acts-project#223.
…-project#2915) closes acts-project#2900 Some parts of the tutorial are already missing. It was added some years ago for an event with acts-project#223.
This PR adds a vertexing tutorial MD file as well as dedicated files for writing the tutorial code in.