Skip to content

Reorder preselection_cfg for clarity with bbyy algs

Thomas Strebler requested to merge tstreble-main-patch-28877 into main

The bbyy_filter_dalitz and sumofweightsalg are actually run before the other filters in preselection_cfg, since the configAccumulator with the filter is only added at the end with

cfg.merge(configAccumulator.CA, seqname)

Clarify this in the ordering of the python config

FYI @hsut

Merge request reports