Skip to content

Better state reset in EventSelector::reinit()

Marcin Nowak requested to merge mnowak/athena:fix.evsel.reinit.21.0 into 21.0

Seek() right after chaning EventSelector.InputCollecetions prop would seek in the old input, because reinit() did not clean the old state well enough Trying to fix duplicated events production reported in https://its.cern.ch/jira/browse/ATEVTINDEX-59

Merge request reports