From b92629355b56ec357983f232dbfc22dafed56a0e Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 7 Oct 2020 14:01:32 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- km3io/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/km3io/tools.py b/km3io/tools.py index 4f2b4d1..5c95062 100644 --- a/km3io/tools.py +++ b/km3io/tools.py @@ -233,7 +233,7 @@ def get_multiplicity(tracks, rec_stages): Returns ------- - class km3io.offline.OfflineBranch + km3io.offline.OfflineBranch tracks branch with the desired reconstruction stages only. """ return tracks[mask(tracks, rec_stages)] -- GitLab