Skip to content

LArRawDataReadingAlg.cxx: Do not set EventInfo error flags

Walter Lampl requested to merge wlampl/athena:LArRawDataReading_noErrFlag into master

Setting the LAr error flag in the xAOD::EventInfo object by LArRawDataReadingAlg is not necessary. This is done anyway by the LArBadFebMaskingTool once it encounters incomplete readout. This MR removes the flag-setting by LArRawDataReadingAlg.

Plus: Add rod source identifiers to error/warning messages about data corruption.

Merge request reports