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

Enable multiple algorithms to work with N2Tiled strategy #32

Merged
merged 3 commits into from
Nov 1, 2023

Conversation

graeme-a-stewart
Copy link
Member

@graeme-a-stewart graeme-a-stewart commented Oct 30, 2023

Fix the tiled strategy implementation to respect the value of p which is passed, allowing switching between different algorithms (Anti-kt, Cambridge/Achen, Inclusive-kt).

Tests have been reworked to test both strategies for these three algorithms against the outputs from FastJet (which partly addresses #26).

Handle the power parameter properly in the N2Tiled strategy, allowing
different algorithms to be tested (Inclusive kt, Cambridge/Achen).
Three FastJet output files corresponding to Anti-kt (akt),
Cambridge/Achen (ca) and Inclusive-kt (ikt) algorithms.

Restructure tests to read all three files (but still only testing
Anti-kt at the moment).
Ensure that tests are run against all three standard jet
finding algorithms (Akt, CA, Ikt) for both strategies

Factorise out the PseudoJet vs. LorentzVector test.

Switch runs into "Warn" level mode (avoid info messages about
number of events processed).
@graeme-a-stewart graeme-a-stewart merged commit 47182d9 into JuliaHEP:main Nov 1, 2023
4 checks passed
@graeme-a-stewart
Copy link
Member Author

All looks good, so self-merging

@graeme-a-stewart graeme-a-stewart deleted the tiled-algo-fix branch November 1, 2023 09:42
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.

1 participant