Skip to content

TQ plotting additions

Zef Wolffs requested to merge TQ_plotting_additions into master

This MR includes two changes:

  • A feature to plot multiple significances in the subplot region. This mostly follows the logic that existed which was used to calculate multiple ratios in a single subplot. In this case, the Poisson significance is calculated for each process marked with .isSignal compared to the total background stack and each resulting graph is added to the subplot

  • The second feature is a small change to allow the overwriting of a title from the processes config file in the HWWAnalysisCode. The motivation for this is that in the Off-shell analysis we want some constructed samples (i.e. .../[SBI - B - S]) in our plots, and these get the name of the observable by default.

Do let me know if anything in terms of testing or documentation is still required

Edited by Zef Wolffs

Merge request reports