CPAlgorithms: minor improvements to the EventSelection config
Introduce two changes to the event selectors after discussion with @bdong :
- allow
SUM_EL_N_MU_N
to specify a unique pT cut for both types of leptons, or separately for electrons and muons; - 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 ofMLLWINDOW 100000 80000
-