Skip to content

GenericMonitoringTool print statements

Two changes to GenericMonitoringTool:

  1. I've removed the ATH_UNLIKELY call to the check of fillerVariables. The case where the list of variables passed to the GMT is not the same as a HistogramFiller's variables is actually well within typical use. We should not guess what the user might be doing at this stage.
  2. I gave some bad advice to @salnikov last week about the message level for that code block and the two below it. I've had to partially walk back the changes in his MR. For the same reason mentioned above, the cases in which these blocks are valid should be considered typical use. For the ExampleMonitorAlgorithm, these WARNINGs produce some 40 lines of output per event. (Sorry about the confusion!)

Chuck

@ponyisi

Edited by Stewart Martin-Haugh

Merge request reports