Skip to content

Commit

Permalink
increase min_electron_gap_length_for_splitting (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli authored Oct 29, 2024
1 parent 5b5e3e8 commit 084662e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/plugins/detector_physics/s2_photon_propagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class S2PhotonPropagationBase(FuseBaseDownChunkingPlugin):

min_electron_gap_length_for_splitting = straxen.URLConfig(
type=(int, float),
default=1e5,
default=2e6,
track=False,
help="Chunk can not be split if gap between photons is smaller than this value given in ns",
)
Expand Down

0 comments on commit 084662e

Please sign in to comment.