From b6c8abda54d96abb85fb429a981f05c40c3374af Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Thu, 19 Dec 2019 16:08:07 +0100
Subject: [PATCH] Fix path

---
 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 6796508..c148a3e 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/jpp_v12.0.0.root")
+f = km3io.DAQReader("samples/daq_v1.0.0.root")
 
 #####################################################
 # Note that only some meta information is read into memory.
-- 
GitLab