Skip to content

TrigOnlineMonitor: fix ALFA LB monitoring histograms

Frank Winklmeier requested to merge fwinkl/athena:alfamon into 23.0

Fix two issues that prevented the ALFA LB histograms to be filled correctly:

  • Two Monitored::Scalar with the name "y" were used. Rename one of them to "ay" and adjust defineHistogram calls.
  • Remove the _LB suffixes from the axis variables to match the C++ code.

Closes ATR-27909. cc @korcyl @stenzel

Merge request reports