Skip to content

Commit

Permalink
Move option back
Browse files Browse the repository at this point in the history
  • Loading branch information
WenzDaniel committed Dec 19, 2023
1 parent 284206e commit 5f0a128
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 @@ -54,14 +54,14 @@ class MergedS2s(strax.OverlapWindowPlugin):
),
)

sum_waveform_top_array = straxen.URLConfig(
default=True, type=bool, help="Digitize the sum waveform of the top array separately"
)

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")

sum_waveform_top_array = straxen.URLConfig(
default=True, type=bool, help="Digitize the sum waveform of the top array separately"
)

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 5f0a128

Please sign in to comment.