Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Dec 16, 2024
1 parent 098778e commit f5868aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions straxen/plugins/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@

NV_HIT_DEFAULTS = {
"save_outside_hits_nv": (3, 15),
"hit_min_amplitude_nv": "xedocs://hit_thresholds?version=ONLINE&run_id=plugin.run_id&detector=neutron_veto",
"hit_min_amplitude_nv": (
"xedocs://hit_thresholds?version=ONLINE&run_id=plugin.run_id&detector=neutron_veto"
),
}

MV_HIT_DEFAULTS = {
"save_outside_hits_mv": (2, 5),
"hit_min_amplitude_mv": "xedocs://hit_thresholds_mv?version=ONLINE&run_id=plugin.run_id&detector=muon_veto",
"hit_min_amplitude_mv": (
"xedocs://hit_thresholds?version=ONLINE&run_id=plugin.run_id&detector=muon_veto"
),
}

FAKE_MERGED_S2_TYPE = -42

0 comments on commit f5868aa

Please sign in to comment.