Skip to content

Decoupling of Trigger analysis and SF application in configuration

Philipp Rincke requested to merge princke/athena:triggerAnalysisSF into main

Trigger analysis configurations are currently coupling the trigger selection and the trigger scale factor computation.

While the trigger scale factor computation requires calibrated objects and can only be run after the whole object calibration sequence, the trigger selection should be applied as early as possible to avoid wasting CPU on the object calibration for events failing the trigger.

This MR implements a decoupling of those algorithms in two separate configs.

Edited by Thomas Strebler

Merge request reports