Skip to content

JetRec: cleanup initialize/finalize messages

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20220203T163349 into master

Cleanup the message logging and some other cleanups:

  • remove finalize messages if they are not providing any useful information
  • limit number of message during initialize
  • reduce messaging (even if DEBUG) during execute
  • take ToolHandle by reference in loops

This is mostly relevant for the trigger where we create a large number of instances of jet reconstruction algorithms.

Merge request reports