From e7add6d6138104df3ba35719a6665299761f7dd7 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 14 Apr 2020 11:14:00 +0200
Subject: [PATCH] Fix gallery example

---
 examples/plot_example.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/plot_example.py b/examples/plot_example.py
index c148a3e..4f662b7 100644
--- a/examples/plot_example.py
+++ b/examples/plot_example.py
@@ -16,7 +16,7 @@ import km3io
 # Just pass a filename to the reader class and get access to the event tree
 # with:
 
-f = km3io.DAQReader("samples/daq_v1.0.0.root")
+f = km3io.OnlineReader("samples/daq_v1.0.0.root")
 
 #####################################################
 # Note that only some meta information is read into memory.
-- 
GitLab