Skip to content

Add stream filtering option to accepted events sequence

Rafal Bielski requested to merge rbielski/athena:acceptedevts-filter-stream into 22.0

Implement an option for the accepted events sequence to be seeded only by events accepted to specific streams, rather than all accepted events. Use the new option for the larnoiseburst sequence to be seeded only by Main stream accepts.

The list of accepted streams is prepared by the DecisionSummaryMakerAlg and saved to the event store to be read later by the accepted-events filter alg.

The EndOfEventPrescaleCheckAlg is renamed to EndOfEventFilterAlg as it now filters on both the chain prescale and the accepted streams.

Closes ATR-26035

Edited by Rafal Bielski

Merge request reports