Skip to content
Snippets Groups Projects
Commit 41720972 authored by Stefan Reck's avatar Stefan Reck
Browse files

add docstring

parent b549cf32
No related branches found
No related tags found
Loading
Pipeline #29003 passed with warnings
This commit is part of merge request !72. Comments created here will be created in the context of that merge request.
......@@ -540,6 +540,15 @@ def is_3dmuon(trigger_mask):
def get_w2defs_idx(f):
"""
Get the correct w2list_idx for the given file, or None if there is none.
Parameters
----------
f : km3io.OfflineReader
The file.
"""
w2s_idx = {
"genhen": km3io.definitions.w2list_genhen_idx,
"gseagen": km3io.definitions.w2list_gseagen_idx,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment