This MR is preparatory in order to fix the segment finder for cosmic reconstruction. The tool
-
-
MuonSegmentFinderAlg
: - Ensure that the containers are properly retrieved from storegate
- Remove filter for the NSW hits in
createSegmentsWithMDTs()
- The
PatternSegmentMaker
duplicates a lot of the functionality of thePatternCalibTool
. Pull remaining functionality into the algorithm and remove the tool.
-
Addresses ATLASMCP-155