Skip to content

MuonCalibPatRec: Fix for duplicated property name

Edward Moyse requested to merge emoyse-master-patch-82701 into master

The code had duplicated property names (CombiSegmentKey was there twice, which is a definite bug).

Since retrieval of CSC segments seems to be off by default in (see MuonCalibConfig.py) and by definition no one is correctly setting this property, and since this issue is blocking improving the nightly reporting to catch errors like this more easily, I decided to make a quick MR with a (to my ears) sensible property name.

But Muon Calibration experts should feel free to change this to a different name if they prefer (maybe in a follow up MR though so

Fixes ATLASRECTS-7483

Edited by Edward Moyse

Merge request reports