From 814190dc85c23ee3d5215b00cef2c30af96fd4e6 Mon Sep 17 00:00:00 2001 From: Graeme A Stewart Date: Thu, 13 Jun 2024 16:03:31 +0200 Subject: [PATCH] Minor change to main docs --- docs/src/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 4d61247..17e4076 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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 (, [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