Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alefisico committed Jan 9, 2024
1 parent 1ad44d3 commit f6f2b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/01-jets101.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ These algorithms follow this recipe:
* Defining $$d_{ij} = min(p^{2p}_{ti},p^{2p}_{tj}) \Delta R^{2}_{ij}/R^2$$ and $d_{iB} = p_{ti}^{2p}$. We combine two particles if $d_{ij} < d_{iB}$.
* if $p=1$ then _kt algorithm_ (KT)
* if $p=0$ then _Cambridge Aachen algorithm_ (CA)
* if $p=-1$ then _kt algorithm_ (KT)
* if $p=-1$ then _antikt algorithm_ (AK)
* Stop when $d_{ij} > d_{iB}$.
<figure>
Expand Down

0 comments on commit f6f2b4d

Please sign in to comment.