Skip to content

HltEventLoopMgr: Add monitoring histogram for algorithm errors

Rafal Bielski requested to merge rbielski/athena:hlt-alg-error-mon into master

Add online monitoring histogram showing all non-success StatusCodes from algorithms with the algorithm names (ATR-19248). Tested in athenaHLT with MTCalibPeb.py job opts and also with test_trigP1_timeout_build.sh which gives the following histogram:
ErrorCodePerAlg

As discussed in ATR-19667, I placed the new histogram in EXPERT/HLTFramework/<component-name>/<histogram-name>.

In addition, remove a call to base class stop() from HltEventLoopMgr::stop(), because it's not doing anything.

Merge request reports