Skip to content

Commit

Permalink
Minor change to main docs
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-a-stewart committed Jun 13, 2024
1 parent bcf6419 commit 814190d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ This package implements sequential Jet Reconstruction (clustering) algorithms,
which are used in high-energy physics as part of event reconstruction for $pp$
and $e^+e^-$ colliders.

### Algorithms
## Algorithms

Algorithms used are based on the C++ FastJet package (<https://fastjet.fr>,
[hep-ph/0512210](https://arxiv.org/abs/hep-ph/0512210),
[arXiv:1111.6097](https://arxiv.org/abs/1111.6097)), reimplemented natively in
Julia.

The algorithms include ``\text{anti}-{k}_\text{T}``, Cambridge/Aachen and inclusive ``k_\text{T}``.
The algorithms include ``\text{anti}-{k}_\text{T}``, Cambridge/Aachen and
inclusive ``k_\text{T}``.

## Reconstruction Interface

Expand Down

0 comments on commit 814190d

Please sign in to comment.