From e929afa4037d81eda5052b9c395231144032da85 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 9 Feb 2022 20:15:23 +0000 Subject: [PATCH] Update plot_online_example.py --- examples/plot_online_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_online_example.py b/examples/plot_online_example.py index 2dfec0c..bdc4b44 100644 --- a/examples/plot_online_example.py +++ b/examples/plot_online_example.py @@ -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. -for chunk in f.slices: +for chunk in f.summaryslices: break ##################################################### -- GitLab