Skip to content

Three small muon reconstruction fixes

William Axel Leight requested to merge wleight/athena:recoveryTest into master

Apologies for combining three fixes into a single MR, but each involves small changes to a single file:

  1. CSC and NSW hits are only written out now if the corresponding detectors are actually used.
  2. The MuonCombinedInDetExtensionAlg was using obsolete names for the NSW PRD containers.
  3. The sorting of calo and MS hits in the SortTSOSs method was exactly backwards.

Merge request reports