@@ -8,7 +8,7 @@ browsed directly on
8
8
* Note:* because of extra dependencies in these scripts, one must use the
9
9
` Project.toml ` file in the ` examples ` directory.
10
10
11
- ## Standalone Examples
11
+ ## Standalone Basic Reconstruction Examples
12
12
13
13
### ` jetreco.jl `
14
14
@@ -38,24 +38,43 @@ performance for the AntiKt algorithm using the tiled strategy:
38
38
julia --project instrumented-jetreco.jl -S N2Tiled -A AntiKt --nsamples 100 ../test/data/events.hepmc3
39
39
```
40
40
41
+ ## Visualisation
42
+
43
+ This subdirectory contains examples showing how to use built in support for
44
+ visualising jets - either a final reconstruction state or an animation of the
45
+ reconstruction process.
46
+
47
+ Particularly here the heavy Makie dependency is contained in the ` Project.toml `
48
+ file for these examples only.
49
+
41
50
### ` visualise-jets.jl `
42
51
43
52
This script will produce a PNG/PDF showing the results of a jet reconstruction.
44
53
This is a 3D plot where all the initial energy deposits are visualised, with
45
54
colours that indicate in which final cluster the deposit ended up in.
46
55
47
- ### ` visualise-jets.ipynb `
56
+ ``` sh
57
+ julia --project visualise-jets.jl -A AntiKt -R 1.0 ../../test/data/events.pp13TeV.hepmc3.gz test-pp.png
58
+ ```
59
+
60
+ ### ` visualise-jets.ipynb ` and ` visualise-jets-nb.ipynb `
61
+
62
+ Similar to ` visualise-jets.jl ` these notebooks will produce a visualisation of
63
+ jet reconstruction in the browser. This is a 3D plot where all the initial
64
+ energy deposits are visualised, with colours that indicate in which final
65
+ cluster the deposit ended up in.
48
66
49
- Similar to ` visualise-jets.jl ` this notebook will produce a visualisation of jet
50
- reconstruction in the browser. This is a 3D plot where all the initial energy
51
- deposits are visualised, with colours that indicate in which final cluster the
52
- deposit ended up in.
67
+ The first example is a Jupyter notbook, the second runs in Pluto.
53
68
54
69
### ` animate-reconstruction.jl `
55
70
56
71
Performs jet reconstruction and then produces and animation of the process,
57
72
showing how the jets merge from their different constituents.
58
73
74
+ ``` sh
75
+ julia --project animate-reconstruction.jl -A AntiKt -R 1.0 ../../test/data/events.pp13TeV.hepmc3.gz test-pp.mp4
76
+ ```
77
+
59
78
## EDM4hep
60
79
61
80
The ` examples/EDM4hep ` folder contains examples of using EDM4hep reconstructed
0 commit comments