Skip to content

Fix problems with recent CDI changes

William Keaton Balunas requested to merge wbalunas/athena:cdi-230110 into master

Recent MR !56881 (merged) introduced a few problems with the b-tagging Calibration Data Interface and efficiency tool which this aims to remedy:

  • The printout to std::cout upon every retrieval of a scale factor (which heavily spams the log) is removed.
  • The ability to disable the "verbose" option for the CDI via the b-tagging efficiency tool is restored.
  • The option to exclude a pre-set list of uncertainties has been restored. This should hopefully solve AFT-632 as well.

Merge request reports