The description of changes:
In MUON reconstruction:
At the end of the reconstruction, when 2 tracks share one cluster or more, the worst one is removed (assuming it is a fake). Now:
- The selection is sequential: we start comparing tracks on stations 4&5, then on station 3 and finally, if required in the reconstruction parameters, on stations 1&2.
- All the combinations of tracks are considered before starting to remove them.
- When the selection is not performed on station 1&2, the connected tracks on these stations are flagged.
- This flag is propagated to the ESD and the AOD and accessible via the method "IsConnected()".
(Philippe P.)