Skip to content

Fixed huge memory usage when the BWLUTs are read from text files (ATR-24002)

Junpei Maeda requested to merge junpei/athena:ATR24002 into master

Fixed huge memory usage when the BWLUTs are read from text files.

A new class BigWheelCoincidenceLUT has been introduced for Run 3. TGCRPhiCoincidenceMap remains for Run 2.

NB: This MR is just a temporary fix to reduce the 1GB memory increase.
The database needs to be prepared, while it looks called but actually not used. It is followed by other JIRA issues.

Merge request reports