Skip to content

CPAlgorithms: minor improvements to the EventSelection config

Baptiste Ravina requested to merge ravinab/athena:improveselectors into main

Introduce two changes to the event selectors after discussion with @bdong :

  1. allow SUM_EL_N_MU_N to specify a unique pT cut for both types of leptons, or separately for electrons and muons;
  2. change the arguments of MLLWINDOW to be more readable
    • MLLWINDOW 80000 10000 still selects a Z-like peak
    • MLLWINDOW 80000 10000 veto inverts the selection, instead of MLLWINDOW 100000 80000

Merge request reports