Skip to content

Efficiency curve binning & FPE checks in JetMonitoring

Jannik Geisen requested to merge jgeisen/athena:TrigJetMon_EffBinRange into master

This MR addresses two issues:

  1. Some Floating Point Exception warnings were found in multi-threaded tests, see ATR-23458 ; I went through the offline JetMonitoring package and included safety checks for all division operations.
  2. The binning of jet chain efficiency curves in the online JetMonitoring / webdisplays was poor; the implemented function now gives a proper binning for all tested chains. Results can be checked here: https://jgeisen.web.cern.ch/jgeisen/TRIGVAL/Webdisplay_ttbar_EffBinning_070621_v1/ . There are a few plots which don't look "perfect", but this is mostly due to low stats or suboptimal calibration and not too worrying.

Tagging @jbossios @valentem

(P.S. I have no clue why there are still commits from last year included...)

Edited by Jannik Geisen

Merge request reports