Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Dec 19, 2024
1 parent 7fde1f0 commit 8aea70c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions straxen/plugins/merged_s2s/merged_s2s.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class MergedS2s(strax.OverlapWindowPlugin):
data_kind = "merged_s2s"
provides = "merged_s2s"

n_tpc_pmts = straxen.URLConfig(type=int, help="Number of TPC PMTs")

n_top_pmts = straxen.URLConfig(type=int, help="Number of top TPC array PMTs")

s2_merge_max_duration = straxen.URLConfig(
default=50_000,
infer_type=False,
Expand Down Expand Up @@ -52,10 +56,6 @@ class MergedS2s(strax.OverlapWindowPlugin):
),
)

n_top_pmts = straxen.URLConfig(type=int, help="Number of top TPC array PMTs")

n_tpc_pmts = straxen.URLConfig(type=int, help="Number of TPC PMTs")

merged_s2s_get_window_size_factor = straxen.URLConfig(
default=5, type=int, track=False, help="Factor of the window size for the merged_s2s plugin"
)
Expand Down

0 comments on commit 8aea70c

Please sign in to comment.