Skip to content

TrigEgammaAnalysisTools: Don't print messages at the DEBUG level for TrigEgammaMatchingTool

This is probably left over from development but looking at the logs from SPOT test jobs (i.e. serial RAWtoALL data17), I noticed that Trig::TrigEgammaMatchingTool is printing messages at the DEBUG level:

=====================================================
 Message Source              |   Level |    Count
-----------------------------+---------+-------------
ToolSvc.Trig::TrigEgammaMatchingTool|   DEBUG |      911
=====================================================

This MR should fix that.

Merge request reports