@@ -6,7 +6,12 @@ browsed directly on
66[ GitHub] ( https://github.com/JuliaHEP/JetReconstruction.jl/tree/main/examples ) .
77
88* Note:* because of extra dependencies in these scripts, one must use the
9- ` Project.toml ` file in the ` examples ` directory.
9+ ` Project.toml ` file in the ` examples ` directory (or from ` examples/FEATURE `
10+ where there is a further dependency, e.g., for visualisation).
11+
12+ In the following examples we assume that these are being run from the directory
13+ where the examples script is. Adjust the paths if you run from a different
14+ location.
1015
1116## Standalone Basic Reconstruction Examples
1217
@@ -17,11 +22,11 @@ perform a jet reconstruction, with different algorithms and (optionally)
1722strategy, producing exclusive and inclusive jet selections.
1823
1924``` sh
20- julia --project=examples examples/ jetreco.jl --algorithm=AntiKt test/data/events.pp13TeV.hepmc3.gz
25+ julia --project jetreco.jl --algorithm=AntiKt ../ test/data/events.pp13TeV.hepmc3.zst
2126...
22- julia --project=examples examples/ jetreco.jl --algorithm=Durham test/data/events.eeH.hepmc3.gz
27+ julia --project jetreco.jl --algorithm=Durham ../ test/data/events.eeH.hepmc3.zst
2328...
24- julia --project=examples examples/ jetreco.jl --maxevents=10 --strategy=N2Plain --algorithm=Kt --exclusive-njets=3 test/data/events.pp13TeV.hepmc3.gz
29+ julia --project jetreco.jl --maxevents=10 --strategy=N2Plain --algorithm=Kt --exclusive-njets=3 ../ test/data/events.pp13TeV.hepmc3.zst
2530...
2631```
2732
@@ -35,7 +40,7 @@ profiling). Use the `--help` option to see usage. e.g., to extract timing
3540performance for the AntiKt algorithm using the tiled strategy:
3641
3742``` sh
38- julia --project instrumented-jetreco.jl -S N2Tiled -A AntiKt --nsamples 100 ../test/data/events.hepmc3
43+ julia --project instrumented-jetreco.jl -S N2Tiled -A AntiKt --nsamples 100 ../test/data/events.pp13TeV. hepmc3.zst
3944```
4045
4146## Visualisation
@@ -54,7 +59,7 @@ This is a 3D plot where all the initial energy deposits are visualised, with
5459colours that indicate in which final cluster the deposit ended up in.
5560
5661``` sh
57- julia --project visualise-jets.jl -A AntiKt -R 1.0 ../../test/data/events.pp13TeV.hepmc3.gz test-pp.png
62+ julia --project visualise-jets.jl -A AntiKt -R 1.0 ../../test/data/events.pp13TeV.hepmc3.zst test-pp.png
5863```
5964
6065### ` visualise-jets.ipynb ` and ` visualise-jets-nb.ipynb `
@@ -72,7 +77,7 @@ Performs jet reconstruction and then produces and animation of the process,
7277showing how the jets merge from their different constituents.
7378
7479``` sh
75- julia --project animate-reconstruction.jl -A AntiKt -R 1.0 ../../test/data/events.pp13TeV.hepmc3.gz test-pp.mp4
80+ julia --project animate-reconstruction.jl -A AntiKt -R 1.0 ../../test/data/events.pp13TeV.hepmc3.zst test-pp.mp4
7681```
7782
7883## EDM4hep
0 commit comments