Skip to content

Commit

Permalink
Fix jet matching with Pythia Versions later than 8.3 (#144)
Browse files Browse the repository at this point in the history
* add code for jet matching in pythia > v8.3

* Add a simple technial test for jet matching

---------

Co-authored-by: Thomas Madlener <[email protected]>
  • Loading branch information
bistapf and tmadlener authored Dec 20, 2024
1 parent 3fb3f9f commit c8ad257
Show file tree
Hide file tree
Showing 5 changed files with 679 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: mixed-line-ending
- id: trailing-whitespace
exclude: (doc/ReleaseNotes.md)
exclude: (doc/ReleaseNotes.md|examples/data/events.lhe)
- repo: local
hooks:
- id: clang-format
Expand Down
Loading

0 comments on commit c8ad257

Please sign in to comment.