MuonLayerSegmentMaker - Clean up
Hi,
this MR is a small clean-up of the MuonLayerSegmentMaker
. In the first commit, everything is reindented. The second one contains the actual changes.
- Remove the
m_clusterSegmentFinder
. This tool was only retrieved and then never actively called. - Actually it turns out that the
findMdtSegmentsFromHough
is never called inside the tool. This method is the only one declaring the dependency on theHoughData
and hence the ReadHandleKey and the method itself are removed. - Avoid cloning of CSC segments and use the move operator instead.