Skip to content

MMPrepDataConverter: Downgrade WARNING message and hide LOG streams behind a level checker

Johannes Junggeburth requested to merge (removed):ATLASRECTS-6567 into master

Hi @rosati,

the WARNING messages reported in ATLASRECTS-6567 actually arise from the different sources of the readout elements. When they're created the ReadOutElements are retrieved from the aligned readout geometry or in other words the geometry coming from the conditions store while for the check the global geometry is used. If I compare the identifiers of the two with each other, then everything matches as expected. So I used this comparison as condition to fire the warning.

Closes ATLASRECTS-6567

Merge request reports