Skip to content

Fix program flow if flag for corrupted events is true.

Reiner Hauser requested to merge rhauser/athena:ByteStreamEmon-Fix into master

This fixes a bug that affects monitoring and event display in the on-going run at Point 1. A change in tile cal RODs lead their fragments to be classified as invalid by the standard check in event format (despise not leading to any crashes in athena code). The configuration option to pass such events anyway to the application was missing a code path to initialize the ROBDataProvider service properly. The changes have been already locally applied and tested in Point 1.

Merge request reports