Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KM3io.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
common
KM3io.jl
Commits
9e3cacb1
Verified
Commit
9e3cacb1
authored
1 year ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
3853e507
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/make.jl
+1
-0
1 addition, 0 deletions
docs/make.jl
docs/src/manual/calibration.md
+2
-0
2 additions, 0 deletions
docs/src/manual/calibration.md
docs/src/manual/rootfiles.md
+2
-1
2 additions, 1 deletion
docs/src/manual/rootfiles.md
with
5 additions
and
1 deletion
docs/make.jl
+
1
−
0
View file @
9e3cacb1
...
...
@@ -17,6 +17,7 @@ makedocs(;
"manual/rootfiles.md"
,
"manual/detector.md"
,
"manual/calibration.md"
,
"manual/tools.md"
,
],
"Examples"
=>
Any
[
"examples/offline_data.md"
,
...
...
This diff is collapsed.
Click to expand it.
docs/src/manual/calibration.md
+
2
−
0
View file @
9e3cacb1
# Calibration
It's implemented but not documented here yet. Check out the docs
`calibrate`
function's docstring!
This diff is collapsed.
Click to expand it.
docs/src/manual/rootfiles.md
+
2
−
1
View file @
9e3cacb1
...
...
@@ -299,4 +299,5 @@ julia> f = ROOTFile("root://ccxroot:1999//hpss/in2p3.fr/group/km3net/data/raw/se
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment