Reorder preselection_cfg for clarity with bbyy algs
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