@@ -9,10 +9,10 @@ Module to establish an association between clusters on a DUT plane and a referen
The association allows for cuts in position and time.
For the spatial cut, two options are implemented which can be chosen using `use_cluster_centre`.
By default, the distance of the closest pixel of a clusters to the track intercept is compared to the `spatial_cut` in local coordinates.
By default, the distance of the closest pixel of a cluster to the track intercept is compared to the `spatial_cut` in local coordinates.
If larger than the cut, the cluster is not associated to the track.
This option can be chosen, e.g. for an efficiency analysis, when the cluster centre might be pulled away from the track intercept by a delta electron in the silicon.
The other option is to compare the distance of the cluster centre to the track intercept (also in local coordinates).
The other option is to compare the distance between the cluster centre and the track intercept to the `spatial_cut`(also in local coordinates).
### Parameters
*`spatial_cut`: Maximum spatial distance in local coordinates in x- and y-direction allowed between cluster and track for association with the DUT. Expects two values for the two coordinates, defaults to twice the pixel pitch.
...
...
@@ -36,6 +36,6 @@ The other option is to compare the distance of the cluster centre to the track i