Skip to content

Fix csc related bug in RdoToDigit

Alexandre Laurier requested to merge alaurier/athena:RdoToDigiCscFix-21.3 into 21.3

A crash was caused by CSC tools being initialized when no CSC inputs were detected in the Muon RdoToDigit converters. In order to prevent it from crashing, we now only initialize the CSC tools when the CSC converter is turned on implying CSCs in the inputs. This is required for NSW overlay as the MuonRdoToDigit algorithm will be called and crash with the absence of CSCs.

Edited by Alexandre Laurier

Merge request reports