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

Fix docs

parent 07efad81
No related branches found
No related tags found
1 merge request!68Rewrite the online module
Pipeline #25158 failed
...@@ -49,7 +49,7 @@ print(f.events[0].snapshot_hits.tot) ...@@ -49,7 +49,7 @@ print(f.events[0].snapshot_hits.tot)
# keyword and then use the data which has been "pulled out" of the ROOT file. # keyword and then use the data which has been "pulled out" of the ROOT file.
for chunk in f.summaryslices.slices: for chunk in f.slices:
break break
##################################################### #####################################################
...@@ -72,3 +72,6 @@ print(chunks.slices.type) ...@@ -72,3 +72,6 @@ print(chunks.slices.type)
# To read the frame index of all summaryslices in the obtained chunk: # To read the frame index of all summaryslices in the obtained chunk:
print(chunk.headers.frame_index) print(chunk.headers.frame_index)
#####################################################
# To be continued...
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