Skip to content

EVentLoaderEUDAQ2: Catch EUDAQ2 exception and end run

Simon Spannagel requested to merge eudaq_exceptions into master

THis MR adds code to the EUDAQ2 event loader to catch eudaq::DataInvalid exceptions thrown by EUDAQ2 StdEventConverter modules and requests an end of run in Corry.

In case an outdated version of EUDAQ2 without these exceptions is used, the check is disabled by a preprocessor macro. Not very beautiful but required until we shift the minimum requirement to a new tagged EUDAQ2 release.

Merge request reports