Skip to content

Commit a71556e

Browse files
authored
use local version of JetReconstruction in examples and docs (#142)
1 parent 25d206f commit a71556e

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ JetReconstruction = "44e8cb2c-dfab-4825-9c70-d4808a591196"
66
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
77
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
88

9+
[sources]
10+
JetReconstruction = {path = ".."}
11+
912
[compat]
1013
Documenter = "1.4"
1114
EDM4hep = "0.4"

examples/EDM4hep/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
33
EDM4hep = "eb32b910-dde9-4347-8fce-cd6be3498f0c"
44
JetReconstruction = "44e8cb2c-dfab-4825-9c70-d4808a591196"
55
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
6+
7+
[sources]
8+
JetReconstruction = {path = "../.."}

examples/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ LorentzVectorHEP = "f612022c-142a-473f-8cfd-a09cf3793c6c"
88
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
99
ProfileSVG = "132c30aa-f267-4189-9183-c8a63c7e05e6"
1010
StatProfilerHTML = "a8a75453-ed82-57c9-9e16-4cd1196ecbf5"
11+
12+
[sources]
13+
JetReconstruction = {path = ".."}

examples/constituents/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
JetReconstruction = "44e8cb2c-dfab-4825-9c70-d4808a591196"
33
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
44
LorentzVectorHEP = "f612022c-142a-473f-8cfd-a09cf3793c6c"
5+
6+
[sources]
7+
JetReconstruction = {path = "../.."}

examples/substructure/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[deps]
22
JetReconstruction = "44e8cb2c-dfab-4825-9c70-d4808a591196"
3+
4+
[sources]
5+
JetReconstruction = {path = "../.."}

examples/visualisation/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ JetReconstruction = "44e8cb2c-dfab-4825-9c70-d4808a591196"
77
LorentzVectorHEP = "f612022c-142a-473f-8cfd-a09cf3793c6c"
88
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
99
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
10+
11+
[sources]
12+
JetReconstruction = {path = "../.."}

0 commit comments

Comments
 (0)