Skip to content

[ATR-21790] Make filter status of DecisionSummaryMaker a configurable property

Tim Martin requested to merge tamartin/athena:makeEndEventFilterOptional into master

Filter status is used to gate the EDMCreator alg. This is to save CPU online in rejected events.

However, with POOL output - it always needs to run.

Disabling filter for now, will bring it back with targeted python config.

Merge request reports