From 1e203885091cfe4ab3b2d809cd0f3b57310489d8 Mon Sep 17 00:00:00 2001 From: Stefan Reck <stefan.reck@fau.de> Date: Thu, 23 Jun 2022 13:55:27 +0200 Subject: [PATCH] rename --- src/km3io/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/km3io/tools.py b/src/km3io/tools.py index 1c92e47..ae6b015 100644 --- a/src/km3io/tools.py +++ b/src/km3io/tools.py @@ -539,7 +539,7 @@ def is_3dmuon(trigger_mask): return is_bit_set(trigger_mask, ktrg.JTRIGGER3DMUON) -def get_w2defs_idx(f): +def get_w2list_idx(f): """ Get the correct w2list_idx for the given file, or None if there is none. -- GitLab