Skip to content

Commit f24a27a

Browse files
authored
remove jet serialisation to ascii (#171)
1 parent ce95e7f commit f24a27a

File tree

5 files changed

+1
-137
lines changed

5 files changed

+1
-137
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@ directory.
123123
The plotting code is a package extension and will load if the one of the `Makie`
124124
modules is loaded in the environment.
125125

126-
### Serialisation
127-
128-
The package also provides methods such as `loadjets`, `loadjets!`, and
129-
`savejets` that one can use to save and load objects on/from disk easily in a
130-
very flexible format. See documentation for more.
131-
132126
## Reference
133127

134128
Although it has been developed further since the CHEP2023 conference, the CHEP

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ makedocs(sitename = "JetReconstruction.jl",
2222
"Visualisation" => "visualisation.md",
2323
"Contributing" => "contributing.md",
2424
"Reference Docs" => Any["Public API" => "lib/public.md",
25-
"Internal API" => "lib/internal.md"],
26-
"Extras" => Any["Serialisation" => "extras/serialisation.md"]
25+
"Internal API" => "lib/internal.md"]
2726
])
2827

2928
deploydocs(repo = "github.com/JuliaHEP/JetReconstruction.jl.git",

docs/src/extras/serialisation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/JetReconstruction.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ export mass_drop, soft_drop, jet_filtering, jet_trimming
8080
# Simple HepMC3 reader
8181
include("HepMC3.jl")
8282

83-
# jet serialisation (saving to file)
84-
include("Serialize.jl")
85-
export savejets, loadjets!, loadjets
86-
8783
# utility functions, useful for different primary scripts
8884
include("Utils.jl")
8985
export read_final_state_particles, final_jets

src/Serialize.jl

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)