Skip to content

testing changes in TrigHypoCommonTools: extend the module for considering multiple hypos ATR-21565 ATR-23880

Gianantonio Pezzullo requested to merge gipezzul/athena:comboHypoTest0 into master

Now the ComboHypoTool is capable to implement the AND of multiple hypos. I added two new chains photon+MET that I used to test changes I made. Please note, the monitoring tool behaves in a slightly different way when the chain has multiple comboHypo to combine. In case we have N hypos, the module will:

  1. create N different histogram;
  2. the histograms for the processed events will have different number of entries, because the module stops as soon as a hypo fails the condition(s).
Edited by Gianantonio Pezzullo

Merge request reports