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
5e2715ee
Verified
Commit
5e2715ee
authored
1 year ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
ce96fb12
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/src/manual/rootfiles.md
+17
-0
17 additions, 0 deletions
docs/src/manual/rootfiles.md
with
17 additions
and
0 deletions
docs/src/manual/rootfiles.md
+
17
−
0
View file @
5e2715ee
...
...
@@ -283,3 +283,20 @@ for pmt in 0:30
println("PMT $(pmt): HRV($(hrvstatus(frame, pmt))) FIFO($(fifostatus(frame, pmt)))")
end
```
## xrootd access
You can access files directly via
`xrootd`
by providing the URL on e.g. HPSS. Be
aware that URL has to be typed correctly,
`/`
instead of
`//`
results in an
error!), so it should always start with something like
`root://ccxroot:1999//hpss/...`
.
```
julia
julia
>
using
KM3io
julia
>
f
=
ROOTFile
(
"root://ccxroot:1999//hpss/in2p3.fr/group/km3net/data/raw/sea/KM3NeT_00000132/14/KM3NeT_00000132_00014481.root"
)
ROOTFile
{
OnlineTree
(
136335
events
,
107632
summaryslices
)}
```
Now you can
This diff is collapsed.
Click to expand it.
Tamas Gal
@tgal
mentioned in commit
04b8d29b
·
1 year ago
mentioned in commit
04b8d29b
mentioned in commit 04b8d29b3dd8fa29713a2791dff71b958d0cbd31
Toggle commit list
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