Skip to content

Add more AFP Si layers for Kalman track seeds

Add a possibility to configure more AFP Si layers that will create track seeds. Basic checks are performed to make sure the defined pairs of layers are reasonable.
If the exactly identical tracks (i.e. they have same clusters and only the same clusters) are reconstructed from 2 (or more) different seeds, the duplicity is removed regardless of the value of m_maxSharedClusters. Otherwise the m_maxSharedClusters is used to determine whether a track shall be removed.
Meaning of m_allowedDistanceBetweenClustersInSeed slightly changed. Now, it's the difference per 1 layer difference. E.g. for seeds from {0,2}, twice the value is used.

Used layers are configured to {0,1} by default which will provide the same behaviour as before.

tagging @ladamczy
closes AFPSOFT-142

Edited by Petr Balek

Merge request reports