Skip to content
Snippets Groups Projects
Verified Commit 9e3cacb1 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update docs

parent 3853e507
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ makedocs(; ...@@ -17,6 +17,7 @@ makedocs(;
"manual/rootfiles.md", "manual/rootfiles.md",
"manual/detector.md", "manual/detector.md",
"manual/calibration.md", "manual/calibration.md",
"manual/tools.md",
], ],
"Examples" => Any[ "Examples" => Any[
"examples/offline_data.md", "examples/offline_data.md",
......
# Calibration # Calibration
It's implemented but not documented here yet. Check out the docs `calibrate`
function's docstring!
...@@ -299,4 +299,5 @@ julia> f = ROOTFile("root://ccxroot:1999//hpss/in2p3.fr/group/km3net/data/raw/se ...@@ -299,4 +299,5 @@ julia> f = ROOTFile("root://ccxroot:1999//hpss/in2p3.fr/group/km3net/data/raw/se
ROOTFile{OnlineTree (136335 events, 107632 summaryslices)} ROOTFile{OnlineTree (136335 events, 107632 summaryslices)}
``` ```
Now you can Now you can use it as if it was on your local filesystem. `UnROOT.jl` will take
care of loading only the needed data from the server.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment