Skip to content

switch CP algorithms to use filter reporters

Nils Erik Krumnack requested to merge krumnack/athena:cp_filter_algs into 21.2

I switched over the existing CP algorithms that make filter decisions to use the new filter reporters instead. For now that is pretty much just a one-to-one translation.

One thing I noticed is that most filter algorithms seem to have their own accounting of passed and total events that they then print out in finalize. Should we just add that to the filter reporters (as well as a finalize method there), and remove it from the individual filter algorithms?

Adding the usual suspects: @alister @lheinric @akraszna @tadej @jburr

Merge request reports