Skip to content

Add ErrorCode to ChainName histogram in HltEventLoopMgr

Aleksandra Poreba requested to merge aporeba/athena:alg-error-throw into master

Add histogram to monitor names of chains that were executed when an error occurred. To test the mechanism RandomError hypo algorithm was added - it returns StatusCode::FAILURE with a given probability (configurable via ErrorProbability).

The algorithm is not included in any chain now but was tested locally. An example of a histogram will be available on JIRA.

Example histogram: RandomErrorAlg in muFastRecoSequence errToChain.pdf

Related to ATR-19248

Tagging: @mark @rbielski

Edited by Aleksandra Poreba

Merge request reports