Skip to content

fix uninitialized variable

Walter Lampl requested to merge wlampl/athena:AFPMonVGfix into master

Valgrind complains about a histogram being filled with an uninitialized variable. This MR should fix this problem.

Note: The AFPSiLayerMonitor is a thread-hostile, legacy monitoring tool that needs to be rewritten for run 3.

Merge request reports