Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
paolafer committed Feb 22, 2024
1 parent 4883c5f commit e78f18d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion invisible_cities/reco/paolina_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ def make_tracks(evt_number : float,
return tc


def drop_end_point_voxels(voxels: Sequence[Voxel], energy_threshold: float, min_vxls: int = 3,
def drop_end_point_voxels(voxels: Sequence[Voxel],
energy_threshold: float,
min_vxls: int = 3,
contiguity: Contiguity = Contiguity.CORNER) -> Sequence[Voxel]:
"""Eliminate voxels at the end-points of a track, recursively,
if their energy is lower than a threshold. Returns 1 if the voxel
Expand Down

0 comments on commit e78f18d

Please sign in to comment.