Skip to content
Snippets Groups Projects

Changes from mCBM 2022 prod to mCBM MQ devices and execution

Merged Pierre-Alain Loizeau requested to merge mcbm/cbmroot:mr_mq_gen into master
Compare changes
  • Side-by-side
  • Inline
Files
2
  • ae34f2a9
    - The check for consecutive TS indices was still called when receiving Missing TS Data messages even if the bypass flag was set
      => Surround the call with proper if condition
    - The range when taking the digis data out of the unpacked timeslice to the DigiEvent was missing the last digi for all detectors
      => Increment the stop iterator to make sure it is included
    - In rare case, the device can be pulled down before the Init method is called/finished, which led to a segfault
      => add an InitDone flag + use it to control delete operations in the destructor
Loading