@@ -9,11 +9,10 @@ This module performs a basic tracking method.
Clusters from the first plane in Z (named the seed plane) are related to clusters close in time on the other detector planes using straight line tracks. The DUT plane can be excluded from the track finding.
### Parameters
*`timingCut`: Maximum time difference allowed between clusters for association. Default value is `200ns`.
*`spatialCut`: Maximum spatial distance in the XY plane allowed between clusters for association for the telescope planes. Default value is `0.2mm`.
*`minHitsOnTrack`: Minium number of associated clusters needed to create a track, equivalent to the minimum number of planes required for each track. Default value is `6`.
*`excludeDUT`: Boolean to chose if the DUT plane is included in the track finding. Default value is `true`.
*`DUT`: Name of the DUT plane.
*`timing_cut`: Maximum time difference allowed between clusters for association. Default value is `200ns`.
*`spatial_cut`: Maximum spatial distance in the XY plane allowed between clusters for association for the telescope planes. Default value is `0.2mm`.
*`min_hits_on_track`: Minium number of associated clusters needed to create a track, equivalent to the minimum number of planes required for each track. Default value is `6`.
*`exclude_dut`: Boolean to chose if the DUT plane is included in the track finding. Default value is `true`.
### Plots produced
* Track chi^2 histogram
...
...
@@ -37,9 +36,8 @@ For each detector the following plots are produced: