Skip to content

added check on TDAQ_PARTITION to skip CRC check on ALFA ROB

Krzysztof Marian Korcyl requested to merge korcyl/athena:ALFAROBMonitor into master

During the recent TR it was realised that data preloaded into ROBs have modified run number to be consistent with the current run number (but not the run when the data were collected ). This update is not followed by correction of CRC of relevant frame and results in CRC mismatch when checked. Solution implemented here checks the name of partition (env. TDAQ_PARTITION) during initalize and if it finds "TDAQ" then the subsequent CRC checks on ALFA ROB fragments during execute are NOT performed.

Merge request reports