Skip to content

TRT_Monitoring: Get lumi information from base class, not lumi tool.

We were using LuminosityTool directly to find luminosity information. However, the same information is available via methods of the monitoring base class, and we want to move towards retiring LuminosityTool in favor of conditions algorithms. So use the base class methods rather than the tool.

Merge request reports