Skip to content

Commit

Permalink
Read multiple algorithm outputs from FastJet
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
graeme-a-stewart committed Oct 30, 2023
1 parent 7622f4b commit e410bd1
Show file tree
Hide file tree
Showing 5 changed files with 8,497 additions and 7 deletions.
5 changes: 4 additions & 1 deletion test/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
## Files

- `events.hepmc3.gz` - 100 Pythia 13TeV envents in HepMC3 format (compressed)
- Unzip to `evemts.hepmc3` for actual use

- `jet_collections_fastjet.json` - JSON output from running jet reconstruction using FastJet 3.4.1, with R=0.4 and p_t_min=5.0
- `jet_collections_fastjet_akt.json` - JSON output from running anti-kt jet reconstruction using FastJet 3.4.1, with R=0.4 and p_t_min=5.0
- `jet_collections_fastjet_ca.json` - JSON output from running Cambridge/Achen jet reconstruction using FastJet 3.4.1, with R=0.4 and p_t_min=5.0
- `jet_collections_fastjet_ikt.json` - JSON output from running inclusive-kt jet reconstruction using FastJet 3.4.1, with R=0.4 and p_t_min=5.0
File renamed without changes.
Loading

0 comments on commit e410bd1

Please sign in to comment.