Skip to content

Deactivate trigger filtering in the trigger SF algorithm

Guillaume Lucas Albouy requested to merge galbouy/easyjet:trigSF-nofilter into main

The configuration of the triggerSF algorithm sets the option noFilter based on the flag do_trigger_filtering. This flag is already used in the standard trigger filtering alg config in preselection_config.py to set the same flag. It means that the trigger filtering will be applied twice and not necessarily with the same trigger chains. I propose that the option noFilter for the triggerSF alg should always be true to avoid this double filtering.

Merge request reports