Skip to content

TileRecUtils: Avoid applying correction if Tile DSP raw channel container is empty

Usually during reconstruction corrections are applied to Tile DSP raw channel container and then the same corrections are applied to the reconstructed containers from raw data. If the corresponding raw channel is not found in DSP container warning is printed. But if DSP raw channel container is empty (reconstruction was switched off in DSP) then there are too many warning messages (about 10000) per event in the log. To avoid such situation DSP raw channel container is checked if it is empty and only one warning messages is printed in this case.

Merge request reports