CP algorithms: Make trigger matching more flexible
Make single-lepton trigger matching in CP algorithms more flexible (and clean it up a little):
- add support for dummy decorations to allow uniform ntuple structure for all years (using
includeAllYears
) - remove unused
triggerSuffix
- I see no apparent use for it - actually filter triggers by lepton type otherwise all triggers are matched to all objects as soon as one in the list fits the lepton type
- disable systematics - Is trigger matching actually sensitive to pt calibration (and even if it is, is this actually an important effect)?
Tagging @tamartin and @mrimoldi for trigger + @tstreble, @ravinab and @jedebevc for CP algs.
Marking analysis-interface-change as systematics are disabled and output will change.