Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
km3io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
km3py
km3io
Merge requests
!72
add w2lists_def readout
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add w2lists_def readout
add_w2lists_def_readout
into
master
Overview
4
Commits
4
Pipelines
4
Changes
1
Merged
Stefan Reck
requested to merge
add_w2lists_def_readout
into
master
2 years ago
Overview
4
Commits
4
Pipelines
4
Changes
1
Expand
Add function to automatically read out w2list_XXX_idx from definitions for an offline file
0
0
Merge request reports
Viewing commit
1e203885
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1e203885
rename
· 1e203885
Stefan Reck
authored
2 years ago
src/km3io/tools.py
+
1
−
1
Options
@@ -539,7 +539,7 @@ def is_3dmuon(trigger_mask):
return
is_bit_set
(
trigger_mask
,
ktrg
.
JTRIGGER3DMUON
)
def
get_w2
defs
_idx
(
f
):
def
get_w2
list
_idx
(
f
):
"""
Get the correct w2list_idx for the given file, or None if there is none.
Loading