LLP1: add unique isoDecSuffix to IsoCloseByAlgsCfg for ZPHMuons
This MR fix the issue found at !78250 (comment 9201865), where when LLP1 is run together with FTAG2 (and potentially other jobs that calls the IsoCloseByAlg
on standard Muons), it leads to a crash due to conflicting decorations.
The crash is because ZeroPixelHitMuons
is copied from standard Muons
over via a copy-constructor, so if that object was already decorated with isolation variables it will be carried over.
Therefore, when we call IsoCloseByAlg
in LLP1 only with ZeroPixelHitMuons
, we need a unique suffix.
Merge request reports
Activity
mentioned in merge request !78250 (merged)
added Derivation main review-pending-level-1 labels
CI Result SUCCESS (hash 39866c6b)Athena externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
For experts only: Jenkins output (remote access info)removed review-pending-level-1 label
added review-approved label
mentioned in commit 3c643498
mentioned in merge request !78855 (merged)