Skip to content

MuonReadoutGeometryR4: Speed up tube layer sorting.

In the comparison function for MdtTubeLayer, don't bother calling the underlying comparison functions if the objects being compared are identical. GeoPhysValSorter, in particular, is expensive to call. This speeds things up considerably, especially in the debug build.

Merge request reports